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.
Properties
address
address: Address;
Defined in: support/wallet-common/lib/chains/viem/type.ts:63
blockCreated?
optional blockCreated: number;
Defined in: support/wallet-common/lib/chains/viem/type.ts:64