@sentio/sdk
    Preparing search index...

    Interface Data_FuelReceipt

    interface Data_FuelReceipt {
        receiptIndex: bigint;
        timestamp: undefined | Date;
        transaction: undefined | { [key: string]: any };
    }
    Index

    Properties

    receiptIndex: bigint
    timestamp: undefined | Date
    transaction: undefined | { [key: string]: any }