AGENTC_SIGN_REQUEST constructor

AGENTC_SIGN_REQUEST([
  1. Uint8List key,
  2. Uint8List data,
  3. int flags = 0
])

Implementation

AGENTC_SIGN_REQUEST([this.key, this.data, this.flags = 0]) : super(ID);