stellar_flutter_sdk
stellar_flutter_sdk
InvokeContractHostFunction
InvokeContractHostFunction constructor
InvokeContractHostFunction
InvokeContractHostFunction
constructor
Null safety
InvokeContractHostFunction
(
String
_contractID
,
String
_functionName
,
{
List
<
XdrSCVal
>
?
arguments
}
)
Implementation
InvokeContractHostFunction(this._contractID, this._functionName, {this.arguments});
stellar_flutter_sdk
stellar_flutter_sdk
InvokeContractHostFunction
InvokeContractHostFunction constructor
InvokeContractHostFunction class
Constructors
InvokeContractHostFunction
Properties
arguments
contractID
functionName
hashCode
runtimeType
Methods
noSuchMethod
toString
toXdr
Operators
operator ==