@solana/transactions 2.0.0-experimental.ffeddf6 → 2.0.0-preview.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (69) hide show
  1. package/README.md +8 -46
  2. package/dist/index.browser.cjs +360 -470
  3. package/dist/index.browser.cjs.map +1 -1
  4. package/dist/index.browser.js +355 -470
  5. package/dist/index.browser.js.map +1 -1
  6. package/dist/index.native.js +353 -470
  7. package/dist/index.native.js.map +1 -1
  8. package/dist/index.node.cjs +360 -470
  9. package/dist/index.node.cjs.map +1 -1
  10. package/dist/index.node.js +353 -470
  11. package/dist/index.node.js.map +1 -1
  12. package/dist/types/accounts.d.ts +3 -3
  13. package/dist/types/accounts.d.ts.map +1 -0
  14. package/dist/types/blockhash.d.ts +7 -9
  15. package/dist/types/blockhash.d.ts.map +1 -0
  16. package/dist/types/compilable-transaction.d.ts +6 -5
  17. package/dist/types/compilable-transaction.d.ts.map +1 -0
  18. package/dist/types/compile-address-table-lookups.d.ts +3 -3
  19. package/dist/types/compile-address-table-lookups.d.ts.map +1 -0
  20. package/dist/types/compile-header.d.ts +1 -1
  21. package/dist/types/compile-header.d.ts.map +1 -0
  22. package/dist/types/compile-instructions.d.ts +1 -1
  23. package/dist/types/compile-instructions.d.ts.map +1 -0
  24. package/dist/types/compile-lifetime-token.d.ts +2 -2
  25. package/dist/types/compile-lifetime-token.d.ts.map +1 -0
  26. package/dist/types/compile-static-accounts.d.ts +3 -3
  27. package/dist/types/compile-static-accounts.d.ts.map +1 -0
  28. package/dist/types/compile-transaction.d.ts +5 -5
  29. package/dist/types/compile-transaction.d.ts.map +1 -0
  30. package/dist/types/create-transaction.d.ts +1 -1
  31. package/dist/types/create-transaction.d.ts.map +1 -0
  32. package/dist/types/decompile-transaction.d.ts +12 -4
  33. package/dist/types/decompile-transaction.d.ts.map +1 -0
  34. package/dist/types/durable-nonce.d.ts +6 -6
  35. package/dist/types/durable-nonce.d.ts.map +1 -0
  36. package/dist/types/fee-payer.d.ts +6 -6
  37. package/dist/types/fee-payer.d.ts.map +1 -0
  38. package/dist/types/index.d.ts +13 -10
  39. package/dist/types/index.d.ts.map +1 -0
  40. package/dist/types/instructions.d.ts +6 -4
  41. package/dist/types/instructions.d.ts.map +1 -0
  42. package/dist/types/message.d.ts +6 -6
  43. package/dist/types/message.d.ts.map +1 -0
  44. package/dist/types/serializers/address-table-lookup.d.ts +5 -5
  45. package/dist/types/serializers/address-table-lookup.d.ts.map +1 -0
  46. package/dist/types/serializers/header.d.ts +5 -5
  47. package/dist/types/serializers/header.d.ts.map +1 -0
  48. package/dist/types/serializers/index.d.ts +2 -1
  49. package/dist/types/serializers/index.d.ts.map +1 -0
  50. package/dist/types/serializers/instruction.d.ts +5 -5
  51. package/dist/types/serializers/instruction.d.ts.map +1 -0
  52. package/dist/types/serializers/message.d.ts +5 -5
  53. package/dist/types/serializers/message.d.ts.map +1 -0
  54. package/dist/types/serializers/transaction-version.d.ts +5 -5
  55. package/dist/types/serializers/transaction-version.d.ts.map +1 -0
  56. package/dist/types/serializers/transaction.d.ts +9 -6
  57. package/dist/types/serializers/transaction.d.ts.map +1 -0
  58. package/dist/types/signatures.d.ts +9 -14
  59. package/dist/types/signatures.d.ts.map +1 -0
  60. package/dist/types/types.d.ts +6 -13
  61. package/dist/types/types.d.ts.map +1 -0
  62. package/dist/types/unsigned-transaction.d.ts +2 -2
  63. package/dist/types/unsigned-transaction.d.ts.map +1 -0
  64. package/dist/types/wire-transaction.d.ts +1 -1
  65. package/dist/types/wire-transaction.d.ts.map +1 -0
  66. package/package.json +18 -39
  67. package/dist/index.development.js +0 -1778
  68. package/dist/index.development.js.map +0 -1
  69. package/dist/index.production.min.js +0 -29
@@ -0,0 +1 @@
1
+ {"version":3,"file":"compile-header.d.ts","sourceRoot":"","sources":["../../src/compile-header.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,eAAe,EAAE,MAAM,YAAY,CAAC;AAE7C,KAAK,aAAa,GAAG,QAAQ,CAAC;IAC1B,4BAA4B,EAAE,MAAM,CAAC;IACrC,yBAAyB,EAAE,MAAM,CAAC;IAClC,iBAAiB,EAAE,MAAM,CAAC;CAC7B,CAAC,CAAC;AAEH,wBAAgB,wBAAwB,CAAC,eAAe,EAAE,eAAe,GAAG,aAAa,CAuBxF"}
@@ -1,5 +1,5 @@
1
1
  import { IInstruction } from '@solana/instructions';
2
- import { OrderedAccounts } from './accounts';
2
+ import { OrderedAccounts } from './accounts.js';
3
3
  type CompiledInstruction = Readonly<{
4
4
  accountIndices?: number[];
5
5
  data?: Uint8Array;
@@ -0,0 +1 @@
1
+ {"version":3,"file":"compile-instructions.d.ts","sourceRoot":"","sources":["../../src/compile-instructions.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,YAAY,EAAE,MAAM,sBAAsB,CAAC;AAEpD,OAAO,EAAE,eAAe,EAAE,MAAM,YAAY,CAAC;AAE7C,KAAK,mBAAmB,GAAG,QAAQ,CAAC;IAChC,cAAc,CAAC,EAAE,MAAM,EAAE,CAAC;IAC1B,IAAI,CAAC,EAAE,UAAU,CAAC;IAClB,mBAAmB,EAAE,MAAM,CAAC;CAC/B,CAAC,CAAC;AAUH,wBAAgB,uBAAuB,CACnC,YAAY,EAAE,SAAS,YAAY,EAAE,EACrC,eAAe,EAAE,eAAe,GACjC,mBAAmB,EAAE,CASvB"}
@@ -1,3 +1,3 @@
1
- import { IDurableNonceTransaction, ITransactionWithBlockhashLifetime } from './index';
2
- export declare function getCompiledLifetimeToken(lifetimeConstraint: (ITransactionWithBlockhashLifetime | IDurableNonceTransaction)['lifetimeConstraint']): string;
1
+ import { IDurableNonceTransaction, ITransactionWithBlockhashLifetime } from './index.js';
2
+ export declare function getCompiledLifetimeToken(lifetimeConstraint: (IDurableNonceTransaction | ITransactionWithBlockhashLifetime)['lifetimeConstraint']): string;
3
3
  //# sourceMappingURL=compile-lifetime-token.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"compile-lifetime-token.d.ts","sourceRoot":"","sources":["../../src/compile-lifetime-token.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,wBAAwB,EAAE,iCAAiC,EAAE,MAAM,SAAS,CAAC;AAEtF,wBAAgB,wBAAwB,CACpC,kBAAkB,EAAE,CAAC,wBAAwB,GAAG,iCAAiC,CAAC,CAAC,oBAAoB,CAAC,GACzG,MAAM,CAKR"}
@@ -1,4 +1,4 @@
1
- import { Base58EncodedAddress } from '@solana/addresses';
2
- import { OrderedAccounts } from './accounts';
3
- export declare function getCompiledStaticAccounts(orderedAccounts: OrderedAccounts): Base58EncodedAddress[];
1
+ import { Address } from '@solana/addresses';
2
+ import { OrderedAccounts } from './accounts.js';
3
+ export declare function getCompiledStaticAccounts(orderedAccounts: OrderedAccounts): Address[];
4
4
  //# sourceMappingURL=compile-static-accounts.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"compile-static-accounts.d.ts","sourceRoot":"","sources":["../../src/compile-static-accounts.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,mBAAmB,CAAC;AAE5C,OAAO,EAAE,eAAe,EAAE,MAAM,YAAY,CAAC;AAE7C,wBAAgB,yBAAyB,CAAC,eAAe,EAAE,eAAe,GAAG,OAAO,EAAE,CAKrF"}
@@ -1,10 +1,10 @@
1
- import { Ed25519Signature } from '@solana/keys';
2
- import { CompilableTransaction } from './compilable-transaction';
3
- import { CompiledMessage } from './message';
4
- import { ITransactionWithSignatures } from './signatures';
1
+ import { SignatureBytes } from '@solana/keys';
2
+ import { CompilableTransaction } from './compilable-transaction.js';
3
+ import { CompiledMessage } from './message.js';
4
+ import { ITransactionWithSignatures } from './signatures.js';
5
5
  export type CompiledTransaction = Readonly<{
6
6
  compiledMessage: CompiledMessage;
7
- signatures: Ed25519Signature[];
7
+ signatures: SignatureBytes[];
8
8
  }>;
9
9
  export declare function getCompiledTransaction(transaction: CompilableTransaction | (CompilableTransaction & ITransactionWithSignatures)): CompiledTransaction;
10
10
  //# sourceMappingURL=compile-transaction.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"compile-transaction.d.ts","sourceRoot":"","sources":["../../src/compile-transaction.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,cAAc,CAAC;AAE9C,OAAO,EAAE,qBAAqB,EAAE,MAAM,0BAA0B,CAAC;AACjE,OAAO,EAAE,eAAe,EAAkB,MAAM,WAAW,CAAC;AAC5D,OAAO,EAAE,0BAA0B,EAAE,MAAM,cAAc,CAAC;AAE1D,MAAM,MAAM,mBAAmB,GAAG,QAAQ,CAAC;IACvC,eAAe,EAAE,eAAe,CAAC;IACjC,UAAU,EAAE,cAAc,EAAE,CAAC;CAChC,CAAC,CAAC;AAEH,wBAAgB,sBAAsB,CAClC,WAAW,EAAE,qBAAqB,GAAG,CAAC,qBAAqB,GAAG,0BAA0B,CAAC,GAC1F,mBAAmB,CAgBrB"}
@@ -1,4 +1,4 @@
1
- import { Transaction, TransactionVersion } from './types';
1
+ import { Transaction, TransactionVersion } from './types.js';
2
2
  type TransactionConfig<TVersion extends TransactionVersion> = Readonly<{
3
3
  version: TVersion;
4
4
  }>;
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-transaction.d.ts","sourceRoot":"","sources":["../../src/create-transaction.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,kBAAkB,EAAE,MAAM,SAAS,CAAC;AAE1D,KAAK,iBAAiB,CAAC,QAAQ,SAAS,kBAAkB,IAAI,QAAQ,CAAC;IACnE,OAAO,EAAE,QAAQ,CAAC;CACrB,CAAC,CAAC;AAEH,wBAAgB,iBAAiB,CAAC,QAAQ,SAAS,kBAAkB,EACjE,MAAM,EAAE,iBAAiB,CAAC,QAAQ,CAAC,GACpC,OAAO,CAAC,WAAW,EAAE;IAAE,OAAO,EAAE,QAAQ,CAAA;CAAE,CAAC,CAAC"}
@@ -1,5 +1,13 @@
1
- import { CompilableTransaction } from './compilable-transaction';
2
- import { CompiledTransaction } from './compile-transaction';
3
- import { ITransactionWithSignatures } from './signatures';
4
- export declare function decompileTransaction(compiledTransaction: CompiledTransaction, lastValidBlockHeight?: bigint): CompilableTransaction | (CompilableTransaction & ITransactionWithSignatures);
1
+ import { Address } from '@solana/addresses';
2
+ import { CompilableTransaction } from './compilable-transaction.js';
3
+ import { CompiledTransaction } from './compile-transaction.js';
4
+ import { ITransactionWithSignatures } from './signatures.js';
5
+ export type AddressesByLookupTableAddress = {
6
+ [lookupTableAddress: Address]: Address[];
7
+ };
8
+ export type DecompileTransactionConfig = {
9
+ addressesByLookupTableAddress?: AddressesByLookupTableAddress;
10
+ lastValidBlockHeight?: bigint;
11
+ };
12
+ export declare function decompileTransaction(compiledTransaction: CompiledTransaction, config?: DecompileTransactionConfig): CompilableTransaction | (CompilableTransaction & ITransactionWithSignatures);
5
13
  //# sourceMappingURL=decompile-transaction.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"decompile-transaction.d.ts","sourceRoot":"","sources":["../../src/decompile-transaction.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAmB,MAAM,mBAAmB,CAAC;AAc7D,OAAO,EAAE,qBAAqB,EAAE,MAAM,0BAA0B,CAAC;AAEjE,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAM5D,OAAO,EAAE,0BAA0B,EAAE,MAAM,cAAc,CAAC;AA+C1D,MAAM,MAAM,6BAA6B,GAAG;IAAE,CAAC,kBAAkB,EAAE,OAAO,GAAG,OAAO,EAAE,CAAA;CAAE,CAAC;AAiIzF,MAAM,MAAM,0BAA0B,GAAG;IACrC,6BAA6B,CAAC,EAAE,6BAA6B,CAAC;IAC9D,oBAAoB,CAAC,EAAE,MAAM,CAAC;CACjC,CAAC;AAEF,wBAAgB,oBAAoB,CAChC,mBAAmB,EAAE,mBAAmB,EACxC,MAAM,CAAC,EAAE,0BAA0B,GACpC,qBAAqB,GAAG,CAAC,qBAAqB,GAAG,0BAA0B,CAAC,CA2C9E"}
@@ -1,7 +1,7 @@
1
- import { Base58EncodedAddress } from '@solana/addresses';
1
+ import { Address } from '@solana/addresses';
2
2
  import { IInstruction, IInstructionWithAccounts, IInstructionWithData, ReadonlyAccount, ReadonlySignerAccount, WritableAccount, WritableSignerAccount } from '@solana/instructions';
3
- import { ITransactionWithSignatures } from './signatures';
4
- import { BaseTransaction } from './types';
3
+ import { ITransactionWithSignatures } from './signatures.js';
4
+ import { BaseTransaction } from './types.js';
5
5
  type AdvanceNonceAccountInstruction<TNonceAccountAddress extends string = string, TNonceAuthorityAddress extends string = string> = IInstruction<'11111111111111111111111111111111'> & IInstructionWithAccounts<readonly [
6
6
  WritableAccount<TNonceAccountAddress>,
7
7
  ReadonlyAccount<'SysvarRecentB1ockHashes11111111111111111111'>,
@@ -12,8 +12,8 @@ type AdvanceNonceAccountInstructionData = Uint8Array & {
12
12
  };
13
13
  type DurableNonceConfig<TNonceAccountAddress extends string = string, TNonceAuthorityAddress extends string = string, TNonceValue extends string = string> = Readonly<{
14
14
  readonly nonce: Nonce<TNonceValue>;
15
- readonly nonceAccountAddress: Base58EncodedAddress<TNonceAccountAddress>;
16
- readonly nonceAuthorityAddress: Base58EncodedAddress<TNonceAuthorityAddress>;
15
+ readonly nonceAccountAddress: Address<TNonceAccountAddress>;
16
+ readonly nonceAuthorityAddress: Address<TNonceAuthorityAddress>;
17
17
  }>;
18
18
  export type Nonce<TNonceValue extends string = string> = TNonceValue & {
19
19
  readonly __brand: unique symbol;
@@ -30,6 +30,6 @@ export interface IDurableNonceTransaction<TNonceAccountAddress extends string =
30
30
  }
31
31
  export declare function assertIsDurableNonceTransaction(transaction: BaseTransaction | (BaseTransaction & IDurableNonceTransaction)): asserts transaction is BaseTransaction & IDurableNonceTransaction;
32
32
  export declare function isAdvanceNonceAccountInstruction(instruction: IInstruction): instruction is AdvanceNonceAccountInstruction;
33
- export declare function setTransactionLifetimeUsingDurableNonce<TTransaction extends BaseTransaction, TNonceAccountAddress extends string = string, TNonceAuthorityAddress extends string = string, TNonceValue extends string = string>({ nonce, nonceAccountAddress, nonceAuthorityAddress, }: DurableNonceConfig<TNonceAccountAddress, TNonceAuthorityAddress, TNonceValue>, transaction: TTransaction | (TTransaction & IDurableNonceTransaction)): Omit<TTransaction, keyof ITransactionWithSignatures> & IDurableNonceTransaction<TNonceAccountAddress, TNonceAuthorityAddress, TNonceValue>;
33
+ export declare function setTransactionLifetimeUsingDurableNonce<TTransaction extends BaseTransaction, TNonceAccountAddress extends string = string, TNonceAuthorityAddress extends string = string, TNonceValue extends string = string>({ nonce, nonceAccountAddress, nonceAuthorityAddress, }: DurableNonceConfig<TNonceAccountAddress, TNonceAuthorityAddress, TNonceValue>, transaction: TTransaction | (IDurableNonceTransaction & TTransaction)): IDurableNonceTransaction<TNonceAccountAddress, TNonceAuthorityAddress, TNonceValue> & Omit<TTransaction, keyof ITransactionWithSignatures>;
34
34
  export {};
35
35
  //# sourceMappingURL=durable-nonce.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"durable-nonce.d.ts","sourceRoot":"","sources":["../../src/durable-nonce.ts"],"names":[],"mappings":"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"}
@@ -1,9 +1,9 @@
1
- import { Base58EncodedAddress } from '@solana/addresses';
2
- import { ITransactionWithSignatures } from './signatures';
3
- import { BaseTransaction } from './types';
1
+ import { Address } from '@solana/addresses';
2
+ import { ITransactionWithSignatures } from './signatures.js';
3
+ import { BaseTransaction } from './types.js';
4
4
  export interface ITransactionWithFeePayer<TAddress extends string = string> {
5
- readonly feePayer: Base58EncodedAddress<TAddress>;
5
+ readonly feePayer: Address<TAddress>;
6
6
  }
7
- export declare function setTransactionFeePayer<TFeePayerAddress extends string, TTransaction extends BaseTransaction>(feePayer: Base58EncodedAddress<TFeePayerAddress>, transaction: (TTransaction & ITransactionWithSignatures) | (TTransaction & ITransactionWithFeePayer<string> & ITransactionWithSignatures)): Omit<TTransaction, keyof ITransactionWithSignatures> & ITransactionWithFeePayer<TFeePayerAddress>;
8
- export declare function setTransactionFeePayer<TFeePayerAddress extends string, TTransaction extends BaseTransaction>(feePayer: Base58EncodedAddress<TFeePayerAddress>, transaction: TTransaction | (TTransaction & ITransactionWithFeePayer<string>)): TTransaction & ITransactionWithFeePayer<TFeePayerAddress>;
7
+ export declare function setTransactionFeePayer<TFeePayerAddress extends string, TTransaction extends BaseTransaction>(feePayer: Address<TFeePayerAddress>, transaction: (ITransactionWithFeePayer<string> & ITransactionWithSignatures & TTransaction) | (ITransactionWithSignatures & TTransaction)): ITransactionWithFeePayer<TFeePayerAddress> & Omit<TTransaction, keyof ITransactionWithSignatures>;
8
+ export declare function setTransactionFeePayer<TFeePayerAddress extends string, TTransaction extends BaseTransaction>(feePayer: Address<TFeePayerAddress>, transaction: TTransaction | (ITransactionWithFeePayer<string> & TTransaction)): ITransactionWithFeePayer<TFeePayerAddress> & TTransaction;
9
9
  //# sourceMappingURL=fee-payer.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"fee-payer.d.ts","sourceRoot":"","sources":["../../src/fee-payer.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,mBAAmB,CAAC;AAE5C,OAAO,EAAE,0BAA0B,EAAE,MAAM,cAAc,CAAC;AAC1D,OAAO,EAAE,eAAe,EAAE,MAAM,SAAS,CAAC;AAG1C,MAAM,WAAW,wBAAwB,CAAC,QAAQ,SAAS,MAAM,GAAG,MAAM;IACtE,QAAQ,CAAC,QAAQ,EAAE,OAAO,CAAC,QAAQ,CAAC,CAAC;CACxC;AAED,wBAAgB,sBAAsB,CAAC,gBAAgB,SAAS,MAAM,EAAE,YAAY,SAAS,eAAe,EACxG,QAAQ,EAAE,OAAO,CAAC,gBAAgB,CAAC,EACnC,WAAW,EACL,CAAC,wBAAwB,CAAC,MAAM,CAAC,GAAG,0BAA0B,GAAG,YAAY,CAAC,GAC9E,CAAC,0BAA0B,GAAG,YAAY,CAAC,GAClD,wBAAwB,CAAC,gBAAgB,CAAC,GAAG,IAAI,CAAC,YAAY,EAAE,MAAM,0BAA0B,CAAC,CAAC;AAErG,wBAAgB,sBAAsB,CAAC,gBAAgB,SAAS,MAAM,EAAE,YAAY,SAAS,eAAe,EACxG,QAAQ,EAAE,OAAO,CAAC,gBAAgB,CAAC,EACnC,WAAW,EAAE,YAAY,GAAG,CAAC,wBAAwB,CAAC,MAAM,CAAC,GAAG,YAAY,CAAC,GAC9E,wBAAwB,CAAC,gBAAgB,CAAC,GAAG,YAAY,CAAC"}
@@ -1,11 +1,14 @@
1
- export * from './blockhash';
2
- export * from './compilable-transaction';
3
- export * from './create-transaction';
4
- export * from './durable-nonce';
5
- export * from './fee-payer';
6
- export * from './instructions';
7
- export * from './serializers';
8
- export * from './signatures';
9
- export * from './types';
10
- export * from './wire-transaction';
1
+ export * from './blockhash.js';
2
+ export * from './compilable-transaction.js';
3
+ export * from './create-transaction.js';
4
+ export * from './decompile-transaction.js';
5
+ export * from './durable-nonce.js';
6
+ export * from './fee-payer.js';
7
+ export * from './instructions.js';
8
+ export * from './message.js';
9
+ export * from './serializers/index.js';
10
+ export * from './signatures.js';
11
+ export * from './types.js';
12
+ export * from './unsigned-transaction.js';
13
+ export * from './wire-transaction.js';
11
14
  //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAC;AAC5B,cAAc,0BAA0B,CAAC;AACzC,cAAc,sBAAsB,CAAC;AACrC,cAAc,yBAAyB,CAAC;AACxC,cAAc,iBAAiB,CAAC;AAChC,cAAc,aAAa,CAAC;AAC5B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,WAAW,CAAC;AAC1B,cAAc,eAAe,CAAC;AAC9B,cAAc,cAAc,CAAC;AAC7B,cAAc,SAAS,CAAC;AACxB,cAAc,wBAAwB,CAAC;AACvC,cAAc,oBAAoB,CAAC"}
@@ -1,5 +1,7 @@
1
- import { ITransactionWithSignatures } from './signatures';
2
- import { BaseTransaction } from './types';
3
- export declare function appendTransactionInstruction<TTransaction extends BaseTransaction>(instruction: TTransaction['instructions'][number], transaction: TTransaction | (TTransaction & ITransactionWithSignatures)): TTransaction | Omit<TTransaction, keyof ITransactionWithSignatures>;
4
- export declare function prependTransactionInstruction<TTransaction extends BaseTransaction>(instruction: TTransaction['instructions'][number], transaction: TTransaction | (TTransaction & ITransactionWithSignatures)): TTransaction | Omit<TTransaction, keyof ITransactionWithSignatures>;
1
+ import { ITransactionWithSignatures } from './signatures.js';
2
+ import { BaseTransaction } from './types.js';
3
+ export declare function appendTransactionInstruction<TTransaction extends BaseTransaction>(instruction: TTransaction['instructions'][number], transaction: TTransaction | (ITransactionWithSignatures & TTransaction)): Omit<TTransaction, keyof ITransactionWithSignatures> | TTransaction;
4
+ export declare function appendTransactionInstructions<TTransaction extends BaseTransaction>(instructions: ReadonlyArray<TTransaction['instructions'][number]>, transaction: TTransaction | (ITransactionWithSignatures & TTransaction)): Omit<TTransaction, keyof ITransactionWithSignatures> | TTransaction;
5
+ export declare function prependTransactionInstruction<TTransaction extends BaseTransaction>(instruction: TTransaction['instructions'][number], transaction: TTransaction | (ITransactionWithSignatures & TTransaction)): Omit<TTransaction, keyof ITransactionWithSignatures> | TTransaction;
6
+ export declare function prependTransactionInstructions<TTransaction extends BaseTransaction>(instructions: ReadonlyArray<TTransaction['instructions'][number]>, transaction: TTransaction | (ITransactionWithSignatures & TTransaction)): Omit<TTransaction, keyof ITransactionWithSignatures> | TTransaction;
5
7
  //# sourceMappingURL=instructions.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"instructions.d.ts","sourceRoot":"","sources":["../../src/instructions.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,0BAA0B,EAAE,MAAM,cAAc,CAAC;AAC1D,OAAO,EAAE,eAAe,EAAE,MAAM,SAAS,CAAC;AAG1C,wBAAgB,4BAA4B,CAAC,YAAY,SAAS,eAAe,EAC7E,WAAW,EAAE,YAAY,CAAC,cAAc,CAAC,CAAC,MAAM,CAAC,EACjD,WAAW,EAAE,YAAY,GAAG,CAAC,0BAA0B,GAAG,YAAY,CAAC,GACxE,IAAI,CAAC,YAAY,EAAE,MAAM,0BAA0B,CAAC,GAAG,YAAY,CAErE;AAED,wBAAgB,6BAA6B,CAAC,YAAY,SAAS,eAAe,EAC9E,YAAY,EAAE,aAAa,CAAC,YAAY,CAAC,cAAc,CAAC,CAAC,MAAM,CAAC,CAAC,EACjE,WAAW,EAAE,YAAY,GAAG,CAAC,0BAA0B,GAAG,YAAY,CAAC,GACxE,IAAI,CAAC,YAAY,EAAE,MAAM,0BAA0B,CAAC,GAAG,YAAY,CAOrE;AAED,wBAAgB,6BAA6B,CAAC,YAAY,SAAS,eAAe,EAC9E,WAAW,EAAE,YAAY,CAAC,cAAc,CAAC,CAAC,MAAM,CAAC,EACjD,WAAW,EAAE,YAAY,GAAG,CAAC,0BAA0B,GAAG,YAAY,CAAC,GACxE,IAAI,CAAC,YAAY,EAAE,MAAM,0BAA0B,CAAC,GAAG,YAAY,CAErE;AAED,wBAAgB,8BAA8B,CAAC,YAAY,SAAS,eAAe,EAC/E,YAAY,EAAE,aAAa,CAAC,YAAY,CAAC,cAAc,CAAC,CAAC,MAAM,CAAC,CAAC,EACjE,WAAW,EAAE,YAAY,GAAG,CAAC,0BAA0B,GAAG,YAAY,CAAC,GACxE,IAAI,CAAC,YAAY,EAAE,MAAM,0BAA0B,CAAC,GAAG,YAAY,CAOrE"}
@@ -1,9 +1,9 @@
1
- import { CompilableTransaction } from './compilable-transaction';
2
- import { getCompiledAddressTableLookups } from './compile-address-table-lookups';
3
- import { getCompiledMessageHeader } from './compile-header';
4
- import { getCompiledInstructions } from './compile-instructions';
5
- import { getCompiledLifetimeToken } from './compile-lifetime-token';
6
- import { getCompiledStaticAccounts } from './compile-static-accounts';
1
+ import { CompilableTransaction } from './compilable-transaction.js';
2
+ import { getCompiledAddressTableLookups } from './compile-address-table-lookups.js';
3
+ import { getCompiledMessageHeader } from './compile-header.js';
4
+ import { getCompiledInstructions } from './compile-instructions.js';
5
+ import { getCompiledLifetimeToken } from './compile-lifetime-token.js';
6
+ import { getCompiledStaticAccounts } from './compile-static-accounts.js';
7
7
  type BaseCompiledMessage = Readonly<{
8
8
  header: ReturnType<typeof getCompiledMessageHeader>;
9
9
  instructions: ReturnType<typeof getCompiledInstructions>;
@@ -0,0 +1 @@
1
+ {"version":3,"file":"message.d.ts","sourceRoot":"","sources":["../../src/message.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,qBAAqB,EAAE,MAAM,0BAA0B,CAAC;AACjE,OAAO,EAAE,8BAA8B,EAAE,MAAM,iCAAiC,CAAC;AACjF,OAAO,EAAE,wBAAwB,EAAE,MAAM,kBAAkB,CAAC;AAC5D,OAAO,EAAE,uBAAuB,EAAE,MAAM,wBAAwB,CAAC;AACjE,OAAO,EAAE,wBAAwB,EAAE,MAAM,0BAA0B,CAAC;AACpE,OAAO,EAAE,yBAAyB,EAAE,MAAM,2BAA2B,CAAC;AAEtE,KAAK,mBAAmB,GAAG,QAAQ,CAAC;IAChC,MAAM,EAAE,UAAU,CAAC,OAAO,wBAAwB,CAAC,CAAC;IACpD,YAAY,EAAE,UAAU,CAAC,OAAO,uBAAuB,CAAC,CAAC;IACzD,aAAa,EAAE,UAAU,CAAC,OAAO,wBAAwB,CAAC,CAAC;IAC3D,cAAc,EAAE,UAAU,CAAC,OAAO,yBAAyB,CAAC,CAAC;CAChE,CAAC,CAAC;AAEH,MAAM,MAAM,eAAe,GAAG,qBAAqB,GAAG,wBAAwB,CAAC;AAE/E,KAAK,qBAAqB,GAAG,mBAAmB,GAC5C,QAAQ,CAAC;IACL,OAAO,EAAE,QAAQ,CAAC;CACrB,CAAC,CAAC;AAEP,KAAK,wBAAwB,GAAG,mBAAmB,GAC/C,QAAQ,CAAC;IACL,mBAAmB,CAAC,EAAE,UAAU,CAAC,OAAO,8BAA8B,CAAC,CAAC;IACxE,OAAO,EAAE,MAAM,CAAC;CACnB,CAAC,CAAC;AAEP,wBAAgB,cAAc,CAC1B,WAAW,EAAE,qBAAqB,GAAG,QAAQ,CAAC;IAAE,OAAO,EAAE,QAAQ,CAAA;CAAE,CAAC,GACrE,qBAAqB,CAAC;AACzB,wBAAgB,cAAc,CAAC,WAAW,EAAE,qBAAqB,GAAG,wBAAwB,CAAC"}
@@ -1,8 +1,8 @@
1
- import { type Codec, type Decoder, type Encoder } from '@solana/codecs-core';
2
- import type { getCompiledAddressTableLookups } from '../compile-address-table-lookups';
1
+ import { type VariableSizeCodec, type VariableSizeDecoder, type VariableSizeEncoder } from '@solana/codecs-core';
2
+ import type { getCompiledAddressTableLookups } from '../compile-address-table-lookups.js';
3
3
  type AddressTableLookup = ReturnType<typeof getCompiledAddressTableLookups>[number];
4
- export declare function getAddressTableLookupEncoder(): Encoder<AddressTableLookup>;
5
- export declare function getAddressTableLookupDecoder(): Decoder<AddressTableLookup>;
6
- export declare function getAddressTableLookupCodec(): Codec<AddressTableLookup>;
4
+ export declare function getAddressTableLookupEncoder(): VariableSizeEncoder<AddressTableLookup>;
5
+ export declare function getAddressTableLookupDecoder(): VariableSizeDecoder<AddressTableLookup>;
6
+ export declare function getAddressTableLookupCodec(): VariableSizeCodec<AddressTableLookup>;
7
7
  export {};
8
8
  //# sourceMappingURL=address-table-lookup.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"address-table-lookup.d.ts","sourceRoot":"","sources":["../../../src/serializers/address-table-lookup.ts"],"names":[],"mappings":"AACA,OAAO,EAGH,KAAK,iBAAiB,EACtB,KAAK,mBAAmB,EACxB,KAAK,mBAAmB,EAC3B,MAAM,qBAAqB,CAAC;AAI7B,OAAO,KAAK,EAAE,8BAA8B,EAAE,MAAM,kCAAkC,CAAC;AAEvF,KAAK,kBAAkB,GAAG,UAAU,CAAC,OAAO,8BAA8B,CAAC,CAAC,MAAM,CAAC,CAAC;AAGpF,wBAAgB,4BAA4B,IAAI,mBAAmB,CAAC,kBAAkB,CAAC,CAgBtF;AAGD,wBAAgB,4BAA4B,IAAI,mBAAmB,CAAC,kBAAkB,CAAC,CAUtF;AAED,wBAAgB,0BAA0B,IAAI,iBAAiB,CAAC,kBAAkB,CAAC,CAElF"}
@@ -1,8 +1,8 @@
1
- import { Codec, Decoder, Encoder } from '@solana/codecs-core';
2
- import { getCompiledMessageHeader } from '../compile-header';
1
+ import { FixedSizeCodec, FixedSizeDecoder, FixedSizeEncoder } from '@solana/codecs-core';
2
+ import { getCompiledMessageHeader } from '../compile-header.js';
3
3
  type MessageHeader = ReturnType<typeof getCompiledMessageHeader>;
4
- export declare function getMessageHeaderEncoder(): Encoder<MessageHeader>;
5
- export declare function getMessageHeaderDecoder(): Decoder<MessageHeader>;
6
- export declare function getMessageHeaderCodec(): Codec<MessageHeader>;
4
+ export declare function getMessageHeaderEncoder(): FixedSizeEncoder<MessageHeader, 3>;
5
+ export declare function getMessageHeaderDecoder(): FixedSizeDecoder<MessageHeader, 3>;
6
+ export declare function getMessageHeaderCodec(): FixedSizeCodec<MessageHeader, MessageHeader, 3>;
7
7
  export {};
8
8
  //# sourceMappingURL=header.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"header.d.ts","sourceRoot":"","sources":["../../../src/serializers/header.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,gBAAgB,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AAIzF,OAAO,EAAE,wBAAwB,EAAE,MAAM,mBAAmB,CAAC;AAE7D,KAAK,aAAa,GAAG,UAAU,CAAC,OAAO,wBAAwB,CAAC,CAAC;AAoBjE,wBAAgB,uBAAuB,IAAI,gBAAgB,CAAC,aAAa,EAAE,CAAC,CAAC,CAM5E;AAED,wBAAgB,uBAAuB,IAAI,gBAAgB,CAAC,aAAa,EAAE,CAAC,CAAC,CAM5E;AAED,wBAAgB,qBAAqB,IAAI,cAAc,CAAC,aAAa,EAAE,aAAa,EAAE,CAAC,CAAC,CAMvF"}
@@ -1,2 +1,3 @@
1
- export * from './transaction';
1
+ export * from './message.js';
2
+ export * from './transaction.js';
2
3
  //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/serializers/index.ts"],"names":[],"mappings":"AAAA,cAAc,WAAW,CAAC;AAC1B,cAAc,eAAe,CAAC"}
@@ -1,8 +1,8 @@
1
- import { Codec, Decoder, Encoder } from '@solana/codecs-core';
2
- import { getCompiledInstructions } from '../compile-instructions';
1
+ import { VariableSizeCodec, VariableSizeDecoder, VariableSizeEncoder } from '@solana/codecs-core';
2
+ import { getCompiledInstructions } from '../compile-instructions.js';
3
3
  type Instruction = ReturnType<typeof getCompiledInstructions>[number];
4
- export declare function getInstructionEncoder(): Encoder<Instruction>;
5
- export declare function getInstructionDecoder(): Decoder<Instruction>;
6
- export declare function getInstructionCodec(): Codec<Instruction>;
4
+ export declare function getInstructionEncoder(): VariableSizeEncoder<Instruction>;
5
+ export declare function getInstructionDecoder(): VariableSizeDecoder<Instruction>;
6
+ export declare function getInstructionCodec(): VariableSizeCodec<Instruction>;
7
7
  export {};
8
8
  //# sourceMappingURL=instruction.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"instruction.d.ts","sourceRoot":"","sources":["../../../src/serializers/instruction.ts"],"names":[],"mappings":"AAAA,OAAO,EAIH,iBAAiB,EACjB,mBAAmB,EACnB,mBAAmB,EACtB,MAAM,qBAAqB,CAAC;AAW7B,OAAO,EAAE,uBAAuB,EAAE,MAAM,yBAAyB,CAAC;AAElE,KAAK,WAAW,GAAG,UAAU,CAAC,OAAO,uBAAuB,CAAC,CAAC,MAAM,CAAC,CAAC;AAGtE,wBAAgB,qBAAqB,IAAI,mBAAmB,CAAC,WAAW,CAAC,CAuBxE;AAGD,wBAAgB,qBAAqB,IAAI,mBAAmB,CAAC,WAAW,CAAC,CAuBxE;AAED,wBAAgB,mBAAmB,IAAI,iBAAiB,CAAC,WAAW,CAAC,CAEpE"}
@@ -1,6 +1,6 @@
1
- import { Codec, Decoder, Encoder } from '@solana/codecs-core';
2
- import { CompiledMessage } from '../message';
3
- export declare function getCompiledMessageEncoder(): Encoder<CompiledMessage>;
4
- export declare function getCompiledMessageDecoder(): Decoder<CompiledMessage>;
5
- export declare function getCompiledMessageCodec(): Codec<CompiledMessage>;
1
+ import { VariableSizeCodec, VariableSizeDecoder, VariableSizeEncoder } from '@solana/codecs-core';
2
+ import { CompiledMessage } from '../message.js';
3
+ export declare function getCompiledMessageEncoder(): VariableSizeEncoder<CompiledMessage>;
4
+ export declare function getCompiledMessageDecoder(): VariableSizeDecoder<CompiledMessage>;
5
+ export declare function getCompiledMessageCodec(): VariableSizeCodec<CompiledMessage>;
6
6
  //# sourceMappingURL=message.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"message.d.ts","sourceRoot":"","sources":["../../../src/serializers/message.ts"],"names":[],"mappings":"AACA,OAAO,EAMH,iBAAiB,EACjB,mBAAmB,EACnB,mBAAmB,EACtB,MAAM,qBAAqB,CAAC;AAM7B,OAAO,EAAE,eAAe,EAAE,MAAM,YAAY,CAAC;AAyD7C,wBAAgB,yBAAyB,IAAI,mBAAmB,CAAC,eAAe,CAAC,CAiBhF;AAED,wBAAgB,yBAAyB,IAAI,mBAAmB,CAAC,eAAe,CAAC,CAehF;AAED,wBAAgB,uBAAuB,IAAI,iBAAiB,CAAC,eAAe,CAAC,CAE5E"}
@@ -1,6 +1,6 @@
1
- import { Codec, Decoder, Encoder } from '@solana/codecs-core';
2
- import { TransactionVersion } from '../types';
3
- export declare function getTransactionVersionDecoder(): Decoder<TransactionVersion>;
4
- export declare function getTransactionVersionEncoder(): Encoder<TransactionVersion>;
5
- export declare function getTransactionVersionCodec(): Codec<TransactionVersion>;
1
+ import { VariableSizeCodec, VariableSizeDecoder, VariableSizeEncoder } from '@solana/codecs-core';
2
+ import { TransactionVersion } from '../types.js';
3
+ export declare function getTransactionVersionEncoder(): VariableSizeEncoder<TransactionVersion>;
4
+ export declare function getTransactionVersionDecoder(): VariableSizeDecoder<TransactionVersion>;
5
+ export declare function getTransactionVersionCodec(): VariableSizeCodec<TransactionVersion>;
6
6
  //# sourceMappingURL=transaction-version.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"transaction-version.d.ts","sourceRoot":"","sources":["../../../src/serializers/transaction-version.ts"],"names":[],"mappings":"AAAA,OAAO,EAIH,iBAAiB,EACjB,mBAAmB,EACnB,mBAAmB,EACtB,MAAM,qBAAqB,CAAC;AAG7B,OAAO,EAAE,kBAAkB,EAAE,MAAM,UAAU,CAAC;AAI9C,wBAAgB,4BAA4B,IAAI,mBAAmB,CAAC,kBAAkB,CAAC,CAiBtF;AAED,wBAAgB,4BAA4B,IAAI,mBAAmB,CAAC,kBAAkB,CAAC,CActF;AAED,wBAAgB,0BAA0B,IAAI,iBAAiB,CAAC,kBAAkB,CAAC,CAElF"}
@@ -1,7 +1,10 @@
1
- import { Codec, Decoder, Encoder } from '@solana/codecs-core';
2
- import { CompilableTransaction } from '../compilable-transaction';
3
- import { ITransactionWithSignatures } from '../signatures';
4
- export declare function getTransactionEncoder(): Encoder<CompilableTransaction | (CompilableTransaction & ITransactionWithSignatures)>;
5
- export declare function getTransactionDecoder(lastValidBlockHeight?: bigint): Decoder<CompilableTransaction | (CompilableTransaction & ITransactionWithSignatures)>;
6
- export declare function getTransactionCodec(lastValidBlockHeight?: bigint): Codec<CompilableTransaction | (CompilableTransaction & ITransactionWithSignatures)>;
1
+ import { VariableSizeCodec, VariableSizeDecoder, VariableSizeEncoder } from '@solana/codecs-core';
2
+ import { CompilableTransaction } from '../compilable-transaction.js';
3
+ import { CompiledTransaction } from '../compile-transaction.js';
4
+ import { DecompileTransactionConfig } from '../decompile-transaction.js';
5
+ import { ITransactionWithSignatures } from '../signatures.js';
6
+ export declare function getCompiledTransactionDecoder(): VariableSizeDecoder<CompiledTransaction>;
7
+ export declare function getTransactionEncoder(): VariableSizeEncoder<CompilableTransaction | (CompilableTransaction & ITransactionWithSignatures)>;
8
+ export declare function getTransactionDecoder(config?: DecompileTransactionConfig): VariableSizeDecoder<CompilableTransaction | (CompilableTransaction & ITransactionWithSignatures)>;
9
+ export declare function getTransactionCodec(config?: DecompileTransactionConfig): VariableSizeCodec<CompilableTransaction | (CompilableTransaction & ITransactionWithSignatures)>;
7
10
  //# sourceMappingURL=transaction.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"transaction.d.ts","sourceRoot":"","sources":["../../../src/serializers/transaction.ts"],"names":[],"mappings":"AAAA,OAAO,EAKH,iBAAiB,EACjB,mBAAmB,EACnB,mBAAmB,EACtB,MAAM,qBAAqB,CAAC;AAY7B,OAAO,EAAE,qBAAqB,EAAE,MAAM,2BAA2B,CAAC;AAClE,OAAO,EAAE,mBAAmB,EAA0B,MAAM,wBAAwB,CAAC;AACrF,OAAO,EAAwB,0BAA0B,EAAE,MAAM,0BAA0B,CAAC;AAC5F,OAAO,EAAE,0BAA0B,EAAE,MAAM,eAAe,CAAC;AAU3D,wBAAgB,6BAA6B,IAAI,mBAAmB,CAAC,mBAAmB,CAAC,CAUxF;AAED,wBAAgB,qBAAqB,IAAI,mBAAmB,CACxD,qBAAqB,GAAG,CAAC,qBAAqB,GAAG,0BAA0B,CAAC,CAC/E,CAEA;AAED,wBAAgB,qBAAqB,CACjC,MAAM,CAAC,EAAE,0BAA0B,GACpC,mBAAmB,CAAC,qBAAqB,GAAG,CAAC,qBAAqB,GAAG,0BAA0B,CAAC,CAAC,CAInG;AAED,wBAAgB,mBAAmB,CAC/B,MAAM,CAAC,EAAE,0BAA0B,GACpC,iBAAiB,CAAC,qBAAqB,GAAG,CAAC,qBAAqB,GAAG,0BAA0B,CAAC,CAAC,CAEjG"}
@@ -1,20 +1,15 @@
1
- import { Base58EncodedAddress } from '@solana/addresses';
2
- import { Ed25519Signature } from '@solana/keys';
3
- import { CompilableTransaction } from './compilable-transaction';
4
- import { ITransactionWithFeePayer } from './fee-payer';
1
+ import { Address } from '@solana/addresses';
2
+ import { Signature, SignatureBytes } from '@solana/keys';
3
+ import { CompilableTransaction } from './compilable-transaction.js';
4
+ import { ITransactionWithFeePayer } from './fee-payer.js';
5
5
  export interface IFullySignedTransaction extends ITransactionWithSignatures {
6
6
  readonly __brand: unique symbol;
7
7
  }
8
8
  export interface ITransactionWithSignatures {
9
- readonly signatures: Readonly<Record<Base58EncodedAddress, Ed25519Signature>>;
9
+ readonly signatures: Readonly<Record<Address, SignatureBytes>>;
10
10
  }
11
- export type TransactionSignature = string & {
12
- readonly __brand: unique symbol;
13
- };
14
- export declare function assertIsTransactionSignature(putativeTransactionSignature: string): asserts putativeTransactionSignature is TransactionSignature;
15
- export declare function isTransactionSignature(putativeTransactionSignature: string): putativeTransactionSignature is TransactionSignature;
16
- export declare function getSignatureFromTransaction(transaction: ITransactionWithFeePayer & ITransactionWithSignatures): TransactionSignature;
17
- export declare function signTransaction<TTransaction extends CompilableTransaction>(keyPairs: CryptoKeyPair[], transaction: TTransaction | (TTransaction & ITransactionWithSignatures)): Promise<TTransaction & ITransactionWithSignatures>;
18
- export declare function transactionSignature(putativeTransactionSignature: string): TransactionSignature;
19
- export declare function assertTransactionIsFullySigned<TTransaction extends CompilableTransaction>(transaction: TTransaction & ITransactionWithSignatures): asserts transaction is TTransaction & IFullySignedTransaction;
11
+ export declare function getSignatureFromTransaction(transaction: ITransactionWithFeePayer & ITransactionWithSignatures): Signature;
12
+ export declare function partiallySignTransaction<TTransaction extends CompilableTransaction>(keyPairs: CryptoKeyPair[], transaction: TTransaction | (ITransactionWithSignatures & TTransaction)): Promise<ITransactionWithSignatures & TTransaction>;
13
+ export declare function signTransaction<TTransaction extends CompilableTransaction>(keyPairs: CryptoKeyPair[], transaction: TTransaction | (ITransactionWithSignatures & TTransaction)): Promise<IFullySignedTransaction & TTransaction>;
14
+ export declare function assertTransactionIsFullySigned<TTransaction extends CompilableTransaction>(transaction: ITransactionWithSignatures & TTransaction): asserts transaction is IFullySignedTransaction & TTransaction;
20
15
  //# sourceMappingURL=signatures.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"signatures.d.ts","sourceRoot":"","sources":["../../src/signatures.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAA2B,MAAM,mBAAmB,CAAC;AASrE,OAAO,EAAE,SAAS,EAAE,cAAc,EAAa,MAAM,cAAc,CAAC;AAEpE,OAAO,EAAE,qBAAqB,EAAE,MAAM,0BAA0B,CAAC;AACjE,OAAO,EAAE,wBAAwB,EAAE,MAAM,aAAa,CAAC;AAIvD,MAAM,WAAW,uBAAwB,SAAQ,0BAA0B;IACvE,QAAQ,CAAC,OAAO,EAAE,OAAO,MAAM,CAAC;CACnC;AACD,MAAM,WAAW,0BAA0B;IACvC,QAAQ,CAAC,UAAU,EAAE,QAAQ,CAAC,MAAM,CAAC,OAAO,EAAE,cAAc,CAAC,CAAC,CAAC;CAClE;AAID,wBAAgB,2BAA2B,CACvC,WAAW,EAAE,wBAAwB,GAAG,0BAA0B,GACnE,SAAS,CASX;AAED,wBAAsB,wBAAwB,CAAC,YAAY,SAAS,qBAAqB,EACrF,QAAQ,EAAE,aAAa,EAAE,EACzB,WAAW,EAAE,YAAY,GAAG,CAAC,0BAA0B,GAAG,YAAY,CAAC,GACxE,OAAO,CAAC,0BAA0B,GAAG,YAAY,CAAC,CAmBpD;AAED,wBAAsB,eAAe,CAAC,YAAY,SAAS,qBAAqB,EAC5E,QAAQ,EAAE,aAAa,EAAE,EACzB,WAAW,EAAE,YAAY,GAAG,CAAC,0BAA0B,GAAG,YAAY,CAAC,GACxE,OAAO,CAAC,uBAAuB,GAAG,YAAY,CAAC,CAKjD;AAED,wBAAgB,8BAA8B,CAAC,YAAY,SAAS,qBAAqB,EACrF,WAAW,EAAE,0BAA0B,GAAG,YAAY,GACvD,OAAO,CAAC,WAAW,IAAI,uBAAuB,GAAG,YAAY,CAkB/D"}
@@ -6,20 +6,13 @@ export type SerializedMessageBytes = Uint8Array & {
6
6
  export type SerializedMessageBytesBase64 = string & {
7
7
  readonly __serializedMessageBytesBase64: unique symbol;
8
8
  };
9
- export type BaseTransaction = Readonly<{
10
- instructions: readonly IInstruction[];
11
- version: TransactionVersion;
12
- }>;
13
- type LegacyTransaction = BaseTransaction & Readonly<{
14
- instructions: readonly (Omit<IInstruction, 'accounts'> & Readonly<{
15
- readonly accounts?: readonly IAccountMeta[];
16
- }>)[];
17
- version: 'legacy';
18
- }>;
19
- type V0Transaction = BaseTransaction & Readonly<{
20
- instructions: readonly IInstruction[];
21
- version: 0;
9
+ export type BaseTransaction<TVersion extends TransactionVersion = TransactionVersion, TInstruction extends IInstruction = IInstruction> = Readonly<{
10
+ instructions: readonly TInstruction[];
11
+ version: TVersion;
22
12
  }>;
13
+ type ILegacyInstruction<TProgramAddress extends string = string> = IInstruction<TProgramAddress, readonly IAccountMeta[]>;
14
+ type LegacyTransaction = BaseTransaction<'legacy', ILegacyInstruction>;
15
+ type V0Transaction = BaseTransaction<0, IInstruction>;
23
16
  export type Transaction = LegacyTransaction | V0Transaction;
24
17
  export type TransactionVersion = 'legacy' | 0;
25
18
  export {};
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../src/types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,YAAY,EAAE,MAAM,sBAAsB,CAAC;AAElE,iEAAiE;AACjE,MAAM,MAAM,sBAAsB,GAAG,UAAU,GAAG;IAAE,QAAQ,CAAC,wBAAwB,EAAE,OAAO,MAAM,CAAA;CAAE,CAAC;AACvG,MAAM,MAAM,4BAA4B,GAAG,MAAM,GAAG;IAAE,QAAQ,CAAC,8BAA8B,EAAE,OAAO,MAAM,CAAA;CAAE,CAAC;AAE/G,MAAM,MAAM,eAAe,CACvB,QAAQ,SAAS,kBAAkB,GAAG,kBAAkB,EACxD,YAAY,SAAS,YAAY,GAAG,YAAY,IAChD,QAAQ,CAAC;IACT,YAAY,EAAE,SAAS,YAAY,EAAE,CAAC;IACtC,OAAO,EAAE,QAAQ,CAAC;CACrB,CAAC,CAAC;AAEH,KAAK,kBAAkB,CAAC,eAAe,SAAS,MAAM,GAAG,MAAM,IAAI,YAAY,CAC3E,eAAe,EACf,SAAS,YAAY,EAAE,CAC1B,CAAC;AACF,KAAK,iBAAiB,GAAG,eAAe,CAAC,QAAQ,EAAE,kBAAkB,CAAC,CAAC;AACvE,KAAK,aAAa,GAAG,eAAe,CAAC,CAAC,EAAE,YAAY,CAAC,CAAC;AAEtD,MAAM,MAAM,WAAW,GAAG,iBAAiB,GAAG,aAAa,CAAC;AAC5D,MAAM,MAAM,kBAAkB,GAAG,QAAQ,GAAG,CAAC,CAAC"}
@@ -1,4 +1,4 @@
1
1
  import { ITransactionWithSignatures } from '.';
2
- import { BaseTransaction } from './types';
3
- export declare function getUnsignedTransaction<TTransaction extends BaseTransaction>(transaction: TTransaction | (TTransaction & ITransactionWithSignatures)): TTransaction | Omit<TTransaction & ITransactionWithSignatures, keyof ITransactionWithSignatures>;
2
+ import { BaseTransaction } from './types.js';
3
+ export declare function getUnsignedTransaction<TTransaction extends BaseTransaction>(transaction: TTransaction | (ITransactionWithSignatures & TTransaction)): Omit<ITransactionWithSignatures & TTransaction, keyof ITransactionWithSignatures> | TTransaction;
4
4
  //# sourceMappingURL=unsigned-transaction.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"unsigned-transaction.d.ts","sourceRoot":"","sources":["../../src/unsigned-transaction.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,0BAA0B,EAAE,MAAM,GAAG,CAAC;AAC/C,OAAO,EAAE,eAAe,EAAE,MAAM,SAAS,CAAC;AAE1C,wBAAgB,sBAAsB,CAAC,YAAY,SAAS,eAAe,EACvE,WAAW,EAAE,YAAY,GAAG,CAAC,0BAA0B,GAAG,YAAY,CAAC,GACxE,IAAI,CAAC,0BAA0B,GAAG,YAAY,EAAE,MAAM,0BAA0B,CAAC,GAAG,YAAY,CAWlG"}
@@ -1,4 +1,4 @@
1
- import { getTransactionEncoder } from './serializers/transaction';
1
+ import { getTransactionEncoder } from './serializers/transaction.js';
2
2
  export type Base64EncodedWireTransaction = string & {
3
3
  readonly __brand: unique symbol;
4
4
  };
@@ -0,0 +1 @@
1
+ {"version":3,"file":"wire-transaction.d.ts","sourceRoot":"","sources":["../../src/wire-transaction.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,qBAAqB,EAAE,MAAM,2BAA2B,CAAC;AAElE,MAAM,MAAM,4BAA4B,GAAG,MAAM,GAAG;IAChD,QAAQ,CAAC,OAAO,EAAE,OAAO,MAAM,CAAC;CACnC,CAAC;AAEF,wBAAgB,+BAA+B,CAC3C,WAAW,EAAE,UAAU,CAAC,UAAU,CAAC,OAAO,qBAAqB,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,GAC/E,4BAA4B,CAG9B"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@solana/transactions",
3
- "version": "2.0.0-experimental.ffeddf6",
3
+ "version": "2.0.0-preview.1",
4
4
  "description": "Helpers for creating and serializing transactions",
5
5
  "exports": {
6
6
  "browser": {
@@ -46,36 +46,14 @@
46
46
  "maintained node versions"
47
47
  ],
48
48
  "dependencies": {
49
- "@solana/addresses": "2.0.0-experimental.ffeddf6",
50
- "@solana/codecs-core": "2.0.0-experimental.ffeddf6",
51
- "@solana/codecs-data-structures": "2.0.0-experimental.ffeddf6",
52
- "@solana/codecs-numbers": "2.0.0-experimental.ffeddf6",
53
- "@solana/codecs-strings": "2.0.0-experimental.ffeddf6",
54
- "@solana/functional": "2.0.0-experimental.ffeddf6",
55
- "@solana/keys": "2.0.0-experimental.ffeddf6"
56
- },
57
- "devDependencies": {
58
- "@solana/eslint-config-solana": "^1.0.2",
59
- "@swc/jest": "^0.2.29",
60
- "@types/jest": "^29.5.6",
61
- "@types/node": "^20.6.3",
62
- "@typescript-eslint/eslint-plugin": "^6.7.0",
63
- "@typescript-eslint/parser": "^6.3.0",
64
- "agadoo": "^3.0.0",
65
- "eslint": "^8.45.0",
66
- "eslint-plugin-sort-keys-fix": "^1.1.2",
67
- "jest": "^29.7.0",
68
- "jest-runner-eslint": "^2.1.2",
69
- "jest-runner-prettier": "^1.0.0",
70
- "prettier": "^2.8",
71
- "tsup": "7.2.0",
72
- "typescript": "^5.2.2",
73
- "version-from-git": "^1.1.1",
74
- "@solana/instructions": "2.0.0-experimental.ffeddf6",
75
- "build-scripts": "0.0.0",
76
- "test-config": "0.0.0",
77
- "test-matchers": "0.0.0",
78
- "tsconfig": "0.0.0"
49
+ "@solana/addresses": "2.0.0-preview.1",
50
+ "@solana/codecs-core": "2.0.0-preview.1",
51
+ "@solana/codecs-data-structures": "2.0.0-preview.1",
52
+ "@solana/codecs-numbers": "2.0.0-preview.1",
53
+ "@solana/codecs-strings": "2.0.0-preview.1",
54
+ "@solana/errors": "2.0.0-preview.1",
55
+ "@solana/functional": "2.0.0-preview.1",
56
+ "@solana/keys": "2.0.0-preview.1"
79
57
  },
80
58
  "bundlewatch": {
81
59
  "defaultCompression": "gzip",
@@ -86,18 +64,19 @@
86
64
  ]
87
65
  },
88
66
  "scripts": {
89
- "compile:js": "tsup --config build-scripts/tsup.config.library.ts",
90
- "compile:typedefs": "tsc -p ./tsconfig.declarations.json",
91
- "dev": "jest -c node_modules/test-config/jest-dev.config.ts --rootDir . --watch",
92
- "publish-packages": "pnpm publish --tag experimental --access public --no-git-checks",
67
+ "compile:js": "tsup --config build-scripts/tsup.config.package.ts",
68
+ "compile:typedefs": "tsc -p ./tsconfig.declarations.json && node ../../node_modules/@solana/build-scripts/add-js-extension-to-types.mjs",
69
+ "dev": "jest -c ../../node_modules/@solana/test-config/jest-dev.config.ts --rootDir . --watch",
70
+ "publish-impl": "npm view $npm_package_name@$npm_package_version > /dev/null 2>&1 || pnpm publish --tag preview --access public --no-git-checks",
71
+ "publish-packages": "pnpm prepublishOnly && pnpm publish-impl",
93
72
  "style:fix": "pnpm eslint --fix src/* && pnpm prettier -w src/* package.json",
94
- "test:lint": "jest -c node_modules/test-config/jest-lint.config.ts --rootDir . --silent",
95
- "test:prettier": "jest -c node_modules/test-config/jest-prettier.config.ts --rootDir . --silent",
73
+ "test:lint": "jest -c ../../node_modules/@solana/test-config/jest-lint.config.ts --rootDir . --silent",
74
+ "test:prettier": "jest -c ../../node_modules/@solana/test-config/jest-prettier.config.ts --rootDir . --silent",
96
75
  "test:treeshakability:browser": "agadoo dist/index.browser.js",
97
76
  "test:treeshakability:native": "agadoo dist/index.native.js",
98
77
  "test:treeshakability:node": "agadoo dist/index.node.js",
99
78
  "test:typecheck": "tsc --noEmit",
100
- "test:unit:browser": "jest -c node_modules/test-config/jest-unit.config.browser.ts --rootDir . --silent",
101
- "test:unit:node": "jest -c node_modules/test-config/jest-unit.config.node.ts --rootDir . --silent"
79
+ "test:unit:browser": "jest -c ../../node_modules/@solana/test-config/jest-unit.config.browser.ts --rootDir . --silent",
80
+ "test:unit:node": "jest -c ../../node_modules/@solana/test-config/jest-unit.config.node.ts --rootDir . --silent"
102
81
  }
103
82
  }