@cfxlabsinc/b2b-services
    Preparing search index...
    NetworkWalletPaymentInstrument: Simplify<
        Omit<PaymentInstrumentBase, "type"> & {
            address: PublicKey;
            type: Extract<PaymentInstrumentBase["type"], "NETWORK_WALLET">;
            walletCustomerId: string;
        },
    >