Table of Contents

Class AttachmentMail

Namespace
Nekoyume.Model.Mail
Assembly
Lib9c.dll
[Serializable]
public abstract class AttachmentMail : Mail, IState
Inheritance
AttachmentMail
Implements
Derived
Inherited Members

Constructors

AttachmentMail(Dictionary)

public AttachmentMail(Dictionary serialized)

Parameters

serialized Dictionary

AttachmentMail(AttachmentActionResult, long, Guid, long)

protected AttachmentMail(AttachmentActionResult attachmentActionResult, long blockIndex, Guid id, long requiredBlockIndex)

Parameters

attachmentActionResult AttachmentActionResult
blockIndex long
id Guid
requiredBlockIndex long

Fields

attachment

public AttachmentActionResult attachment

Field Value

AttachmentActionResult

Methods

Serialize()

public override IValue Serialize()

Returns

IValue