dsteem
    Preparing search index...

    Interface TransferOperation

    Transfers STEEM from one account to another.

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

    Hierarchy (View Summary)

    Index

    Properties

    0 1

    Properties

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

    Type Declaration

    • amount: string | Asset

      Amount of STEEM or SBD to send.

    • from: string

      Sending account name.

    • memo: string

      Plain-text note attached to transaction.

    • to: string

      Receiving account name.