Table of Contents

Interface ITransferAssets

Namespace
Nekoyume.Action
Assembly
Lib9c.dll
public interface ITransferAssets

Properties

Memo

string? Memo { get; }

Property Value

string

Recipients

List<(Address recipient, FungibleAssetValue amount)> Recipients { get; }

Property Value

List<(Address recipient, FungibleAssetValue amount)>

Sender

Address Sender { get; }

Property Value

Address