Documentation ¶
Index ¶
- Constants
- func CalcContractName(contractName string) string
- func CheckProposalRequestResp(resp *common.TxResponse, needContractResult bool) error
- func CreateChainClientWithSDKConf(sdkConfPath string) (*sdk.ChainClient, error)
- func GetEndorsersWithAuthType(hashType crypto.HashType, authType sdk.AuthType, payload *common.Payload, ...) ([]*common.EndorsementEntry, error)
- func MakeAddrAndSkiFromCrtFilePath(crtFilePath string) (string, string, string, error)
- func PrintPrettyJson(data interface{})
- type PermissionedPkUsers
- type PkUsers
- type User
Constants ¶
View Source
const ( OrgId1 = "wx-org1.chainmaker.org" OrgId2 = "wx-org2.chainmaker.org" OrgId3 = "wx-org3.chainmaker.org" OrgId4 = "wx-org4.chainmaker.org" OrgId5 = "wx-org5.chainmaker.org" UserNameOrg1SoloClient = "org1client" UserNameOrg1Client1 = "org1client1" UserNameOrg2Client1 = "org2client1" UserNameOrg1SoloAdmin = "org1admin" UserNameOrg1Admin1 = "org1admin1" UserNameOrg2Admin1 = "org2admin1" UserNameOrg3Admin1 = "org3admin1" UserNameOrg4Admin1 = "org4admin1" UserNameOrg5Admin1 = "org5admin1" UserNameDpos1Admin1 = "dpos1admin1" UserNameDpos2Admin1 = "dpos2admin1" UserNameDpos3Admin1 = "dpos3admin1" UserNameDpos4Admin1 = "dpos4admin1" Version = "1.0.0" UpgradeVersion = "2.0.0" )
Variables ¶
This section is empty.
Functions ¶
func CheckProposalRequestResp ¶
func CheckProposalRequestResp(resp *common.TxResponse, needContractResult bool) error
func CreateChainClientWithSDKConf ¶
func CreateChainClientWithSDKConf(sdkConfPath string) (*sdk.ChainClient, error)
CreateChainClientWithSDKConf create a chain client with sdk config file path
func GetEndorsersWithAuthType ¶
func MakeAddrAndSkiFromCrtFilePath ¶
func PrintPrettyJson ¶
func PrintPrettyJson(data interface{})
Types ¶
Click to show internal directories.
Click to hide internal directories.