Execution Options
Execution options are explained in more detail here.
{
ethAmount?: string;
arbitraryData?: Map<string, object>;
screenConfig?: ScreenConfig;
callerAddress?: string;
redirectUrl?: string;
}ethAmount
const options = {
// ... rest of the options
ethAmount: "1000000000000000000" // 1 ETH = 1000000000000000000 wei
}arbitraryData
screenConfig
callerAddress
redirectUrl
Last updated