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