You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a developer, I would like to create a new account with a key alias via the AccountCreateTransaction.
As a developer, I would like to create a new account with an evm address alias via the AccountCreateTransaction.
Solution
Add support for the user stories listed above.
setAliasEvmAddress() should be deprecated and replaced with setEvmAddress() in AccountCreateTransaction
AccountCreateTransaction.setAlias()
TransactionRecord.evmAddress
TransactionRecord.alias
Review doc comments to ensure they are up to date with the latest specification for the feature
Problem
HIP-583: https://hips.hedera.com/hip/hip-583
As a developer, I would like to create a new account with a key alias via the
AccountCreateTransaction
.As a developer, I would like to create a new account with an evm address alias via the
AccountCreateTransaction
.Solution
Add support for the user stories listed above.
setAliasEvmAddress()
should be deprecated and replaced withsetEvmAddress()
inAccountCreateTransaction
AccountCreateTransaction.setAlias()
TransactionRecord.evmAddress
TransactionRecord.alias
Add Examples:
Create an account and set evm address alias
Create an account and set public key alias
Alternatives
No response
The text was updated successfully, but these errors were encountered: