| Modifier and Type | Method and Description |
|---|---|
AccountCreateOperation |
BeowulfJ.createAccount(AccountName creator,
Asset fee,
AccountName newAccount,
Authority owner,
String jsonMetadata) |
| Modifier and Type | Method and Description |
|---|---|
Authority |
Account.getActive() |
Authority |
Account.getOwner() |
| Modifier and Type | Method and Description |
|---|---|
Authority |
OwnerAuthorityHistory.getPreviousOwnerAuthority() |
| Modifier and Type | Field and Description |
|---|---|
protected Authority |
AbstractAccountOperation.owner |
| Modifier and Type | Method and Description |
|---|---|
Authority |
AbstractAccountCreateOperation.getOwner()
Get the owner
Authority of the newAccountName. |
Authority |
AccountUpdateOperation.getOwner()
|
abstract Authority |
AbstractAccountOperation.getOwner()
Get the owner
Authority. |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractAccountCreateOperation.setOwner(Authority owner)
Set the owner
Authority of the newAccountName. |
void |
AccountUpdateOperation.setOwner(Authority owner)
|
abstract void |
AbstractAccountOperation.setOwner(Authority owner)
Set the owner
Authority. |
| Constructor and Description |
|---|
AccountCreateOperation(AccountName creator,
Asset fee,
AccountName newAccountName,
Authority owner,
String jsonMetadata)
Create a new create account operation.
|
AccountUpdateOperation(AccountName account,
Authority owner,
String jsonMetadata,
Asset fee)
Create a new create account update operation.Use this operation to
update the keys of an existing account.
|
Copyright © 2019. All rights reserved.