customSignature property
If custom_signature isn't provided, the authorization will be signed with the provided private key, nonce and chainId
Implementation
@$pb.TagNumber(3)
AuthorizationCustomSignature get customSignature => $_getN(1);
Implementation
@$pb.TagNumber(3)
set customSignature(AuthorizationCustomSignature v) {
setField(3, v);
}