Class CallResult<T>

Represents the result of a contract call.

Type Parameters

Implements

Constructors

Properties

accessList: IAccessList
calldata: undefined | Buffer
decoded: DecodedCallResult[] = []
estimatedGas: undefined | bigint
events: NetEvent[]
properties: T = ...
result: BinaryReader

Methods