Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TransferOperation

Transfers asset from one account to another.

Hierarchy

Index

Properties

Properties

0

0: "transfer"

1

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