Interface FTTokenMintArg

Hierarchy

  • FTTokenMintArg

Properties

attrib: {
    contract_address: string;
    recipient_address: string;
    value: number;
}

Type declaration

  • contract_address: string
  • recipient_address: string
  • value: number
fee_limit?: number
private_key: string

Generated using TypeDoc