Interface RecurrentTransferOperation

Generic operation.

Hierarchy

  • Operation

    Hierarchy

    • RecurrentTransferOperation

Properties

0 1

Properties

0: "recurrent_transfer"
1: { amount: string | Asset; executions: number; extensions: any[]; from: string; memo: string; recurrence: number; to: string }

Type declaration

  • amount: string | Asset
  • executions: number
  • extensions: any[]
  • from: string
  • memo: string
  • recurrence: number
  • to: string

Generated using TypeDoc