Show / Hide Table of Contents

Interface IAccountId

Namespace: System.Dynamic.ExpandoObject
Assembly: stellar-dotnet-sdk.dll
Syntax
public interface IAccountId

Properties

AccountId

Declaration
string AccountId { get; }
Property Value
System.String

Address

Declaration
string Address { get; }
Property Value
System.String

IsMuxedAccount

Declaration
bool IsMuxedAccount { get; }
Property Value
System.Boolean

MuxedAccount

Declaration
MuxedAccount MuxedAccount { get; }
Property Value
stellar_dotnet_sdk.xdr.MuxedAccount

PublicKey

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

SigningKey

Declaration
KeyPair SigningKey { get; }
Property Value
KeyPair

Back to top Generated by DocFX