Table of Contents

Struct FungibleItemValue

Namespace
Nekoyume.Model
Assembly
Lib9c.dll
public readonly struct FungibleItemValue
Inherited Members

Constructors

FungibleItemValue(List)

public FungibleItemValue(List bencoded)

Parameters

bencoded List

FungibleItemValue(HashDigest<SHA256>, int)

public FungibleItemValue(HashDigest<SHA256> id, int count)

Parameters

id HashDigest<SHA256>
count int

Properties

Count

public int Count { get; }

Property Value

int

Id

public HashDigest<SHA256> Id { get; }

Property Value

HashDigest<SHA256>

Methods

Serialize()

public IValue Serialize()

Returns

IValue