Raindex SDK Documentation
    Preparing search index...

    Interface SgTradeEvent

    interface SgTradeEvent {
        __typename: string;
        id: string;
        sender: string;
        transaction: SgTransaction;
    }
    Index

    Properties

    __typename: string
    id: string
    sender: string
    transaction: SgTransaction