LoanOpenParams: {
    amount: CryptoAmount;
    memo: string;
    toAddress: Address;
}

Represents the parameters for opening a loan.

Type declaration

  • amount: CryptoAmount
  • memo: string
  • toAddress: Address

Generated using TypeDoc