Method | Description | |
---|---|---|
SignData ( |
Computes the signature of the stored data. The input to the signature algorithm is: resource_id || kind || storage_time || StoredDataValue || SignerIdentity Where || indicates concatenation.
|
|
StoredData ( |
This contructor should be used by the store_data originator. Storeage -and lifetime will be set automaticly.
|
|
StoredData ( System.UInt64 storage_time, |
This constructor should be used whiel message deserialization.
|
public SignData ( |
||
resId | ||
kindId | ||
id | ||
rc | ReloadConfig | |
return | void |
public StoredData ( |
||
value | The value to be stored | |
return | System |
public StoredData ( System.UInt64 storage_time, |
||
storage_time | System.UInt64 | |
lifetime | ||
value | ||
return | System |