Casper.Network.SDK
Show / Hide Table of Contents

Class BalanceHoldKey

Inheritance
object
GlobalStateKey
BalanceHoldKey
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 BalanceHoldKey : GlobalStateKey

Constructors

| Edit this page View Source

BalanceHoldKey(byte[])

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

BalanceHoldKey(string)

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

Properties

| Edit this page View Source

BlockTime

Declaration
public ulong BlockTime { get; }
Property Value
Type Description
ulong
| Edit this page View Source

KeyPrefix

Declaration
public static string KeyPrefix { get; }
Property Value
Type Description
string
| Edit this page View Source

Tag

Declaration
public BalanceHoldTag Tag { get; init; }
Property Value
Type Description
BalanceHoldTag
| Edit this page View Source

URef

Declaration
public URef URef { get; }
Property Value
Type Description
URef
  • Edit this page
  • View Source
In this article
Back to top Maintained by MAKE Technology LLC