Interface ICallResultData

This interface is used to define the call result data. ICallResultData

interface ICallResultData {
    accessList: IAccessList;
    estimatedGas?: string;
    events: NetEvent[];
    result: string | BinaryReader;
}

Properties

accessList: IAccessList
estimatedGas?: string
events: NetEvent[]
result: string | BinaryReader