RequestUnitsParams class

Constructors

RequestUnitsParams.new({required int units, required int additionalFee})
Request units instruction params.
const

Properties

additionalFee int
Prioritization fee lamports.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
units int
Units to request for transaction-wide compute.
final

Methods

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

Operators

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