Interface TransactionVerifyContext

Hierarchy

  • TransactionVerifyContext

Properties

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

Type declaration

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

Type declaration

    • (moduleID: Buffer, storePrefix: Buffer): ImmutableSubStore
    • Parameters

      • moduleID: Buffer
      • storePrefix: Buffer

      Returns ImmutableSubStore

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

Type declaration

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

Generated using TypeDoc