Hierarchy

  • EthCallMessage

Constructors

  • Parameters

    • from: Uint8Array = ...
    • to: Uint8Array = ...
    • data: Uint8Array = ...
    • gas: u64 = 0
    • value: Uint8Array = ...
    • ret: Uint8Array = ...
    • gasUsed: u64 = 0
    • error: string = ''
    • index: u64 = 0
    • parentIndex: i64 = 0
    • childrenIndices: u64[] = []

    Returns EthCallMessage

Properties

childrenIndices: u64[]
data: Uint8Array
error: string
from: Uint8Array
gas: u64
gasUsed: u64
index: u64
parentIndex: i64
ret: Uint8Array
to: Uint8Array
value: Uint8Array

Methods