Constructors
constructor
- new transfer_event(from?: null | Uint8Array, to?: null | Uint8Array, value?: number): transfer_event
Parameters
from: null | Uint8Array = null
to: null | Uint8Array = null
value: number = 0
Properties
from
from: null | Uint8Array
to
to: null | Uint8Array
value
value: number
Methods
Static decode
Parameters
reader: Reader
length: number
Static encode
Parameters
Returns void