Show / Hide Table of Contents

Class ClaimClaimableBalanceOperation

Represents a ClaimClaimableBalanceOperation. Use ClaimClaimableBalanceOperation.Builder to create a new ClaimClaimableBalanceOperation.

See also: Claim Claimable Balance

Inheritance
System.Object
Operation
ClaimClaimableBalanceOperation
Inherited Members
Operation.SourceAccount
Operation.Threshold
Operation.ToXdrAmount(String)
Operation.FromXdrAmount(Int64)
Operation.ToXdr()
Operation.ToXdrBase64()
Operation.FromXdr(Operation)
Namespace: System.Dynamic.ExpandoObject
Assembly: stellar-dotnet-sdk.dll
Syntax
public class ClaimClaimableBalanceOperation : Operation

Constructors

ClaimClaimableBalanceOperation(Byte[])

Declaration
public ClaimClaimableBalanceOperation(byte[] balanceId)
Parameters
Type Name Description
System.Byte[] balanceId

Properties

BalanceId

The ID of the ClaimableBalanceEntry being claimed.

Declaration
public byte[] BalanceId { get; }
Property Value
System.Byte[]

Methods

ToOperationBody()

Declaration
public override Operation.OperationBody ToOperationBody()
Returns
stellar_dotnet_sdk.xdr.Operation.OperationBody

Overrides
Operation.ToOperationBody()
Back to top Generated by DocFX