Interface TransferFromSavingsOperation

Generic operation.

Hierarchy

  • Operation

    Hierarchy

    • TransferFromSavingsOperation

Properties

0 1

Properties

0: "transfer_from_savings"
1: { amount: string | Asset; from: string; memo: string; request_id: number; to: string }

Type declaration

  • amount: string | Asset
  • from: string
  • memo: string
  • request_id: number
  • to: string

Generated using TypeDoc