Constructors

Properties

depositor?: string

If the you want to use your own native tokens to pay for gas, specify the developer account ID (starts with dac_)

sponsorSchema: SponsorSchema
tokenContract?: string

If the user pays in custom tokens, the contract ID (starts with con_) of the token contract.

tokenContractAmount?: string

If the user pays in ERC20 tokens, this reflects either the exchange rate or the amount in WEI.

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