Casper.Network.SDK
Show / Hide Table of Contents

Class WithdrawKey

Stores information related to auction withdraws in the global state. Format: 32-byte length with prefix 'withdraw-'.

Inheritance
object
GlobalStateKey
WithdrawKey
Inherited Members
GlobalStateKey.Key
GlobalStateKey.KeyIdentifier
GlobalStateKey._GetRawBytesFromKey(string)
GlobalStateKey.RawBytes
GlobalStateKey.ToHexString()
GlobalStateKey.FromString(string)
GlobalStateKey.FromBytes(byte[])
GlobalStateKey.GetBytes()
GlobalStateKey.ToString()
GlobalStateKey.Equals(object)
GlobalStateKey.GetHashCode()
object.Equals(object, object)
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
Namespace: Casper.Network.SDK.Types
Assembly: Casper.Network.SDK.dll
Syntax
public class WithdrawKey : GlobalStateKey

Constructors

| Edit this page View Source

WithdrawKey(byte[])

Declaration
public WithdrawKey(byte[] key)
Parameters
Type Name Description
byte[] key
| Edit this page View Source

WithdrawKey(string)

Declaration
public WithdrawKey(string key)
Parameters
Type Name Description
string key

Fields

| Edit this page View Source

KEYPREFIX

Declaration
public static string KEYPREFIX
Field Value
Type Description
string
  • Edit this page
  • View Source
In this article
Back to top Maintained by MAKE Technology LLC