stellar-sdk
Toggle table of contents
1.3.0
common
Target filter
common
Switch theme
Search in API
Skip to content
stellar-sdk
stellar-sdk
/
com.soneso.stellar.sdk.crypto
/
Ed25519Crypto
/
sign
sign
abstract
suspend
fun
sign
(
data
:
ByteArray
,
privateKey
:
ByteArray
)
:
ByteArray
Signs data using Ed25519.
Return
The 64-byte signature
Parameters
data
The data to sign
private
Key
The 32-byte Ed25519 private key