Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
cardano_kit
v0.2.0
CardanoKit
Address
AddrPrefix
CIP08
Headers
Key
Signature
SignedData
Exception
NoStakeAddressException
UnknownPrefixExcepiton
Built with Crystal 1.9.2
2023-10-08 14:52:43 UTC
struct
CardanoKit::CIP08::SignedData
CardanoKit::CIP08::SignedData
Struct
Value
Object
Included Modules
JSON::Serializable
Defined in:
cardano_kit/cip08.cr
Constructors
.new
(pull : JSON::PullParser)
Instance Method Summary
#key
: String
#signature
: String
Constructor Detail
def self.
new
(pull : JSON::PullParser)
#
[
View source
]
Instance Method Detail
def
key
: String
#
[
View source
]
def
signature
: String
#
[
View source
]