Constructors

Properties

account: string

ID of the Dev Account this TransactionIntent will send the specified amount of tokens to (starts with dac_).

amount: string

Amount in WEI to withdraw (i.e. factor 10^18)..

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