Documentation ¶
Index ¶
- Constants
- func TestAllBalance(t *testing.T)
- func TestAssetAccountCreationTransaction(t *testing.T)
- func TestBlockHashAndBlockNumberDoNotMatch(t *testing.T)
- func TestCannotFind(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 TestGetBalance(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 TestNormalAddressWithAcpAddress(t *testing.T)
- func TestNormalAddressWithSecp256k1Address(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 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 TestAllBalance ¶ added in v0.43.0
func TestAssetAccountCreationTransaction ¶ added in v0.43.0
func TestBlockHashAndBlockNumberDoNotMatch ¶ added in v0.43.0
func TestCannotFind ¶ added in v0.43.0
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 TestGetBalance ¶
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 TestNormalAddressWithAcpAddress ¶ added in v0.43.1
func TestNormalAddressWithSecp256k1Address ¶ added in v0.43.1
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 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_asset_account_creation_transaction_example.go
- build_asset_collection_transaction_example.go
- fee_rate_example.go
- generic_block_example.go
- generic_transaction_example.go
- query_generic_transactions_pages_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.