@textile/hub > ReadTransaction > start
ReadTransaction.start() method
start begins the transaction. All operations between start and end will be applied as a single transaction upon a call to end.
Signature:
start(): Promise<void>;
Returns:
Promise<void>