Documentation ¶
Index ¶
- Constants
- func TestAdjustAssetAccountWithUdt(t *testing.T)
- func TestAdjustAssetExtraCkb(t *testing.T)
- func TestAllBalance(t *testing.T)
- func TestBlockHashAndBlockNumberDoNotMatch(t *testing.T)
- func TestCannotFind(t *testing.T)
- func TestCkbInsufficientBalanceToPayTheFee1(t *testing.T)
- func TestCkbInsufficientBalanceToPayTheFee2(t *testing.T)
- func TestCreateAsset(t *testing.T)
- func TestCustomizedFeeRate(t *testing.T)
- func TestDaoClaim(t *testing.T)
- func TestDaoDepositWithAddress(t *testing.T)
- func TestDaoDepositWithIdentity(t *testing.T)
- func TestDaoInfo1(t *testing.T)
- func TestDaoInfo2(t *testing.T)
- func TestDaoWithdraw(t *testing.T)
- func TestDefaultFeeRate(t *testing.T)
- func TestFleeting(t *testing.T)
- func TestGetAccountInfoByAddress1(t *testing.T)
- func TestGetAccountInfoByAddress2(t *testing.T)
- func TestGetBalanceByAddress(t *testing.T)
- func TestGetBalanceByIdentity(t *testing.T)
- func TestGetBalanceByRecordByAddress(t *testing.T)
- func TestGetBalanceByRecordByScriptByChequeCellSender(t *testing.T)
- func TestGetBalanceByRecordByScriptChequeCellReceiver(t *testing.T)
- func TestGetCellBaseTransactions(t *testing.T)
- func TestGetCkbBalance(t *testing.T)
- func TestGetDaoTransactions(t *testing.T)
- func TestGetDbInfo(t *testing.T)
- func TestGetGenericBlockWithBlockHash(t *testing.T)
- func TestGetGenericBlockWithBlockHashAndBlockNumber(t *testing.T)
- func TestGetGenericBlockWithBlockNumber(t *testing.T)
- func TestGetSpentTransactionInfo(t *testing.T)
- func TestGetSpentTransactionView(t *testing.T)
- func TestGetSudtBalance(t *testing.T)
- func TestGetTransaction(t *testing.T)
- func TestMercuryInfo(t *testing.T)
- func TestModeByHoldyTo(t *testing.T)
- func TestMultiFromMultiTo(t *testing.T)
- func TestMultiFromSingleTo(t *testing.T)
- func TestPWLock(t *testing.T)
- func TestQueryTransactionsInfo(t *testing.T)
- func TestQueryTransactionsWithAll(t *testing.T)
- func TestQueryTransactionsWithCellbase(t *testing.T)
- func TestQueryTransactionsWithCkb(t *testing.T)
- func TestQueryTransactionsWithDao(t *testing.T)
- func TestQueryTransactionsWithFromBlockAndToBlock(t *testing.T)
- func TestQueryTransactionsWithLimit(t *testing.T)
- func TestQueryTransactionsWithOrder(t *testing.T)
- func TestQueryTransactionsWithPage1(t *testing.T)
- func TestQueryTransactionsWithPage2(t *testing.T)
- func TestQueryTransactionsWithUdt(t *testing.T)
- func TestRegisterAddresses(t *testing.T)
- func TestSendChequeCell(t *testing.T)
- func TestSingleFromMultiTo(t *testing.T)
- func TestSingleFromSingleTo(t *testing.T)
- func TestSourceByClaimable(t *testing.T)
- func TestSourceByFree(t *testing.T)
- func TestSudtIssue(t *testing.T)
- func TestSyncState(t *testing.T)
- func TestTipGenericBlock(t *testing.T)
- func TestTransferCompletionCkbWithClaimable(t *testing.T)
- func TestTransferCompletionCkbWithHoldByFrom(t *testing.T)
- func TestTransferCompletionCkbWithHoldByTo(t *testing.T)
- func TestTransferCompletionSudtWithHoldByFrom(t *testing.T)
- func TestTransferCompletionSudtWithPayByTo(t *testing.T)
- func TestUseCkbAlone(t *testing.T)
- func TestUseCkbAndIndexer(t *testing.T)
- func TestUseCkbApiAlone(t *testing.T)
- func TestUseIndexerAlone(t *testing.T)
- func TestUseMercuryAlone(t *testing.T)
- func TestWrongHeight(t *testing.T)
Constants ¶
View Source
const CKB_URL = "https://mercury-testnet.ckbapp.dev"
View Source
const INDEXER_URL = "https://mercury-testnet.ckbapp.dev"
View Source
const MERCURY_URL = "http://127.0.0.1:8116"
Variables ¶
This section is empty.
Functions ¶
func TestAdjustAssetAccountWithUdt ¶ added in v0.101.1
func TestAdjustAssetExtraCkb ¶ added in v0.101.1
func TestAllBalance ¶ added in v0.43.0
func TestBlockHashAndBlockNumberDoNotMatch ¶ added in v0.43.0
func TestCannotFind ¶ added in v0.43.0
func TestCkbInsufficientBalanceToPayTheFee1 ¶ added in v0.43.2
func TestCkbInsufficientBalanceToPayTheFee2 ¶ added in v0.43.2
func TestCreateAsset ¶ added in v0.101.1
func TestCustomizedFeeRate ¶ added in v0.43.0
func TestDaoClaim ¶ added in v0.101.1
func TestDaoDepositWithAddress ¶ added in v0.101.1
func TestDaoDepositWithIdentity ¶ added in v0.101.1
func TestDaoInfo1 ¶ added in v0.101.1
func TestDaoInfo2 ¶ added in v0.101.1
func TestDaoWithdraw ¶ added in v0.101.1
func TestDefaultFeeRate ¶ added in v0.43.0
func TestFleeting ¶ added in v0.43.0
func TestGetAccountInfoByAddress1 ¶ added in v0.101.5
func TestGetAccountInfoByAddress2 ¶ added in v0.101.5
func TestGetBalanceByAddress ¶ added in v0.101.1
func TestGetBalanceByIdentity ¶ added in v0.101.1
func TestGetBalanceByRecordByAddress ¶ added in v0.101.1
func TestGetBalanceByRecordByScriptByChequeCellSender ¶ added in v0.101.1
func TestGetBalanceByRecordByScriptChequeCellReceiver ¶ added in v0.101.1
func TestGetCellBaseTransactions ¶ added in v0.101.1
func TestGetCkbBalance ¶ added in v0.43.2
func TestGetDaoTransactions ¶ added in v0.101.1
func TestGetDbInfo ¶ added in v0.101.1
func TestGetGenericBlockWithBlockHash ¶ added in v0.43.0
func TestGetGenericBlockWithBlockHashAndBlockNumber ¶ added in v0.43.0
func TestGetGenericBlockWithBlockNumber ¶ added in v0.43.0
func TestGetSpentTransactionInfo ¶ added in v0.101.1
func TestGetSpentTransactionView ¶ added in v0.101.1
func TestGetSudtBalance ¶
func TestGetTransaction ¶ added in v0.101.1
func TestMercuryInfo ¶ added in v0.101.1
func TestModeByHoldyTo ¶ added in v0.101.1
func TestMultiFromMultiTo ¶
func TestMultiFromSingleTo ¶
func TestPWLock ¶ added in v0.101.4
func TestQueryTransactionsInfo ¶ added in v0.101.1
func TestQueryTransactionsWithAll ¶ added in v0.101.1
func TestQueryTransactionsWithCellbase ¶ added in v0.101.1
func TestQueryTransactionsWithCkb ¶ added in v0.101.1
func TestQueryTransactionsWithDao ¶ added in v0.101.1
func TestQueryTransactionsWithFromBlockAndToBlock ¶ added in v0.101.1
func TestQueryTransactionsWithLimit ¶ added in v0.101.1
func TestQueryTransactionsWithOrder ¶ added in v0.101.1
func TestQueryTransactionsWithPage1 ¶ added in v0.101.1
func TestQueryTransactionsWithPage2 ¶ added in v0.101.1
func TestQueryTransactionsWithUdt ¶ added in v0.101.1
func TestRegisterAddresses ¶ added in v0.43.0
func TestSendChequeCell ¶ added in v0.101.1
func TestSingleFromMultiTo ¶
func TestSingleFromSingleTo ¶
func TestSourceByClaimable ¶ added in v0.101.1
func TestSourceByFree ¶ added in v0.101.1
func TestSudtIssue ¶ added in v0.101.1
func TestSyncState ¶ added in v0.101.4
func TestTipGenericBlock ¶ added in v0.43.0
func TestTransferCompletionCkbWithClaimable ¶ added in v0.101.1
func TestTransferCompletionCkbWithHoldByFrom ¶ added in v0.101.1
func TestTransferCompletionCkbWithHoldByTo ¶ added in v0.101.1
func TestTransferCompletionSudtWithHoldByFrom ¶ added in v0.101.1
func TestUseCkbAlone ¶ added in v0.43.1
func TestUseCkbAndIndexer ¶ added in v0.43.1
func TestUseCkbApiAlone ¶ added in v0.43.1
func TestUseIndexerAlone ¶ added in v0.43.1
func TestUseMercuryAlone ¶ added in v0.43.1
func TestWrongHeight ¶ added in v0.43.0
Types ¶
This section is empty.
Source Files ¶
- balance_example.go
- build_adjust_account_transaction_example.go
- build_simple_transfer_transaction_example.go
- build_sudt_issue_transaction_example.go
- dao_example.go
- fee_rate_example.go
- get_account_info_example.go
- get_block_info_example.go
- get_db_info_example.go
- get_mercury_info_example.go
- get_spent_transaction_example.go
- get_sync_state_example.go
- get_transaction_info_example.go
- mode_example.go
- query_transactions_example.go
- register_addresses_example.go
- source_example.go
- transfer_completion_example.go
- use_of_mercury_and_ckb_and_indexer_example.go
Click to show internal directories.
Click to hide internal directories.