Optional
requestFactory: TransactionIntentsApiRequestFactoryOptional
responseProcessor: TransactionIntentsApiResponseProcessorPrivate
apiOptional
xBehalfOfProject: stringOptional
_options: ConfigurationEstimate 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
Optional
_options: ConfigurationRetrieves the details of a TransactionIntent that has previously been created. Get a transaction intent object.
Specifies the unique transaction intent ID (starts with tin_).
Optional
expand: TransactionIntentResponseExpandable[]Specifies the expandable fields.
Optional
_options: ConfigurationReturns a list of TransactionIntents. List transaction intents.
Optional
limit: numberSpecifies the maximum number of records to return.
Optional
skip: numberSpecifies the offset for the first records to return.
Optional
order: SortOrderSpecifies the order in which to sort the results.
Optional
expand: TransactionIntentResponseExpandable[]Specifies the fields to expand in the response.
Optional
chainId: numberThe chain ID. Must be a supported chain.
Optional
account: string[]Filter by account ID or developer account (starts with acc_ or dac_ respectively).
Optional
player: string[]Filter by player ID (starts with pla_).
Optional
status: numberFilter by successful (1) or failed (0) transaction intents.
Optional
policy: string[]Filter by policy ID (starts with pol_).
Optional
_options: ConfigurationBroadcasts 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_).
Optional
_options: Configuration
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.