Table of Contents

Class HdKey.DerivedKeys

Namespace
Aptos
Assembly
Aptos.dll
public class HdKey.DerivedKeys
Inheritance
HdKey.DerivedKeys
Inherited Members

Constructors

DerivedKeys(byte[], byte[])

public DerivedKeys(byte[] privateKey, byte[] chainCode)

Parameters

privateKey byte[]
chainCode byte[]

Fields

ChainCode

public readonly byte[] ChainCode

Field Value

byte[]

PrivateKey

public readonly byte[] PrivateKey

Field Value

byte[]