createSimpleTransactionFromParams abstract method
      
Future<Either<SimpleTransactionAlgebraError, IoTransaction> > 
createSimpleTransactionFromParams({ 
    
    
- required String keyfile,
- required String password,
- required String fromFellowship,
- required String fromContract,
- int? someFromState,
- String? someChangeFellowship,
- String? someChangeContract,
- int? someChangeState,
- LockAddress? someToAddress,
- String? someToFellowship,
- String? someToContract,
- required int amount,
- required int fee,
- required ValueTypeIdentifier tokenType,
Implementation
Future<Either<SimpleTransactionAlgebraError, IoTransaction>>
    createSimpleTransactionFromParams({
  required String keyfile,
  required String password,
  required String fromFellowship,
  required String fromContract,
  int? someFromState,
  String? someChangeFellowship,
  String? someChangeContract,
  int? someChangeState,
  LockAddress? someToAddress,
  String? someToFellowship,
  String? someToContract,
  required int amount,
  required int fee,
  required ValueTypeIdentifier tokenType,
});