Cache compiledMessage
when a transaction has signatures
#4075
Annotations
10 errors
Build & Test
Type '{ signatures: {}; instructions: readonly IInstruction<string, readonly (IAccountMeta<string> | IAccountLookupMeta<string, string>)[]>[]; version: TransactionVersion; lifetimeConstraint: Readonly<...>; }' is not assignable to type 'Readonly<{ instructions: readonly IInstruction<string, readonly (IAccountMeta<string> | IAccountLookupMeta<string, string>)[]>[]; version: TransactionVersion; }> & ITransactionWithBlockhashLifetime & ITransactionWithSignatures'.
|
Build & Test
Type '{ signatures: {}; instructions: readonly IInstruction<string, readonly (IAccountMeta<string> | IAccountLookupMeta<string, string>)[]>[] & readonly [AdvanceNonceAccountInstruction<string, string>, ...IInstruction<...>[]]; version: TransactionVersion; lifetimeConstraint: Readonly<...>; }' is not assignable to type 'Readonly<{ instructions: readonly IInstruction<string, readonly (IAccountMeta<string> | IAccountLookupMeta<string, string>)[]>[]; version: TransactionVersion; }> & IDurableNonceTransaction<...> & ITransactionWithSignatures'.
|
Build & Test
Type '{ signatures: {}; instructions: readonly IInstruction<string, readonly (IAccountMeta<string> | IAccountLookupMeta<string, string>)[]>[]; version: TransactionVersion; feePayer: Address<...>; }' is not assignable to type 'Readonly<{ instructions: readonly IInstruction<string, readonly (IAccountMeta<string> | IAccountLookupMeta<string, string>)[]>[]; version: TransactionVersion; }> & ITransactionWithFeePayer<...> & ITransactionWithSignatures'.
|
Build & Test
Type '{ signatures: {}; instructions: readonly IInstruction<string, readonly (IAccountMeta<string> | IAccountLookupMeta<string, string>)[]>[]; version: TransactionVersion; }' is not assignable to type 'Readonly<{ instructions: readonly IInstruction<string, readonly (IAccountMeta<string> | IAccountLookupMeta<string, string>)[]>[]; version: TransactionVersion; }> & ITransactionWithSignatures'.
|
Build & Test
Type '{ signatures: {}; instructions: readonly IInstruction<string, readonly (IAccountMeta<string> | IAccountLookupMeta<string, string>)[]>[]; version: TransactionVersion; }' is not assignable to type 'Readonly<{ instructions: readonly IInstruction<string, readonly (IAccountMeta<string> | IAccountLookupMeta<string, string>)[]>[]; version: TransactionVersion; }> & ITransactionWithSignatures'.
|
Build & Test
Type '{ signatures: {}; instructions: readonly IInstruction<string, readonly (IAccountMeta<string> | IAccountLookupMeta<string, string>)[]>[]; version: TransactionVersion; }' is not assignable to type 'Readonly<{ instructions: readonly IInstruction<string, readonly (IAccountMeta<string> | IAccountLookupMeta<string, string>)[]>[]; version: TransactionVersion; }> & ITransactionWithSignatures'.
|
Build & Test
Type '{ signatures: {}; instructions: readonly IInstruction<string, readonly (IAccountMeta<string> | IAccountLookupMeta<string, string>)[]>[]; version: TransactionVersion; }' is not assignable to type 'Readonly<{ instructions: readonly IInstruction<string, readonly (IAccountMeta<string> | IAccountLookupMeta<string, string>)[]>[]; version: TransactionVersion; }> & ITransactionWithSignatures'.
|
Build & Test
Argument of type '{ feePayer: Address; signatures: { readonly [x: string]: SignatureBytes; }; }' is not assignable to parameter of type 'ITransactionWithFeePayer<string> & ITransactionWithSignatures'.
|
Build & Test
Argument of type '{ feePayer: Address; signatures: { readonly [x: string]: SignatureBytes; }; }' is not assignable to parameter of type 'ITransactionWithFeePayer<string> & ITransactionWithSignatures'.
|
Build & Test
Type '{ feePayer: Address; instructions: []; lifetimeConstraint: { blockhash: Blockhash; lastValidBlockHeight: bigint; }; signatures: {}; version: 0; }' is not assignable to type 'SignedTransaction'.
|
Loading