Class BidKey
Stores information related to auction bids in the global state.
Format: 32-byte length with prefix 'bid-'.
Inheritance
System.Object
BidKey
Assembly: Casper.Network.SDK.dll
Syntax
public class BidKey : GlobalStateKey
Constructors
BidKey(Byte[])
Declaration
public BidKey(byte[] key)
Parameters
Type |
Name |
Description |
System.Byte[] |
key |
|
BidKey(String)
Declaration
public BidKey(string key)
Parameters
Type |
Name |
Description |
System.String |
key |
|
Fields
KEYPREFIX
Declaration
public static string KEYPREFIX
Field Value
Type |
Description |
System.String |
|