Documentation ¶
Index ¶
- func AddVendorInfo(suite *utils.TestSuite, msg *vendorinfotypes.MsgCreateVendorInfo, ...) (*sdk.TxResponse, error)
- func AddVendorInfoByDifferentVendor(suite *utils.TestSuite)
- func AddVendorInfoByNonVendor(suite *utils.TestSuite)
- func AddVendorInfoByNonVendorAdmin(suite *utils.TestSuite)
- func AddVendorInfoByVendorAdmin(suite *utils.TestSuite)
- func AddVendorInfoTwice(suite *utils.TestSuite)
- func Demo(suite *utils.TestSuite)
- func DemoWithHexVid(suite *utils.TestSuite)
- func GetVendorInfo(suite *utils.TestSuite, vid int32) (*vendorinfotypes.VendorInfo, error)
- func GetVendorInfoForInvalidVid(suite *utils.TestSuite)
- func GetVendorInfoForUnknown(suite *utils.TestSuite)
- func GetVendorInfos(suite *utils.TestSuite) (res []vendorinfotypes.VendorInfo, err error)
- func GetVindorInfoByHexVID(suite *utils.TestSuite, vid string) (*vendorinfotypes.VendorInfo, error)
- func NewMsgCreateVendorInfo(vid int32, signer string) *vendorinfotypes.MsgCreateVendorInfo
- func NewMsgUpdateVendorInfo(vid int32, signer string) *vendorinfotypes.MsgUpdateVendorInfo
- func UpdateVendorInfoByVendorAdmin(suite *utils.TestSuite)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddVendorInfo ¶
func AddVendorInfo( suite *utils.TestSuite, msg *vendorinfotypes.MsgCreateVendorInfo, signerName string, signerAccount *dclauthtypes.Account, ) (*sdk.TxResponse, error)
func AddVendorInfoByNonVendorAdmin ¶ added in v1.1.1
func AddVendorInfoByVendorAdmin ¶ added in v1.1.1
func AddVendorInfoTwice ¶
func DemoWithHexVid ¶ added in v0.10.0
func GetVendorInfo ¶
func GetVendorInfo( suite *utils.TestSuite, vid int32, ) (*vendorinfotypes.VendorInfo, error)
func GetVendorInfoForUnknown ¶
func GetVendorInfos ¶
func GetVendorInfos(suite *utils.TestSuite) (res []vendorinfotypes.VendorInfo, err error)
func GetVindorInfoByHexVID ¶ added in v0.10.0
func GetVindorInfoByHexVID( suite *utils.TestSuite, vid string, ) (*vendorinfotypes.VendorInfo, error)
func NewMsgCreateVendorInfo ¶
func NewMsgCreateVendorInfo(vid int32, signer string) *vendorinfotypes.MsgCreateVendorInfo
func NewMsgUpdateVendorInfo ¶
func NewMsgUpdateVendorInfo(vid int32, signer string) *vendorinfotypes.MsgUpdateVendorInfo
func UpdateVendorInfoByVendorAdmin ¶ added in v1.1.1
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.