Documentation ¶
Index ¶
- Constants
- Variables
- func ExecQueryBalance(val *network.Validator, classID, owner string) (testutil.BufferWriter, error)
- func ExecQueryClass(val *network.Validator, classID string) (testutil.BufferWriter, error)
- func ExecQueryClasses(val *network.Validator) (testutil.BufferWriter, error)
- func ExecQueryNFT(val *network.Validator, classID, nftID string) (testutil.BufferWriter, error)
- func ExecQueryNFTs(val *network.Validator, classID, owner string) (testutil.BufferWriter, error)
- func ExecQueryOwner(val *network.Validator, classID, nftID string) (testutil.BufferWriter, error)
- func ExecQuerySupply(val *network.Validator, classID string) (testutil.BufferWriter, error)
- func ExecSend(val *network.Validator, args []string) (testutil.BufferWriter, error)
- type IntegrationTestSuite
- func (s *IntegrationTestSuite) SetupSuite()
- func (s *IntegrationTestSuite) TearDownSuite()
- func (s *IntegrationTestSuite) TestCLITxSend()
- func (s *IntegrationTestSuite) TestQueryBalance()
- func (s *IntegrationTestSuite) TestQueryBalanceGRPC()
- func (s *IntegrationTestSuite) TestQueryClass()
- func (s *IntegrationTestSuite) TestQueryClassGRPC()
- func (s *IntegrationTestSuite) TestQueryClasses()
- func (s *IntegrationTestSuite) TestQueryClassesGRPC()
- func (s *IntegrationTestSuite) TestQueryNFT()
- func (s *IntegrationTestSuite) TestQueryNFTGRPC()
- func (s *IntegrationTestSuite) TestQueryNFTs()
- func (s *IntegrationTestSuite) TestQueryNFTsGRPC()
- func (s *IntegrationTestSuite) TestQueryOwner()
- func (s *IntegrationTestSuite) TestQueryOwnerGRPC()
- func (s *IntegrationTestSuite) TestQuerySupply()
- func (s *IntegrationTestSuite) TestQuerySupplyGRPC()
Constants ¶
View Source
const ( OwnerName = "owner" Owner = "cosmos1kznrznww4pd6gx0zwrpthjk68fdmqypjpkj5hp" OwnerArmor = `` /* 255-byte string literal not displayed */ )
Variables ¶
View Source
var ( ExpClass = nft.Class{ Id: testClassID, Name: testClassName, Symbol: testClassSymbol, Description: testClassDescription, Uri: testClassURI, } ExpNFT = nft.NFT{ ClassId: testClassID, Id: testID, Uri: testURI, } )
Functions ¶
func ExecQueryBalance ¶
func ExecQueryClass ¶
func ExecQueryClasses ¶
func ExecQueryClasses(val *network.Validator) (testutil.BufferWriter, error)
func ExecQueryNFT ¶
func ExecQueryNFTs ¶
func ExecQueryOwner ¶
func ExecQuerySupply ¶
Types ¶
type IntegrationTestSuite ¶
func NewIntegrationTestSuite ¶
func NewIntegrationTestSuite(cfg network.Config) *IntegrationTestSuite
func (*IntegrationTestSuite) SetupSuite ¶
func (s *IntegrationTestSuite) SetupSuite()
func (*IntegrationTestSuite) TearDownSuite ¶
func (s *IntegrationTestSuite) TearDownSuite()
func (*IntegrationTestSuite) TestCLITxSend ¶
func (s *IntegrationTestSuite) TestCLITxSend()
func (*IntegrationTestSuite) TestQueryBalance ¶
func (s *IntegrationTestSuite) TestQueryBalance()
func (*IntegrationTestSuite) TestQueryBalanceGRPC ¶
func (s *IntegrationTestSuite) TestQueryBalanceGRPC()
func (*IntegrationTestSuite) TestQueryClass ¶
func (s *IntegrationTestSuite) TestQueryClass()
func (*IntegrationTestSuite) TestQueryClassGRPC ¶
func (s *IntegrationTestSuite) TestQueryClassGRPC()
func (*IntegrationTestSuite) TestQueryClasses ¶
func (s *IntegrationTestSuite) TestQueryClasses()
func (*IntegrationTestSuite) TestQueryClassesGRPC ¶
func (s *IntegrationTestSuite) TestQueryClassesGRPC()
func (*IntegrationTestSuite) TestQueryNFT ¶
func (s *IntegrationTestSuite) TestQueryNFT()
func (*IntegrationTestSuite) TestQueryNFTGRPC ¶
func (s *IntegrationTestSuite) TestQueryNFTGRPC()
func (*IntegrationTestSuite) TestQueryNFTs ¶
func (s *IntegrationTestSuite) TestQueryNFTs()
func (*IntegrationTestSuite) TestQueryNFTsGRPC ¶
func (s *IntegrationTestSuite) TestQueryNFTsGRPC()
func (*IntegrationTestSuite) TestQueryOwner ¶
func (s *IntegrationTestSuite) TestQueryOwner()
func (*IntegrationTestSuite) TestQueryOwnerGRPC ¶
func (s *IntegrationTestSuite) TestQueryOwnerGRPC()
func (*IntegrationTestSuite) TestQuerySupply ¶
func (s *IntegrationTestSuite) TestQuerySupply()
func (*IntegrationTestSuite) TestQuerySupplyGRPC ¶
func (s *IntegrationTestSuite) TestQuerySupplyGRPC()
Click to show internal directories.
Click to hide internal directories.