We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
@magic-sdk/admin
data.wallet keys are not transformed like the rest
data.wallet
https://github.com/magiclabs/magic-admin-js/blob/master/src/modules/users/index.ts#L73
Type definitions point to the address property that should be called publicAddress but in reality, it is public_address
publicAddress
public_address
Correct type definitions.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
β Prerequisites
@magic-sdk/admin
)?π Description
data.wallet
keys are not transformed like the resthttps://github.com/magiclabs/magic-admin-js/blob/master/src/modules/users/index.ts#L73
Type definitions point to the address property that should be called
publicAddress
but in reality, it ispublic_address
π€ Expected behavior
Correct type definitions.
The text was updated successfully, but these errors were encountered: