Interface TransactionVerifyContext

Hierarchy

  • TransactionVerifyContext

Properties

chainID: Buffer
contextStore: Map<string, unknown>
getMethodContext: (() => ImmutableMethodContext)

Type declaration

getStore: ((moduleID: Buffer, storePrefix: Buffer) => ImmutableSubStore)

Type declaration

header: {
    height: number;
    timestamp: number;
}

Type declaration

  • height: number
  • timestamp: number
logger: Logger
transaction: Transaction

Generated using TypeDoc