Show / Hide Table of Contents

Class TransactionResponse.FeeBumpTransaction

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

Constructors

FeeBumpTransaction(String, List<String>)

Declaration
public FeeBumpTransaction(string hash, List<string> signatures)
Parameters
Type Name Description
System.String hash
List<System.String> signatures

Properties

Hash

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

Signatures

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

Back to top Generated by DocFX