AuthInfo constructor

AuthInfo(
  1. List<SignerInfo>? signer_infos,
  2. Fee fee
)

Implementation

AuthInfo(this.signer_infos, this.fee);