Transfer: {
    E: number;
    H: string;
    M: string;
    e: string;
    f: string;
    t: AccountTrade[];
}

Payload of a transfer event

Type declaration

  • E: number

    Event heihgt

  • H: string

    Tx hash

  • M: string

    Memo

  • e: string

    Event type

  • f: string

    Sender address

  • t: AccountTrade[]

Generated using TypeDoc