Skip to content

ChainContract

type ChainContract = {
address: HexAddress;
blockCreated: number;
};

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

Type declaration

address

address: HexAddress;

blockCreated?

optional blockCreated: number;