signature property
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);
Implementation
@$pb.TagNumber(5)
set signature(NativeCallReplySignature value) => $_setField(5, value);