Struct SecretKey

A secret key. Since we mostly expose seed and public key to the user, this does not expose any Stellar serialization shenanigans.

struct SecretKey ;

Constructors

NameDescription
this (args) Construct an instance from binary data

Methods

NameDescription
fromString (str)
toString (sink, mode) Print the private key
toString (mode) Uses Stellar's representation instead of hex