Type alias WithdrawFeeTxn

WithdrawFeeTxn: {
    amount: number;
    encoded_transaction: string;
    from: string;
    to: string;
}

Type declaration

  • amount: number
  • encoded_transaction: string
  • from: string
  • to: string

Generated using TypeDoc