public IEnumerable<UnspentTx> ReadUnspentTransactions() { CheckTransaction(); return ReadUnspentTransactionsInner(); }