TezosNodeWriter class

Constructors

TezosNodeWriter()

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

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

Static Methods

appendRevealOperation(String server, String? publicKey, String publicKeyHash, int accountOperationIndex, List<OperationModel> operations, [bool isKeyRevealed = false]) Future<List<OperationModel>>
constructContractInvocationOperation(String publicKeyHash, int counter, String contract, int amount, dynamic entrypoint, String parameters, TezosParameterFormat parameterFormat) → dynamic
constructContractOriginationOperation(KeyStoreModel keyStore, int amount, String delegate, String code, String storage, TezosParameterFormat codeFormat, int counter) OperationModel
forgeOperations(String server, String branch, List<OperationModel> operations) Future<String>
injectOperation(String server, Map<String, dynamic> opPair, {dynamic chainid = 'main'}) → dynamic
parseRPCError(dynamic json) → void
parseRPCOperationResult(dynamic result) String?
preapplyOperation(String server, String branch, dynamic protocol, List<OperationModel> operations, Map<String, Object> signedOpGroup, {String chainid = 'main'}) → dynamic
prepareOperation(String server, List<OperationModel> operations) Future<List<OperationModel>>
sendContractInvocationOperation(String server, SoftSigner signer, KeyStoreModel keyStore, List<String> contract, List<int> amount, List<String> entrypoint, List<String> parameters, {dynamic parameterFormat = TezosParameterFormat.Michelson, dynamic offset = 54, bool? preapply, bool? gasEstimation = false}) Future<Map<String, dynamic>>
send a contract invocation operation fee, gasLimit and storageLimit are estimated by the fee estimation service
sendContractOriginationOperation(String server, SoftSigner signer, KeyStoreModel keyStore, int amount, String delegate, String code, String storage, TezosParameterFormat codeFormat, int offset) → dynamic
send a contract origination operation fee, gasLimit and storageLimit are estimated by the fee estimation service
sendDelegationOperation(String server, SoftSigner signer, KeyStoreModel keyStore, String delegate, dynamic offset) → dynamic
send a delegation operation fee, gasLimit and storageLimit are estimated by the fee estimation service
sendIdentityActivationOperation(String server, SoftSigner signer, KeyStoreModel keyStore, String activationCode) → dynamic
sendKeyRevealOperation(String server, dynamic signer, KeyStoreModel keyStore, dynamic offset) → dynamic
send key reveal operation fee, gasLimit and storageLimit are estimated by the fee estimation service
sendOperation(String server, List<OperationModel> operations, SoftSigner signer, int offset, [dynamic blockHead, dynamic preapply, dynamic gasEstimation]) Future<Map<String, Object?>>
sendTransactionOperation(String server, SoftSigner signer, KeyStoreModel keyStore, String to, int amount, {int offset = 54, required bool isKeyRevealed}) Future<Map<String, Object?>>
send a transaction operation fee, gasLimit and storageLimit are estimated by the fee estimation service