Optional
accountThe chain ID. Must be a supported chain.
Optional
externalUse this parameter to create a new Account for Player with the provided owner address. If you omit this parameter and no Account exists for the Player, a custodial Account will be created.
Optional
optimisticSet to true
to indicate that the transactionIntent request should be resolved as soon as possible, after the transactionIntent is created and simulated and before it arrives on chain.
Optional
playerID of the Player this TransactionIntent belongs to, if one exists (starts with pla_
). If you omit this parameter a new Player will be created.
Optional
policyID of the Policy that defines the gas sponsorship strategy (starts with pol_
). If no Policy is provided, the own Account native token funds will be used to pay for gas.
Static
Readonly
attributeStatic
Readonly
discriminatorStatic
get
ID of the Account this TransactionIntent is executed with, if one exists (starts with
acc_
ordac_
). When providing a Player and ChainID, you can omit this parameter.