DepositParams: {
    amount: BaseAmount;
    asset: Asset;
    feeOption: FeeOption;
    memo: string;
    walletIndex?: number;
}

Represents the parameters for depositing an asset.

Type declaration

  • amount: BaseAmount
  • asset: Asset
  • feeOption: FeeOption
  • memo: string
  • Optional walletIndex?: number

Generated using TypeDoc