PushMessageParams
Defined in: packages/iso-filecoin/src/types.ts:364
Properties
msg
msg: { 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:365
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;signature
signature: { data: Uint8Array<ArrayBufferLike>; type: "SECP256K1" | "BLS";};Defined in: packages/iso-filecoin/src/types.ts:366
data
data: Uint8Array<ArrayBufferLike> = zBuf;type
type: "SECP256K1" | "BLS";