customSignature property

  1. @TagNumber(3)
AuthorizationCustomSignature get customSignature

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);
  1. @TagNumber(3)
set customSignature (AuthorizationCustomSignature v)

Implementation

@$pb.TagNumber(3)
set customSignature(AuthorizationCustomSignature v) {
  setField(3, v);
}