Struct ActivationKey
- Namespace
- Nekoyume.Model
- Assembly
- Lib9c.dll
public struct ActivationKey
- Inherited Members
-
Fields
DeriveKey
public const string DeriveKey = "activated"
Field Value
- string
Properties
PendingAddress
public readonly Address PendingAddress { get; }
Property Value
- Address
PrivateKey
public readonly PrivateKey PrivateKey { get; }
Property Value
- PrivateKey
Methods
Create(PrivateKey, byte[])
public static (ActivationKey, PendingActivationState) Create(PrivateKey privateKey, byte[] nonce)
Parameters
privateKey PrivateKey
nonce byte[]
Returns
- (ActivationKey, PendingActivationState)
Decode(string)
public static ActivationKey Decode(string hexWithSlash)
Parameters
hexWithSlash string
Returns
- ActivationKey
Encode()
Returns
- string