| 程序包 | 说明 |
|---|---|
| com.github.ontio.smartcontract.nativevm |
| 限定符和类型 | 方法和说明 |
|---|---|
Transaction |
OntId.makeAddAttributesByController(String ontid,
Attribute[] attributes,
Signer[] signers,
String payer,
long gaslimit,
long gasprice) |
Transaction |
OntId.makeAddKeyByController(String ontid,
byte[] pubKey,
Signer[] signers,
String controller,
String payer,
long gaslimit,
long gasprice) |
Transaction |
OntId.makeAddKeyByRecovery(String ontid,
byte[] pubKey,
Signer[] signers,
String controller,
String payer,
long gaslimit,
long gasprice) |
Transaction |
OntId.makeAddNewAuthKeyByController(String ontid,
byte[] pubKey,
String controller,
Signer[] signers,
String payer,
long gaslimit,
long gasprice) |
Transaction |
OntId.makeAddNewAuthKeyByRecovery(String ontid,
byte[] pubKey,
String controller,
Signer[] signers,
String payer,
long gaslimit,
long gasprice) |
Transaction |
OntId.makeRegisterIdWithController(String ontId,
Group controller,
Signer[] signers,
String payer,
long gaslimit,
long gasprice) |
Transaction |
OntId.makeRemoveAttributesByController(String ontid,
byte[] key,
Signer[] signers,
String payer,
long gaslimit,
long gasprice) |
Transaction |
OntId.makeRemoveAuthKeyByController(String ontid,
int index,
Signer[] signers,
String payer,
long gaslimit,
long gasprice) |
Transaction |
OntId.makeRemoveAuthKeyByRecovery(String ontid,
int index,
Signer[] signers,
String payer,
long gaslimit,
long gasprice) |
Transaction |
OntId.makeRemoveKeyByController(String ontid,
int pubKeyIndex,
Signer[] signers,
String payer,
long gaslimit,
long gasprice) |
Transaction |
OntId.makeRemoveKeyByRecovery(String ontid,
int pubKeyIndex,
Signer[] signers,
String payer,
long gaslimit,
long gasprice) |
Transaction |
OntId.makeRevokeIdByController(String ontId,
Signer[] signers,
String payer,
long gaslimit,
long gasprice) |
Transaction |
OntId.makeSetAuthKeyByController(String ontid,
int index,
Signer[] signers,
String payer,
long gaslimit,
long gasprice) |
Transaction |
OntId.makeSetAuthKeyByRecovery(String ontid,
int index,
Signer[] signers,
String payer,
long gaslimit,
long gasprice) |
Transaction |
OntId.makeUpdateRecovery(String ontid,
Group newRecovery,
Signer[] signers,
String payer,
long gaslimit,
long gasprice) |
String |
OntId.sendAddAttributesByController(String ontid,
Attribute[] attributes,
Signer[] signers,
Account[] controllerSigners,
Account payerAcct,
long gaslimit,
long gasprice) |
String |
OntId.sendAddKeyByController(String ontid,
byte[] pubkey,
Signer[] signers,
String controller,
Account[] controllerSigner,
Account payerAcct,
long gaslimit,
long gasprice) |
String |
OntId.sendAddKeyByRecovery(String ontid,
byte[] pubkey,
Signer[] signers,
String controller,
Account[] recoverySigners,
Account payerAcct,
long gaslimit,
long gasprice) |
String |
OntId.sendAddNewAuthKeyByController(String ontid,
byte[] pubKey,
String controller,
Signer[] signers,
Account pk,
Account payerAcct,
long gaslimit,
long gasprice) |
String |
OntId.sendAddNewAuthKeyByRecovery(String ontid,
byte[] pubKey,
String controller,
Signer[] signers,
Account pk,
Account payerAcct,
long gaslimit,
long gasprice) |
String |
OntId.sendRegisterIdWithController(String ontId,
Account[] controllerSigners,
Group controller,
Signer[] signers,
Account payerAcct,
long gaslimit,
long gasprice) |
String |
OntId.sendRemoveAttributesByController(String ontid,
byte[] key,
Signer[] signers,
Account[] controllerSigners,
Account payerAcct,
long gaslimit,
long gasprice) |
String |
OntId.sendRemoveAuthKeyByController(String ontid,
int index,
Signer[] signers,
Account pk,
Account payerAcct,
long gaslimit,
long gasprice) |
String |
OntId.sendRemoveAuthKeyByRecovery(String ontid,
int index,
Signer[] signers,
Account pk,
Account payerAcct,
long gaslimit,
long gasprice) |
String |
OntId.sendRemoveKeyByController(String ontid,
int pubkeyIndex,
Signer[] signers,
Account[] controllerSigner,
Account payerAcct,
long gaslimit,
long gasprice) |
String |
OntId.sendRemoveKeyByRecovery(String ontid,
int pubkeyIndex,
Signer[] signers,
Account[] recoverySigners,
Account payerAcct,
long gaslimit,
long gasprice) |
String |
OntId.sendRevokeIdByController(String ontId,
Signer[] signers,
Account[] controllerSigners,
Account payerAcct,
long gaslimit,
long gasprice) |
String |
OntId.sendSetAuthKeyByController(String ontid,
int index,
Signer[] signers,
Account pk,
Account payerAcct,
long gaslimit,
long gasprice) |
String |
OntId.sendSetAuthKeyByRecovery(String ontid,
int index,
Signer[] signers,
Account pk,
Account payerAcct,
long gaslimit,
long gasprice) |
String |
OntId.sendUpdateRecovery(String ontid,
Group newRecovery,
Signer[] signers,
Account[] recoverySigners,
Account payerAcct,
long gaslimit,
long gasprice) |
String |
OntId.sendVerifyController(String ontid,
Signer[] signers,
Account[] accounts) |
Copyright © 2022. All rights reserved.