T402 API Reference - v2.8.0
    Preparing search index...

    Interface NearTransaction

    NEAR transaction

    interface NearTransaction {
        hash: string;
        signer_id: string;
        receiver_id: string;
        actions: FunctionCallAction[];
    }
    Index

    Properties

    hash: string
    signer_id: string
    receiver_id: string