@sentio/sdk
    Preparing search index...

    Interface Data_SuiCall

    interface Data_SuiCall {
        rawTransaction: string;
        slot: bigint;
        timestamp: undefined | Date;
    }
    Index

    Properties

    rawTransaction: string
    slot: bigint
    timestamp: undefined | Date