buildTransaction method
Builds transaction to BCS bytes, paying with the cached gas coin if one
is available. Runs through the serial queue.
Implementation
Future<Uint8List> buildTransaction(Transaction transaction) {
return _queue.run(() => _build(transaction));
}