@textile/hub > WriteTransaction > start
WriteTransaction.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>