GrpcServiceImpl class

Implemented types

Constructors

GrpcServiceImpl({required Account account, required bool isBuildnet})

Properties

account ↔ Account
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isBuildnet bool
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

close() Future<void>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
scCall({required Account account, required double fee, required double maximumGas, required double coins, required String smartContracAddress, required String functionName, required Uint8List functionParameters}) Future<(String, bool)>
scCall executes smart contract
override
scReadOnlyCall({required double maximumGas, required String smartContracAddress, required String functionName, required Uint8List functionParameters}) Future<Uint8List>
scReadOnlyCall reads only smart contracts
override
toString() String
A string representation of this object.
inherited
waitForFinalOperationStatus(String operationID) Future<bool>
waitForFinalOperationStatus waits for operation to be final

Operators

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