wallet-sdk
1.2.0
wallet-sdk
/
org.stellar.walletsdk.horizon
/
SigningKeyPair
Signing
Key
Pair
@
JvmInline
value
class
SigningKeyPair
(
keyPair
:
KeyPair
)
:
AccountKeyPair
Content copied to clipboard
Types
Functions
Properties
Types
Companion
Link copied to clipboard
object
Companion
Content copied to clipboard
Functions
sign
Link copied to clipboard
fun
<
T
:
AbstractTransaction
>
sign
(
transaction
:
T
)
:
T
Content copied to clipboard
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String
Content copied to clipboard
Properties
address
Link copied to clipboard
open
val
address
:
String
Content copied to clipboard
keyPair
Link copied to clipboard
open
override
val
keyPair
:
KeyPair
Content copied to clipboard
publicKey
Link copied to clipboard
open
val
publicKey
:
ByteArray
Content copied to clipboard
secretKey
Link copied to clipboard
val
secretKey
:
String
Content copied to clipboard