MessageObj
type MessageObj = { from: string; gasFeeCap: string; gasLimit: number; gasPremium: string; method: number; nonce: number; params: string; to: string; value: string; version: 0;};Defined in: packages/iso-filecoin/src/types.ts:26
Message validation schema
Type declaration
from
from: string;gasFeeCap
gasFeeCap: string;gasLimit
gasLimit: number;gasPremium
gasPremium: string;method
method: number;nonce
nonce: number;params
params: string;Params encoded as base64pad
to
to: string;value
value: string;Value in attoFIL
version
version: 0;