BitSharper.InventoryItem.InventoryItem C# (CSharp) Method

InventoryItem() public method

public InventoryItem ( ItemType type, Sha256Hash hash )
type ItemType
hash Sha256Hash
        public InventoryItem(ItemType type, Sha256Hash hash)
        {
            Type = type;
            Hash = hash;
        }