signature property

  1. @TagNumber.new(5)
NativeCallReplySignature get signature

Optional signature for the response. Available only when it's configured at the edge dshackle and nonce is provided wit the request.

Implementation

@$pb.TagNumber(5)
NativeCallReplySignature get signature => $_getN(4);
  1. @TagNumber.new(5)
set signature (NativeCallReplySignature value)

Implementation

@$pb.TagNumber(5)
set signature(NativeCallReplySignature value) => $_setField(5, value);