Show / Hide Table of Contents

Class FriendBotResponse

Inheritance
System.Object
FriendBotResponse
Namespace: System.Dynamic.ExpandoObject
Assembly: stellar-dotnet-sdk.dll
Syntax
public class FriendBotResponse : object

Properties

Detail

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

EnvelopeXdr

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

Extras

Declaration
public SubmitTransactionResponse.Extras Extras { get; set; }
Property Value
SubmitTransactionResponse.Extras

Hash

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

Ledger

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

Links

Declaration
public FriendBotResponseLinks Links { get; set; }
Property Value
FriendBotResponseLinks

ResultMetaXdr

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

ResultXdr

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

Status

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

Title

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

Type

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

Back to top Generated by DocFX