@cfxlabsinc/b2b-services
    Preparing search index...
    WalletPaymentInstrument: Simplify<
        Omit<PaymentInstrumentBase, "type" | "provider"> & (
            | {
                address: PublicKey;
                chain: "SOLANA";
                nominisWalletScreen?: NominisWalletScreenResult;
                nominisWalletScreenRequestId?: string;
                provider: "SOLANA";
                type: WalletPaymentInstrumentType;
            }
            | {
                address: string;
                chain: "ETHEREUM";
                nominisWalletScreen?: NominisWalletScreenResult;
                nominisWalletScreenRequestId?: string;
                provider: "ETHEREUM";
                type: WalletPaymentInstrumentType;
            }
            | {
                address: string;
                chain: "BASE";
                nominisWalletScreen?: NominisWalletScreenResult;
                nominisWalletScreenRequestId?: string;
                provider: "BASE";
                type: WalletPaymentInstrumentType;
            }
        ),
    >

    A self-custody blockchain wallet