Show / Hide Table of Contents

Class TransactionResponse.InnerTransaction

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

Constructors

InnerTransaction(String, List<String>, Int64)

Declaration
public InnerTransaction(String hash, List<String> signatures, long maxFee)
Parameters
Type Name Description
String hash
List<String> signatures
System.Int64 maxFee

Properties

Hash

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

MaxFee

Declaration
public long MaxFee { get; }
Property Value
System.Int64

Signatures

Declaration
public List<string> Signatures { get; }
Property Value
List<System.String>

Back to top Generated by DocFX