Type alias SetupAssetControllerArgs

SetupAssetControllerArgs: {
    authority: string;
    decimals: number;
    delegate?: string;
    interestRate?: number;
    name: string;
    payer: string;
    symbol: string;
    uri: string;
}

Args used to generate new asset controller

Type declaration

  • authority: string
  • decimals: number
  • Optional delegate?: string
  • Optional interestRate?: number
  • name: string
  • payer: string
  • symbol: string
  • uri: string