interface AccountsTransferEvent {
    amount: BaseUnits;
    from: Uint8Array;
    to: Uint8Array;
}

Properties

Properties

amount: BaseUnits
from: Uint8Array
to: Uint8Array