FeeBumpTransactionResponse constructor

FeeBumpTransactionResponse(
  1. String hash,
  2. List<String> signatures
)

Constructor creates a FeeBumpTransaction object from hash and signatures.

Implementation

FeeBumpTransactionResponse(this.hash, this.signatures);