Struct PublicKey

Represent a public key / address

struct PublicKey ;

Constructors

NameDescription
this (args) Construct an instance from binary data

Methods

NameDescription
fromString (str)
toString () Uses Stellar's representation instead of hex
toString (sink) Make sure the sink overload of BitBlob is not picked
verify (signature, msg) Verify that a signature matches a given message