@aleph-sdk/monorepo
    Preparing search index...

    Type Alias RpcType

    type RpcType = {
        blockExplorerUrls: string[];
        chainId: string;
        chainName: string;
        nativeCurrency: { decimals: number; name: string; symbol: string };
        rpcUrls: string[];
    }
    Index

    Properties

    blockExplorerUrls: string[]
    chainId: string
    chainName: string
    nativeCurrency: { decimals: number; name: string; symbol: string }
    rpcUrls: string[]