BitSharp.Network.Domain.InventoryVector.InventoryVector C# (CSharp) Method

InventoryVector() public method

public InventoryVector ( UInt32 Type, UInt256 Hash ) : BitSharp.Common
Type System.UInt32
Hash UInt256
return BitSharp.Common
        public InventoryVector(UInt32 Type, UInt256 Hash)
        {
            this.Type = Type;
            this.Hash = Hash;
        }
    }
InventoryVector