Interface TransferOperation

Transfers asset from one account to another.

Hierarchy

Properties

0 1

Properties

0: "transfer"
1: { amount: string | Asset; from: string; memo: string; to: string }

Type declaration

  • amount: string | Asset

    Amount of HIVE or HBD to send.

  • from: string

    Sending account name.

  • memo: string

    Plain-text note attached to transaction.

  • to: string

    Receiving account name.

Generated using TypeDoc