rekeyTo method

TransactionQueryBuilder rekeyTo(
  1. bool rekeyTo
)

Include results which include the rekey-to field.

Implementation

TransactionQueryBuilder rekeyTo(bool rekeyTo) {
  addQueryParameter('rekey-to', rekeyTo);
  return this;
}