Show / Hide Table of Contents

Class ClawbackOperationResponse

Represents Clawback operation response. See: https://www.stellar.org/developers/horizon/reference/resources/operation.html stellar_dotnetcore_sdk.requests.ClawbackOperationResponse stellar_dotnetcore_sdk.Server

Inheritance
System.Object
Response
OperationResponse
ClawbackOperationResponse
Inherited Members
OperationResponse.Id
OperationResponse.SourceAccount
OperationResponse.SourceAccountMuxed
OperationResponse.SourceAccountMuxedID
OperationResponse.PagingToken
OperationResponse.Type
OperationResponse.CreatedAt
OperationResponse.TransactionHash
OperationResponse.TransactionSuccessful
OperationResponse.Links
Response.RateLimitLimit
Response.RateLimitRemaining
Response.RateLimitReset
Response.SetHeaders(HttpResponseHeaders)
Namespace: System.Dynamic.ExpandoObject
Assembly: stellar-dotnet-sdk.dll
Syntax
public class ClawbackOperationResponse : OperationResponse, IPagingToken

Constructors

ClawbackOperationResponse()

Declaration
public ClawbackOperationResponse()

ClawbackOperationResponse(String, String, String, String, String)

Declaration
public ClawbackOperationResponse(string assetType, string assetCode, string assetIssuer, string amount, string from)
Parameters
Type Name Description
System.String assetType

Asset type (native / alphanum4 / alphanum12)

System.String assetCode

Asset code.

System.String assetIssuer

Asset issuer.

System.String amount

Asset amount clawed back

System.String from

Account from which the asset is clawed back

Properties

Amount

Amount

Declaration
public string Amount { get; }
Property Value
System.String

Asset

Asset representation (Using the values of the other fields)

Declaration
public AssetTypeCreditAlphaNum Asset { get; }
Property Value
AssetTypeCreditAlphaNum

AssetCode

Asset code.

Declaration
public string AssetCode { get; }
Property Value
System.String

AssetIssuer

Asset issuer.

Declaration
public string AssetIssuer { get; }
Property Value
System.String

AssetType

Asset type (native / alphanum4 / alphanum12)

Declaration
public string AssetType { get; }
Property Value
System.String

From

Account from which the asset is clawed back

Declaration
public string From { get; }
Property Value
System.String

FromMuxed

Muxed Account from which the asset is clawed back

Declaration
public string FromMuxed { get; }
Property Value
System.String

FromMuxedID

Muxed Account ID from which the asset is clawed back

Declaration
public ulong? FromMuxedID { get; }
Property Value
System.Nullable<System.UInt64>

TypeId

Declaration
public override int TypeId { get; }
Property Value
System.Int32

Overrides
OperationResponse.TypeId
Back to top Generated by DocFX