Type Alias: ChainContract
type ChainContract = {
address: Address;
blockCreated: number;
};Defined in: support/wallet-common/lib/chains/viem/type.ts:62
Viem-compatible type, used in Chain.
Type declaration
address
address: Address;blockCreated?
optional blockCreated: number;