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

    Interface GetTransactionInput

    Represents the input for retrieving a transaction.

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

    Hierarchy

    • Common
      • GetTransactionInput
    Index

    Properties

    id: string

    The ID of the transaction to retrieve.

    txType?: TransactionType

    Filters on the transaction type of the transaction.

    xRequestId?: string

    Developer-provided parameter used to identify this request.