const rhinestone = new RhinestoneSDK({
apiKey: rhinestoneApiKey,
provider: {
type: 'alchemy',
apiKey: alchemyApiKey,
}
})
const rhinestoneAccount = await rhinestone.createAccount({
owners: {
type: 'ecdsa',
accounts: [accountA, accountB, accountC],
threshold: 2,
},
})