Documentation ¶
Index ¶
- Constants
- func TestAccountNumber(t *testing.T)
- func TestActionByPayByFrom(t *testing.T)
- func TestActionByPayByTo(t *testing.T)
- func TestAllBalance(t *testing.T)
- func TestBlockHashAndBlockNumberDoNotMatch(t *testing.T)
- func TestBuildAdjustAccountTransaction(t *testing.T)
- func TestCannotFind(t *testing.T)
- func TestCkbInsufficientBalanceToPayTheFee1(t *testing.T)
- func TestCkbInsufficientBalanceToPayTheFee2(t *testing.T)
- func TestCustomizedFeeRate(t *testing.T)
- func TestDefaultFeeRate(t *testing.T)
- func TestFleeting(t *testing.T)
- func TestFromKeyAddressAndToKeyAddressWithCkb(t *testing.T)
- func TestFromKeyAddressAndToKeyAddressWithUdt(t *testing.T)
- func TestFromNormalAddressesAndToNormalAddressWithCkb(t *testing.T)
- func TestFromNormalAddressesAndToNormalAddressWithUdt(t *testing.T)
- func TestFromNormalAddressesWithCkb(t *testing.T)
- func TestFromNormalAddressesWithUdt(t *testing.T)
- func TestGetCkbBalance(t *testing.T)
- func TestGetGenericBlockWithBlockHash(t *testing.T)
- func TestGetGenericBlockWithBlockHashAndBlockNumber(t *testing.T)
- func TestGetGenericBlockWithBlockNumber(t *testing.T)
- func TestGetGenericTransaction(t *testing.T)
- func TestGetSudtBalance(t *testing.T)
- func TestMultiFromMultiTo(t *testing.T)
- func TestMultiFromSingleTo(t *testing.T)
- func TestQueryGenericTransactionsWithAcpAddress(t *testing.T)
- func TestQueryGenericTransactionsWithAll(t *testing.T)
- func TestQueryGenericTransactionsWithChequeAddress(t *testing.T)
- func TestQueryGenericTransactionsWithCkb(t *testing.T)
- func TestQueryGenericTransactionsWithFromBlock(t *testing.T)
- func TestQueryGenericTransactionsWithFromBlockAndToBlock(t *testing.T)
- func TestQueryGenericTransactionsWithLimit(t *testing.T)
- func TestQueryGenericTransactionsWithOffset(t *testing.T)
- func TestQueryGenericTransactionsWithOrder(t *testing.T)
- func TestQueryGenericTransactionsWithToBlock(t *testing.T)
- func TestQueryGenericTransactionsWithUdt(t *testing.T)
- func TestRegisterAddresses(t *testing.T)
- func TestSingleFromMultiTo(t *testing.T)
- func TestSingleFromSingleTo(t *testing.T)
- func TestSourceByFleeting(t *testing.T)
- func TestSourceByUnconstrained(t *testing.T)
- func TestTipGenericBlock(t *testing.T)
- func TestToNormalAddressWithCkb(t *testing.T)
- func TestToNormalAddressWithUdt(t *testing.T)
- func TestTransferCompletionCkbWithLendByFrom(t *testing.T)
- func TestTransferCompletionCkbWithPayByFrom(t *testing.T)
- func TestTransferCompletionCkbWithPayByTo(t *testing.T)
- func TestTransferCompletionSudtWithLendByFrom(t *testing.T)
- func TestTransferCompletionSudtWithPayByFrom(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 RPC_ADDRESS = "http://127.0.0.1:8116"
Variables ¶
This section is empty.
Functions ¶
func TestAccountNumber ¶ added in v0.43.2
func TestActionByPayByFrom ¶ added in v0.43.2
func TestActionByPayByTo ¶ added in v0.43.2
func TestAllBalance ¶ added in v0.43.0
func TestBlockHashAndBlockNumberDoNotMatch ¶ added in v0.43.0
func TestBuildAdjustAccountTransaction ¶ added in v0.43.2
func TestCannotFind ¶ added in v0.43.0
func TestCkbInsufficientBalanceToPayTheFee1 ¶ added in v0.43.2
func TestCkbInsufficientBalanceToPayTheFee2 ¶ added in v0.43.2
func TestCustomizedFeeRate ¶ added in v0.43.0
func TestDefaultFeeRate ¶ added in v0.43.0
func TestFleeting ¶ added in v0.43.0
func TestFromKeyAddressAndToKeyAddressWithCkb ¶ added in v0.43.0
func TestFromKeyAddressAndToKeyAddressWithUdt ¶ added in v0.43.0
func TestFromNormalAddressesAndToNormalAddressWithCkb ¶ added in v0.43.0
func TestFromNormalAddressesAndToNormalAddressWithUdt ¶ added in v0.43.0
func TestFromNormalAddressesWithCkb ¶ added in v0.43.0
func TestFromNormalAddressesWithUdt ¶ added in v0.43.0
func TestGetCkbBalance ¶ added in v0.43.2
func TestGetGenericBlockWithBlockHash ¶ added in v0.43.0
func TestGetGenericBlockWithBlockHashAndBlockNumber ¶ added in v0.43.0
func TestGetGenericBlockWithBlockNumber ¶ added in v0.43.0
func TestGetGenericTransaction ¶ added in v0.43.0
func TestGetSudtBalance ¶
func TestMultiFromMultiTo ¶
func TestMultiFromSingleTo ¶
func TestQueryGenericTransactionsWithAcpAddress ¶ added in v0.43.0
func TestQueryGenericTransactionsWithAll ¶ added in v0.43.0
func TestQueryGenericTransactionsWithChequeAddress ¶ added in v0.43.0
func TestQueryGenericTransactionsWithCkb ¶ added in v0.43.0
func TestQueryGenericTransactionsWithFromBlock ¶ added in v0.43.0
func TestQueryGenericTransactionsWithFromBlockAndToBlock ¶ added in v0.43.0
func TestQueryGenericTransactionsWithLimit ¶ added in v0.43.0
func TestQueryGenericTransactionsWithOffset ¶ added in v0.43.0
func TestQueryGenericTransactionsWithOrder ¶ added in v0.43.0
func TestQueryGenericTransactionsWithToBlock ¶ added in v0.43.0
func TestQueryGenericTransactionsWithUdt ¶ added in v0.43.0
func TestRegisterAddresses ¶ added in v0.43.0
func TestSingleFromMultiTo ¶
func TestSingleFromSingleTo ¶
func TestSourceByFleeting ¶ added in v0.43.2
func TestSourceByUnconstrained ¶ added in v0.43.2
func TestTipGenericBlock ¶ added in v0.43.0
func TestToNormalAddressWithCkb ¶ added in v0.43.0
func TestToNormalAddressWithUdt ¶ added in v0.43.0
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 ¶
- action_example.go
- balance_example.go
- build_adjust_account_transaction_example.go
- build_asset_collection_transaction_example.go
- build_smart_transfer_transaction_example.go
- fee_rate_example.go
- get_block_info_example.go
- get_transaction_info_example.go
- query_generic_transactions_pages.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.