SignRequest constructor
SignRequest({})
Implementation
SignRequest({
required this.code,
this.data = const {},
required this.sender,
required this.networkId,
required this.chainId,
this.gasLimit = 2500,
this.gasPrice = 1e-8,
required this.signingPubKey,
this.ttl = 600,
this.caps = const <DappCapp>[],
});