SignDoc constructor

SignDoc(
  1. String chain_id,
  2. double account_number,
  3. double sequence,
  4. AuthInfo auth_info, {
  5. TxBody? tx_body,
})

Implementation

SignDoc(this.chain_id, this.account_number, this.sequence, this.auth_info,
    {this.tx_body});