AuthInfo constructor
AuthInfo(
- List<
SignerInfo> ? signer_infos, - Fee fee
Implementation
AuthInfo(this.signer_infos, this.fee);
AuthInfo(this.signer_infos, this.fee);