OPNet
    Preparing search index...

    Interface ICallResultData

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

    interface ICallResultData {
        accessList: IAccessList;
        estimatedGas?: string;
        events: RawEventList;
        loadedStorage?: LoadedStorage;
        result: string | BinaryReader;
        revert?: string;
        specialGas?: string;
    }
    Index

    Properties

    accessList: IAccessList
    estimatedGas?: string
    events: RawEventList
    loadedStorage?: LoadedStorage
    result: string | BinaryReader
    revert?: string
    specialGas?: string