@circle-fin/usdckit - v0.18.0
    Preparing search index...

    Represents the input for retrieving a transaction.

    interface GetTransactionInput {
        id: string;
        txType?: TransactionType;
    }
    Index

    Properties

    Properties

    id: string

    The ID of the transaction to retrieve.

    txType?: TransactionType

    Filters on the transaction type of the transaction.