ReownYttriumPlatform class abstract
- Inheritance
-
- Object
- PlatformInterface
- ReownYttriumPlatform
- Implementers
Constructors
- ReownYttriumPlatform.new()
- Constructs a ReownYttriumPlatform.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
erc20TokenBalance(
{required String chainId, required String token, required String owner}) → Future< String> -
estimateFees(
{required String chainId}) → Future< Eip1559EstimationCompat> -
execute(
{required UiFieldsCompat uiFields, required List< PrimitiveSignatureCompat> routeTxnSigs, required PrimitiveSignatureCompat initialTxnSig}) → Future<ExecuteDetailsCompat> -
init(
{required String projectId, required PulseMetadataCompat pulseMetadata}) → Future< bool> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
prepareDetailed(
{required String chainId, required String from, required CallCompat call, required Currency localCurrency}) → Future< PrepareDetailedResponseCompat> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- instance ↔ ReownYttriumPlatform
-
The default instance of ReownYttriumPlatform to use.
getter/setter pair