Table of Contents

Class DailyRewardMail

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

Constructors

DailyRewardMail(Dictionary)

public DailyRewardMail(Dictionary serialized)

Parameters

serialized Dictionary

DailyRewardMail(AttachmentActionResult, long, Guid, long)

public DailyRewardMail(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