AuthInfoDataArgs constructor

AuthInfoDataArgs(
  1. List<SignerInfoDataArgs>? signer_infos,
  2. FeeDataArgs? fee
)

Implementation

AuthInfoDataArgs(this.signer_infos, this.fee);