interface EventTransfer {
    amount: Uint8Array;
    to: Uint8Array;
}

Properties

Properties

amount: Uint8Array
to: Uint8Array

Generated using TypeDoc