v3-client
v3-client copied to clipboard
onboarding: Cannot find name 'ethereumAddress'
const onboardingInformation: {
apiKey: ApiKeyCredentials,
user: UserResponseObject,
account: AccountResponseObject,
} = await client.onboarding.createUser({ starkKey: '', starkKeyYCoordinate: '', country: '' }, ethereumAddress: '');
typescript telling me this.. how is it fixed?