interface GetTransactionInput {
    cachePolicy?: CachePolicy;
    id: string;
}

Properties

Properties

cachePolicy?: CachePolicy

Cache Policy to use to access a transaction.

id: string

Identifier of the transaction to get.