Table of Contents

Class SellCancelMail

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

Constructors

SellCancelMail(Dictionary)

public SellCancelMail(Dictionary serialized)

Parameters

serialized Dictionary

SellCancelMail(Result, long, Guid, long)

public SellCancelMail(SellCancellation.Result attachmentActionResult, long blockIndex, Guid id, long requiredBlockIndex)

Parameters

attachmentActionResult SellCancellation.Result
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