Uses of Class
org.starcoin.types.Ed25519PrivateKey
-
Packages that use Ed25519PrivateKey Package Description org.starcoin.types org.starcoin.utils -
-
Uses of Ed25519PrivateKey in org.starcoin.types
Methods in org.starcoin.types that return Ed25519PrivateKey Modifier and Type Method Description static Ed25519PrivateKeyEd25519PrivateKey. bcsDeserialize(byte[] input)Ed25519PrivateKeyEd25519PrivateKey.Builder. build()static Ed25519PrivateKeyEd25519PrivateKey. deserialize(Deserializer deserializer) -
Uses of Ed25519PrivateKey in org.starcoin.utils
Methods in org.starcoin.utils that return Ed25519PrivateKey Modifier and Type Method Description static Ed25519PrivateKeySignatureUtils. strToPrivateKey(String privateKeyString)Methods in org.starcoin.utils with parameters of type Ed25519PrivateKey Modifier and Type Method Description StringStarcoinClient. callScriptFunction(AccountAddress sender, Ed25519PrivateKey privateKey, ScriptFunctionObj scriptFunctionObj)static SignedUserTransactionSignatureUtils. createSignedUserTransaction(Ed25519PrivateKey ed25519PrivateKey, Integer chainId, AccountAddress accountAddress, BigInteger accountSeqNumber, TransactionPayload payload, BigInteger gasPrice, BigInteger gasLimit, Long expirationTimestampSecs)StringStarcoinClient. deployContractPackage(AccountAddress sender, Ed25519PrivateKey privateKey, String filePath, ScriptFunctionObj initScriptObj)StringStarcoinClient. dryRunTransaction(AccountAddress sender, Ed25519PrivateKey privateKey, TransactionPayload payload)static byte[]SignatureUtils. ed25519Sign(Ed25519PrivateKey privateKey, byte[] data)static Ed25519PublicKeySignatureUtils. getPublicKey(Ed25519PrivateKey privateKey)static StringSignatureUtils. getTransactionHash(Ed25519PrivateKey ed25519PrivateKey, Integer chainId, AccountAddress accountAddress, BigInteger accountSeqNumber, TransactionPayload payload, BigInteger gasPrice, BigInteger gasLimit, Long expirationTimestampSecs)static StringSignatureUtils. signPersonalMessage(Ed25519PrivateKey privateKey, String message)static SignedUserTransactionSignatureUtils. signTxn(Ed25519PrivateKey privateKey, RawUserTransaction rawUserTransaction)StringStarcoinClient. submitHexTransaction(Ed25519PrivateKey privateKey, RawUserTransaction rawUserTransaction)StringStarcoinClient. submitTransaction(AccountAddress sender, long seqNumber, Ed25519PrivateKey privateKey, TransactionPayload payload)StringStarcoinClient. submitTransaction(AccountAddress sender, Ed25519PrivateKey privateKey, TransactionPayload payload)StringStarcoinClient. transfer(AccountAddress sender, Ed25519PrivateKey privateKey, AccountAddress to, TypeObj typeObj, BigInteger amount)
-