Kit
Type aliases

DecompileTransactionMessageConfig

DecompileTransactionMessageConfig = object

Properties

addressesByLookupTableAddress?

optional addressesByLookupTableAddress: AddressesByLookupTableAddress

If the compiled message loads addresses from one or more address lookup tables, you will have to supply a map of those tables to an array of the addresses they contained at the time that the transaction message was constructed.

See

decompileTransactionMessageFetchingLookupTables if you do not already have this.


lastValidBlockHeight?

optional lastValidBlockHeight: bigint

If the compiled message has a blockhash-based lifetime constraint, you will have to supply the block height after which that blockhash is no longer valid for use as a lifetime constraint.

On this page