SignRequest class

Annotations
  • @JsonSerializable(includeIfNull: false)

Constructors

SignRequest({required String code, Map<String, dynamic> data = const {}, required String sender, required String networkId, required String chainId, int gasLimit = 2500, double gasPrice = 1e-8, required String signingPubKey, int ttl = 600, List<DappCapp> caps = const <DappCapp>[]})
SignRequest.fromJson(Map<String, dynamic> json)
factory

Properties

caps List<DappCapp>
getter/setter pair
chainId String
getter/setter pair
code String
getter/setter pair
data Map<String, dynamic>
getter/setter pair
gasLimit int
getter/setter pair
gasPrice double
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
networkId String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sender String
getter/setter pair
signingPubKey String
getter/setter pair
ttl int
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited