Raindex SDK Documentation
    Preparing search index...

    Interface SgTradeEvent

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

    Properties

    Properties

    sender: string
    transaction: SgTransaction