DeployHeader class

Annotations
  • @JsonSerializable(fieldRename: FieldRename.snake)

Constructors

DeployHeader(ClPublicKey account, DateTime timestamp, Duration ttl, int gasPrice, String bodyHash, List<String> dependencies, String chainName)
DeployHeader.fromJson(Map<String, dynamic> json)
factory
DeployHeader.withoutBodyHash(ClPublicKey account, DateTime timestamp, Duration ttl, int gasPrice, List<String> dependencies, String chainName)

Properties

account ClPublicKey
getter/setter pair
bodyHash String
getter/setter pair
chainName String
getter/setter pair
dependencies List<String>
getter/setter pair
gasPrice int
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timestamp DateTime
getter/setter pair
ttl Duration
getter/setter pair

Methods

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

Operators

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