Expand description
Transaction resource models for the Circle User-Controlled Wallets API.
Contains request parameters and response types for transaction management endpoints, including estimation, acceleration, and cancellation.
Structs§
- Accelerate
TxRequest - Request body for
accelerateTransaction. - Cancel
TxRequest - Request body for
cancelTransaction. - Create
Contract Execution TxRequest - Request body for
createContractExecutionTransaction. - Create
Transfer TxRequest - Request body for
createTransferTransaction. - Create
Wallet Upgrade TxRequest - Request body for
createWalletUpgradeTransaction. - Estimate
Contract Exec FeeRequest - Request body for
estimateContractExecutionFee. - Estimate
FeeData - Fee estimation breakdown for a transaction.
- Estimate
Transaction Fee - Response envelope for fee estimation endpoints.
- Estimate
Transfer FeeRequest - Request body for
estimateTransferFee. - GetLowest
Nonce Transaction Response - Response envelope for
getLowestNonceTransaction. - GetLowest
Nonce TxParams - Query parameters for
getLowestNonceTransaction. - List
Transactions Params - Query parameters for
listTransactions. - Lowest
Nonce Transaction Data datapayload for the lowest-nonce transaction endpoint.- Lowest
Nonce Transaction FeeInfo - Fee information for the lowest-nonce transaction query.
- Risk
Signal - A single risk signal from the compliance screening engine.
- Transaction
- A user-controlled wallet transaction.
- Transaction
Data datapayload wrapping a single transaction.- Transaction
Response - Response envelope for a single-transaction lookup.
- Transaction
Screening Decision - Compliance screening decision for a transaction.
- Transactions
- Response envelope for list-transactions.
- Transactions
Data datapayload wrapping a list of transactions.- Validate
Address Data datapayload for address validation.- Validate
Address Request - Request body for
validateAddress. - Validate
Address Response - Response envelope for
validateAddress.
Enums§
- Operation
- High-level operation type for a transaction.
- Risk
Action - Recommended action from the compliance engine.
- Risk
Category - Category of risk flagged by the screening engine.
- Risk
Score - Risk severity level assigned by the screening engine.
- Risk
Type - Source type for a risk signal.
- Transaction
State - Current on-chain state of a transaction.
- Transaction
Type - Direction of a transaction relative to the wallet.