@Deprecated
public class AccountFactory
extends java.lang.Object
Constructor and Description |
---|
AccountFactory()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Account |
create(AccountAddress accountAddress)
Deprecated.
Create an account with address.
|
Account |
create(AccountAddress accountAddress,
TxSigner txSigner)
Deprecated.
Create an account with address and signer.
|
Account |
create(AergoKey aergoKey)
Deprecated.
Create an account with aergo key.
|
@ApiAudience.Public public Account create(AccountAddress accountAddress)
accountAddress
- an account address@ApiAudience.Public public Account create(AergoKey aergoKey)
aergoKey
- an aergo key@ApiAudience.Private public Account create(AccountAddress accountAddress, TxSigner txSigner)
accountAddress
- an account addresstxSigner
- a tx signer