Return the transaction response object.

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

Properties

Properties

digest: string

the digest of the queried transaction

options for specifying the content to be returned