IssueTokenArgs: {
    amount: number;
    authority: string;
    owner: string;
} & CommonArgs

Represents arguments for issuing an on chain asset/token.

Type declaration

  • amount: number
  • authority: string
  • owner: string