getReceiptInfo method

String getReceiptInfo(
  1. String blockExplorer
)

Implementation

String getReceiptInfo(String blockExplorer) =>
    "Result: ${receipt!['success'] ? "Success" : "Failure"}\nhttps://viewblock.io/zilliqa/tx/0x${this.transactionID}?network=${blockExplorer}";