Class PostExecMessageInput
Constructors
constructor
- new PostExecMessageInput(from?, to?, index?, data?, value?, gas?, ret?, error?): PostExecMessageInput
Parameters
from: Uint8Array = ...
to: Uint8Array = ...
index: u64 = 0
data: Uint8Array = ...
value: Uint8Array = ...
gas: u64 = 0
ret: Uint8Array = ...
error: string = ''
Methods
Static
encode
- encode(message, writer): void
Returns void