Properties
Optional
existentialNFT
existentialNFT?: {
deployments: Partial<Record<1 | 42161 | 421613 | 43114 | 43113 | 8453 | 84531 | 56 | 42220 | 100 | 5 | 11155111 | 10 | 420 | 137 | 80001, null | string>>;
image?: string;
name: string;
owner: string;
symbol: string;
} = ...
Type declaration
deployments: Partial<Record<1 | 42161 | 421613 | 43114 | 43113 | 8453 | 84531 | 56 | 42220 | 100 | 5 | 11155111 | 10 | 420 | 137 | 80001, null | string>>
Optional
image?: string
name: string
owner: string
symbol: string
paymentDetails
paymentDetails: {
defaultWrapAmount?: {
multiplier: number;
period?: "day" | "week" | "month" | "year";
};
modifyFlowRateBehaviour?: string;
paymentOptions: ({
chainId: 1 | 42161 | 421613 | 43114 | 43113 | 8453 | 84531 | 56 | 42220 | 100 | 5 | 11155111 | 10 | 420 | 137 | 80001;
flowRate?: {
amountEther: string;
period: "day" | "week" | "month" | "year";
};
receiverAddress: string;
superToken: {
address: string;
};
transferAmountEther?: string;
userData?: string;
} | {
chainId: 1 | 42161 | 421613 | 43114 | 43113 | 8453 | 84531 | 56 | 42220 | 100 | 5 | 11155111 | 10 | 420 | 137 | 80001;
flowRate?: {
amountEther: string;
period: "day" | "week" | "month" | "year";
};
receiverAddress: string;
superToken: {
address: string;
};
transferAmountEther?: string;
userData?: string;
}[]) & (undefined | {
chainId: 1 | 42161 | 421613 | 43114 | 43113 | 8453 | 84531 | 56 | 42220 | 100 | 5 | 11155111 | 10 | 420 | 137 | 80001;
flowRate?: {
amountEther: string;
period: "day" | "week" | "month" | "year";
};
receiverAddress: string;
superToken: {
address: string;
};
transferAmountEther?: string;
userData?: string;
} | {
chainId: 1 | 42161 | 421613 | 43114 | 43113 | 8453 | 84531 | 56 | 42220 | 100 | 5 | 11155111 | 10 | 420 | 137 | 80001;
flowRate?: {
amountEther: string;
period: "day" | "week" | "month" | "year";
};
receiverAddress: string;
superToken: {
address: string;
};
transferAmountEther?: string;
userData?: string;
}[]);
} = paymentDetailsSchema
Type declaration
Optional
defaultWrapAmount?: {
multiplier: number;
period?: "day" | "week" | "month" | "year";
}
multiplier: number
Optional
period?: "day" | "week" | "month" | "year"
Optional
modifyFlowRateBehaviour?: string
paymentOptions: ({
chainId: 1 | 42161 | 421613 | 43114 | 43113 | 8453 | 84531 | 56 | 42220 | 100 | 5 | 11155111 | 10 | 420 | 137 | 80001;
flowRate?: {
amountEther: string;
period: "day" | "week" | "month" | "year";
};
receiverAddress: string;
superToken: {
address: string;
};
transferAmountEther?: string;
userData?: string;
} | {
chainId: 1 | 42161 | 421613 | 43114 | 43113 | 8453 | 84531 | 56 | 42220 | 100 | 5 | 11155111 | 10 | 420 | 137 | 80001;
flowRate?: {
amountEther: string;
period: "day" | "week" | "month" | "year";
};
receiverAddress: string;
superToken: {
address: string;
};
transferAmountEther?: string;
userData?: string;
}[]) & (undefined | {
chainId: 1 | 42161 | 421613 | 43114 | 43113 | 8453 | 84531 | 56 | 42220 | 100 | 5 | 11155111 | 10 | 420 | 137 | 80001;
flowRate?: {
amountEther: string;
period: "day" | "week" | "month" | "year";
};
receiverAddress: string;
superToken: {
address: string;
};
transferAmountEther?: string;
userData?: string;
} | {
chainId: 1 | 42161 | 421613 | 43114 | 43113 | 8453 | 84531 | 56 | 42220 | 100 | 5 | 11155111 | 10 | 420 | 137 | 80001;
flowRate?: {
amountEther: string;
period: "day" | "week" | "month" | "year";
};
receiverAddress: string;
superToken: {
address: string;
};
transferAmountEther?: string;
userData?: string;
}[])
Optional
personalData
personalData?: {
disabled?: boolean;
label: string;
name: string;
optional?: boolean;
required?: {
message: string;
pattern: string;
};
size?: "half" | "full";
value?: string;
}[] = ...
Type declaration
Optional
disabled?: boolean
label: string
name: string
Optional
optional?: boolean
Optional
required?: {
message: string;
pattern: string;
}
message: string
pattern: string
Optional
size?: "half" | "full"
Optional
value?: string
Optional
productDetails
productDetails?: {
description?: string;
imageURI?: string;
name: string;
successText?: string;
successURL?: string;
} = ...
Type declaration
Optional
description?: string
Optional
imageURI?: string
name: string
Optional
successText?: string
Optional
successURL?: string
Optional
stepper
stepper?: {
orientation: "horizontal" | "vertical";
} = ...
Type declaration
orientation: "horizontal" | "vertical"
Optional
tokenList
tokenList?: SuperTokenList = ...
A set of non-blocking callback functions that are triggered in response to the widget events.