Interface ITransferAsset
public interface ITransferAsset
Properties
Amount
FungibleAssetValue Amount { get; }
Property Value
- FungibleAssetValue
Memo
string? Memo { get; }
Property Value
Recipient
Address Recipient { get; }
Property Value
- Address
Sender
Address Sender { get; }
Property Value
- Address