Transaction |
OntId.makeAddAttributes(String ontid,
Attribute[] attributes,
byte[] pk,
String payer,
long gaslimit,
long gasprice) |
Transaction |
OntId.makeAddAttributesByController(String ontid,
Attribute[] attributes,
Signer[] signers,
String payer,
long gaslimit,
long gasprice) |
Transaction |
OntId.makeAddAttributesByIndex(String ontid,
Attribute[] attributes,
int index,
String payer,
long gaslimit,
long gasprice) |
Transaction |
OntId.makeRegisterWithAttrs(String ontid,
byte[] publickey,
Attribute[] attributes,
String payer,
long gaslimit,
long gasprice) |
String |
OntId.sendAddAttributes(String ontid,
Attribute[] attributes,
Account pk,
Account payerAcct,
long gaslimit,
long gasprice) |
String |
OntId.sendAddAttributesByController(String ontid,
Attribute[] attributes,
Signer[] signers,
Account[] controllerSigners,
Account payerAcct,
long gaslimit,
long gasprice) |
String |
OntId.sendAddAttributesByIndex(String ontid,
Attribute[] attributes,
int index,
Account pk,
Account payerAcct,
long gaslimit,
long gasprice) |
String |
OntId.sendRegisterWithAttrs(String ontId,
Attribute[] attributes,
Account pk,
Account payerAcct,
long gaslimit,
long gasprice) |