Show / Hide Table of Contents

Class CreateClaimableBalanceOperation

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

See also: Create Claimable Balance

Inheritance
System.Object
Operation
CreateClaimableBalanceOperation
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 CreateClaimableBalanceOperation : Operation

Properties

Amount

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

Asset

Declaration
public Asset Asset { get; }
Property Value
Asset

Claimants

Declaration
public Claimant[] Claimants { get; }
Property Value
Claimant[]

Methods

ToOperationBody()

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

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