TransactionChainResponseData constructor

TransactionChainResponseData({
  1. TransactionChainResponseLedger? ledger,
})

Implementation

TransactionChainResponseData({
  this.ledger,
});