Table of Contents

Struct MintAssets.MintSpec

Namespace
Nekoyume.Action
Assembly
Lib9c.dll
public readonly struct MintAssets.MintSpec
Inherited Members

Constructors

MintSpec(List)

public MintSpec(List bencoded)

Parameters

bencoded List

MintSpec(Address, FungibleAssetValue?, FungibleItemValue?)

public MintSpec(Address recipient, FungibleAssetValue? assets, FungibleItemValue? items)

Parameters

recipient Address
assets FungibleAssetValue?
items FungibleItemValue?

Properties

Assets

public FungibleAssetValue? Assets { get; }

Property Value

FungibleAssetValue?

Items

public FungibleItemValue? Items { get; }

Property Value

FungibleItemValue?

Recipient

public Address Recipient { get; }

Property Value

Address

Methods

Serialize()

public IValue Serialize()

Returns

IValue