OperationModel constructor
OperationModel({
- String? destination,
- String? amount,
- int? counter,
- String? fee,
- String? source,
- String kind = 'transaction',
- int? gasLimit = TezosConstants.DefaultTransactionGasLimit,
- int storageLimit = TezosConstants.DefaultTransactionStorageLimit,
- String? publicKey,
- String? delegate,
- Map<
String, Object?> ? script, - String? pkh,
- String? secret,
Implementation
OperationModel({
this.destination,
this.amount,
this.counter,
this.fee,
this.source,
this.kind = 'transaction',
this.gasLimit = TezosConstants.DefaultTransactionGasLimit,
this.storageLimit = TezosConstants.DefaultTransactionStorageLimit,
this.publicKey,
this.delegate,
this.script,
this.pkh,
this.secret,
});