Frontend SDKs (Payments)
Buy with fiat
type buyWithFiat = (payload: {
nftId: string;
data: Record<string, any> | undefined;
toWalletAddress: string | undefined;
customMintParams: Record<string, any> | undefined;
callbacks: WidgetCallbacks<any> | undefined;
settings: WidgetSettings | undefined;
}): Promise<string>Field Name
Description
Last updated