Interface WithChainId

interface WithChainId {
    chainId: string;
}

Properties

Properties

chainId: string