Table of Contents

Class UnloadFromMyGaragesRecipientMail

Namespace
Nekoyume.Model.Mail
Assembly
Lib9c.dll
public class UnloadFromMyGaragesRecipientMail : Mail, IState
Inheritance
UnloadFromMyGaragesRecipientMail
Implements
Inherited Members

Constructors

UnloadFromMyGaragesRecipientMail(Dictionary)

public UnloadFromMyGaragesRecipientMail(Dictionary serialized)

Parameters

serialized Dictionary

UnloadFromMyGaragesRecipientMail(long, Guid, long, IEnumerable<(Address balanceAddr, FungibleAssetValue value)>?, IEnumerable<(HashDigest<SHA256> fungibleId, int count)>?, string?)

public UnloadFromMyGaragesRecipientMail(long blockIndex, Guid id, long requiredBlockIndex, IEnumerable<(Address balanceAddr, FungibleAssetValue value)>? fungibleAssetValue, IEnumerable<(HashDigest<SHA256> fungibleId, int count)>? fungibleIdAndCount, string? memo)

Parameters

blockIndex long
id Guid
requiredBlockIndex long
fungibleAssetValue IEnumerable<(Address balanceAddr, FungibleAssetValue value)>
fungibleIdAndCount IEnumerable<(HashDigest<SHA256> fungibleId, int count)>
memo string

Fields

FungibleAssetValues

public readonly IOrderedEnumerable<(Address balanceAddr, FungibleAssetValue value)>? FungibleAssetValues

Field Value

IOrderedEnumerable<(Address balanceAddr, FungibleAssetValue value)>

FungibleIdAndCounts

public readonly IOrderedEnumerable<(HashDigest<SHA256> fungibleId, int count)>? FungibleIdAndCounts

Field Value

IOrderedEnumerable<(HashDigest<SHA256> fungibleId, int count)>

Memo

public readonly string? Memo

Field Value

string

Properties

MailType

public override MailType MailType { get; }

Property Value

MailType

TypeId

protected override string TypeId { get; }

Property Value

string

Methods

Read(IMail)

public override void Read(IMail mail)

Parameters

mail IMail

Serialize()

public override IValue Serialize()

Returns

IValue