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