CCC Docs
    Preparing search index...

    Type Alias NetworkPreference

    Wallet integrations now expose one signer per selectable network. This compatibility type will be removed in the next major release.

    type NetworkPreference = {
        addressPrefix: string;
        signerType: SignerType;
        network: string;
    }
    Index
    addressPrefix: string
    signerType: SignerType
    network: string