const rhinestone = new RhinestoneSDK({ apiKey: rhinestoneApiKey, bundler: { type: 'pimlico', apiKey: pimlicoApiKey, }, }) const rhinestoneAccount = await rhinestone.createAccount({ owners: { type: 'ecdsa', accounts: [account], }, })
const rhinestone = new RhinestoneSDK({ apiKey: rhinestoneApiKey, bundler: { type: 'biconomy', apiKey: biconomyApiKey, }, }) const rhinestoneAccount = await rhinestone.createAccount({ owners: { type: 'ecdsa', accounts: [account], }, })
const rhinestone = new RhinestoneSDK({ apiKey: rhinestoneApiKey, paymaster: { type: 'pimlico', apiKey: pimlicoApiKey, }, }) const rhinestoneAccount = await rhinestone.createAccount({ owners: { type: 'ecdsa', accounts: [account], }, })
const rhinestone = new RhinestoneSDK({ apiKey: rhinestoneApiKey, paymaster: { type: 'biconomy', apiKey: biconomyApiKey, }, }) const rhinestoneAccount = await rhinestone.createAccount({ owners: { type: 'ecdsa', accounts: [account], }, })