Class StorageIdResponse
The storage id API response
public class StorageIdResponse
- Inheritance
-
StorageIdResponse
- Inherited Members
Properties
OffchainId
The offchain id
[JsonProperty("offchainId")]
public int OffchainId { get; set; }
Property Value
OrderId
The order id
[JsonProperty("orderId")]
public int OrderId { get; set; }