@cfxlabsinc/b2b-services
    Preparing search index...

    Variable CreatePaymentInstrumentWalletRequestConst

    CreatePaymentInstrumentWalletRequest: TIntersect<
        [
            TObject<
                {
                    chain: TUnion<
                        [TLiteral<"SOLANA">, TLiteral<"ETHEREUM">, TLiteral<"BASE">],
                    >;
                    type: TLiteral<"WALLET">;
                },
            >,
            TObject<{ address: TString }>,
        ],
    > = ...