AccountService class

Constructors

AccountService({required SignerBase signer, required ViteClient client, PowClient? powClient})
const

Properties

client ViteClient
final
hashCode int
The hash code for this object.
no setterinherited
powClient PowClient
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
signer SignerBase
final

Methods

accountInfoForAddress(Address address) Future<AccountInfo>
callContract({required Address address, required Address contractAddress, BigInt? amount, Token? token, BigInt? fee, required Uint8List data}) Future<Hash>
cancelQuotaStaking({required Address address, required RpcHex recordId}) Future<Hash>
cancelSbpVote(Address address) Future<Hash>
createContract({required Address address, required Address contractAddress, required Uint8List data, BigInt? fee}) Future<Hash>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
quotaForAddress(Address address) Future<RpcQuotaInfo>
receiveTransaction({required Address address, required Hash sendBlockHash}) Future<Hash>
sendRawTransaction(RawTransaction rawTx) Future<Hash>
sendTransaction({required Address address, required Address toAddress, BigInt? amount, Token? token, Uint8List? data}) Future<Hash>
stakeForQuota({required Address address, Address? beneficiary, required BigInt amount}) Future<Hash>
toString() String
A string representation of this object.
inherited
transferAmount(Amount amount, {required Address address, required Address toAddress, Uint8List? data}) Future<Hash>
unreceivedBlocksForAddress(Address address, [int count = 1]) Future<List<AccountBlock>>
voteForSbp(Address address, String sbpName) Future<Hash>

Operators

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