Table of Contents

Class SellerMail

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

Constructors

SellerMail(Dictionary)

public SellerMail(Dictionary serialized)

Parameters

serialized Dictionary

SellerMail(AttachmentActionResult, long, Guid, long)

public SellerMail(AttachmentActionResult attachmentActionResult, long blockIndex, Guid id, long requiredBlockIndex)

Parameters

attachmentActionResult AttachmentActionResult
blockIndex long
id Guid
requiredBlockIndex long

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