Constructors

Properties

account?: string

ID of the Account this TransactionIntent is executed with, if one exists (starts with acc_ or dac_). When providing a Player and ChainID, you can omit this parameter.

address: string

The address of the session key to revoke.

chainId: number

The chain ID. Must be a supported chain.

optimistic?: boolean

Whether the transactionIntent is optimistic (resolve before it arrives on chain) or not.

player: string

The player ID (starts with pla_).

policy?: string

ID 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.

attributeTypeMap: {
    baseName: string;
    format: string;
    name: string;
    type: string;
}[] = ...

Type declaration

  • baseName: string
  • format: string
  • name: string
  • type: string
discriminator: undefined | string = undefined

Methods

  • Returns {
        baseName: string;
        format: string;
        name: string;
        type: string;
    }[]