Table of Contents

Interface ITransferAsset

Namespace
Nekoyume.Action
Assembly
Lib9c.dll
public interface ITransferAsset

Properties

Amount

FungibleAssetValue Amount { get; }

Property Value

FungibleAssetValue

Memo

string? Memo { get; }

Property Value

string

Recipient

Address Recipient { get; }

Property Value

Address

Sender

Address Sender { get; }

Property Value

Address