Closed Shaptic closed 1 year ago
Replaces #632 in an attempt to tackle #575. This adds three helpers (see the jsdocs for details):
function authorizeInvocation( signer: Keypair, networkPassphrase: string, validUntil: number, invocation: xdr.SorobanAuthorizedInvocation ): xdr.SorobanAuthorizationEntry; function buildAuthEnvelope( networkPassphrase: string, validUntil: number, invocation: xdr.SorobanAuthorizedInvocation ): xdr.HashIdPreimage; function buildAuthEntry( envelope: xdr.HashIdPreimage, signature: Buffer | Uint8Array, publicKey: string ): xdr.SorobanAuthorizationEntry;
Size Change: +46.5 kB (+2%)
Total Size: 3.07 MB
dist/stellar-base.js
dist/stellar-base.min.js
compressed-size-action
Replaces #632 in an attempt to tackle #575. This adds three helpers (see the jsdocs for details):