Constructors

Properties

chainId: number

The chain ID. Must be a supported chain.

newOwnerAddress: string

The address of the new owner

player?: string

ID of the Player that has the Account you want to transfer ownership from (starts with pla_).

policy: string

ID of the Policy that defines the gas sponsorship strategy (starts with pol_). A policy must be provided.

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;
    }[]