Show / Hide Table of Contents

Class RevokeSignerSponsorshipOperation

Represents a RevokeSponsorshipOperation. Use RevokeSignerSponsorshipOperation.Builder to create a new RevokeSignerSponsorshipOperation.

See also: Revoke Sponsorship

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

Constructors

RevokeSignerSponsorshipOperation(KeyPair, SignerKey)

Declaration
public RevokeSignerSponsorshipOperation(KeyPair accountId, SignerKey signerKey)
Parameters
Type Name Description
KeyPair accountId
stellar_dotnet_sdk.xdr.SignerKey signerKey

Properties

AccountId

Declaration
public KeyPair AccountId { get; }
Property Value
KeyPair

SignerKey

Declaration
public SignerKey SignerKey { get; }
Property Value
stellar_dotnet_sdk.xdr.SignerKey

Methods

ToOperationBody()

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

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