TronRequestCreateSpendAuthSig constructor

TronRequestCreateSpendAuthSig({
  1. required String ask,
  2. required String txHash,
  3. required String alpha,
})

Implementation

TronRequestCreateSpendAuthSig(
    {required this.ask, required this.txHash, required this.alpha});