Documentation

    Interface GetTransactionBlockParams

    Return the transaction response object.

    interface GetTransactionBlockParams {
        digest: string;
        options?: null | SuiTransactionBlockResponseOptions;
        signal?: AbortSignal;
    }
    Index

    Properties

    digest: string

    the digest of the queried transaction

    options for specifying the content to be returned

    signal?: AbortSignal
    MMNEPVFCICPMFPCPTTAAATR