Type aliases
DispatchArgs
DispatchArgs: { committedRoot: string; destinationAndNonce: BigNumber; leafIndex: BigNumber; message: string; messageHash: string }
Type declaration
committedRoot: string
destinationAndNonce: BigNumber
leafIndex: BigNumber
message: string
messageHash: string
DispatchTypes
DispatchTypes: [string, BigNumber, BigNumber, string, string]
ParsedMessage
ParsedMessage: { body: string; destination: number; from: number; nonce: number; recipient: string; sender: string }
Type declaration
body: string
destination: number
from: number
nonce: number
recipient: string
sender: string
ProcessArgs
ProcessArgs: { messageHash: string; returnData: string; success: boolean }
Type declaration
messageHash: string
returnData: string
success: boolean
ProcessTypes
ProcessTypes: [string, boolean, string]
UpdateArgs
UpdateArgs: { homeDomain: number; newRoot: string; oldRoot: string; signature: string }
Type declaration
homeDomain: number
newRoot: string
oldRoot: string
signature: string
UpdateTypes
UpdateTypes: [number, string, string, string]
Parse a serialized Nomad message from raw bytes.