Type alias ServiceCharge

ServiceCharge: {
    amount: number;
    receiver: string;
    token?: string;
}

Type declaration

  • amount: number
  • receiver: string
  • Optional token?: string

Generated using TypeDoc