Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
ed25519-hd
v0.1.3
ED25519
HD
KeyRing
Keys
Built with Crystal 1.9.2
2023-10-08 13:06:37 UTC
struct
ED25519::HD::Keys
ED25519::HD::Keys
Struct
Value
Object
Defined in:
ed25519-hd.cr
Constructors
.new
(private_key : String, chain_code : String)
Instance Method Summary
#chain_code
: String
#private_key
: String
Constructor Detail
def self.
new
(private_key : String, chain_code : String)
#
[
View source
]
Instance Method Detail
def
chain_code
: String
#
[
View source
]
def
private_key
: String
#
[
View source
]