Skip to content

PartialMessageObj

type PartialMessageObj = SetOptional<MessageObj,
| "version"
| "nonce"
| "gasLimit"
| "gasFeeCap"
| "gasPremium"
| "method"
| "params">;

Defined in: packages/iso-filecoin/src/types.ts:23