Estimate the gas cost of broadcasting a TransactionIntent. This is a simulation, it does not send the transaction on-chain. If a Policy ID is used that includes payment of gas in ERC-20 tokens, an extra field estimatedTXGasFeeToken
is returned with the estimated amount of tokens that will be used.
Estimate gas cost of creating a transaction
Retrieves the details of a TransactionIntent that has previously been created. Get a transaction intent object.
Specifies the unique transaction intent ID (starts with tin_).
Specifies the expandable fields.
Returns a list of TransactionIntents. List transaction intents.
Specifies the maximum number of records to return.
Specifies the offset for the first records to return.
Specifies the order in which to sort the results.
Specifies the fields to expand in the response.
The chain ID. Must be a supported chain.
Filter by account ID or developer account (starts with acc_ or dac_ respectively).
Filter by player ID (starts with pla_).
Filter by successful (1) or failed (0) transaction intents.
Filter by policy ID (starts with pol_).
Broadcasts a signed TransactionIntent to the blockchain. Use this endpoint to send the signed signableHash
. Openfort will then put it on-chain.
Send a signed transaction signableHash.
Specifies the unique transaction intent ID (starts with tin_).
Generated using TypeDoc
Creates a TransactionIntent. A pending TransactionIntent has the
response
attribute as undefined. After the TransactionIntent is created and broadcasted to the blockchain,response
will be populated with the transaction hash and a status (1 success, 0 fail). When using a non-custodial account, anextAction
attribute is returned with theuserOperationHash
that must be signed by the owner of the account. Create a transaction intent object.