StonfiContractProvider class

Constructors

StonfiContractProvider(Future<ContractState> getState(), Future<ContractGetMethodResult> get(String name, List<TupleItem> args), Future<void> external(Cell message), Future<void> internal(Sender via, {StringCell? body, bool? bounce, SendMode? sendMode, required StringBigInt value}))

Properties

external Future<void> Function(Cell message)
getter/setter pairinherited
get Future<ContractGetMethodResult> Function(String name, List<TupleItem> args)
getter/setter pairinherited
getState Future<ContractState> Function()
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
internal Future<void> Function(Sender via, {StringCell? body, bool? bounce, SendMode? sendMode, required StringBigInt value})
getter/setter pairinherited
open ↔ E Function<E extends Contract>(E contract)
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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