Options
All
  • Public
  • Public/Protected
  • All
Menu

TODO:

export

Hierarchy

  • Amount

Index

Constructors

Properties

value: BN

Methods

  • toRpcArg(): { units: never; value: BN }
  • Converts the class instance into an object that can be used as an argument for Solana instruction calls.

    memberof

    Amount

    Returns { units: never; value: BN }

    • units: never
    • value: BN
  • depositNotes(amount: number): Amount
  • loanNotes(amount: number): Amount
  • tokens(amount: number): Amount

Generated using TypeDoc