SendExternalMessageInput class
- Annotations
-
- @JsonSerializable()
Constructors
- SendExternalMessageInput.new(String publicKey, String recipient, String? stateInit, FunctionCall payload, bool? local, SendExternalMessageInputExecutorParams? executorParams)
-
const
-
SendExternalMessageInput.fromJson(Map<
String, dynamic> json) -
factory
Properties
- executorParams → SendExternalMessageInputExecutorParams?
-
Optional executor parameters used during local contract execution
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- local → bool?
-
Whether to only run it locally (false by default)
Can be used as alternative
runLocal
method but with user signaturefinal - payload → FunctionCall
-
Function call
final
- publicKey → String
-
The public key of the preferred account.
It is the same publicKey as the
accountInteraction.publicKey
, but it must be explicitly providedfinal - recipient → String
-
Message destination address
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- stateInit → String?
-
Optional base64 encoded
.tvc
filefinal
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