예제 #1
0
파일: web.py 프로젝트: zhengq1/antchain.org
def GetTxByTypePages(txtype,page):
	return tx.GetTxPage(txtype,page)
예제 #2
0
파일: web.py 프로젝트: zhengq1/antchain.org
def GetTxPages(page):
	return tx.GetTxPage(None,page)
예제 #3
0
파일: web.py 프로젝트: zhengq1/antchain.org
def GetTxByType(txtype):
	return tx.GetTxPage(txtype,1)
예제 #4
0
파일: web.py 프로젝트: zhengq1/antchain.org
def GetTx():
	return tx.GetTxPage(None,1)