examples

package
v2.3.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 29, 2024 License: Apache-2.0 Imports: 12 Imported by: 2

Documentation

Index

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"

	UserNameOrg1Client1 = "org1client1"
	UserNameOrg2Client1 = "org2client1"

	UserNameOrg1Admin1 = "org1admin1"
	UserNameOrg2Admin1 = "org2admin1"
	UserNameOrg3Admin1 = "org3admin1"
	UserNameOrg4Admin1 = "org4admin1"
	UserNameOrg5Admin1 = "org5admin1"

	Version        = "1.0.0"
	UpgradeVersion = "2.0.0"
)

Variables

This section is empty.

Functions

func CalcContractName

func CalcContractName(contractName string) string

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 GetEndorsers

func GetEndorsers(payload *common.Payload, usernames ...string) ([]*common.EndorsementEntry, error)

func GetEndorsersWithAuthType added in v2.1.0

func GetEndorsersWithAuthType(hashType crypto.HashType, authType sdk.AuthType, payload *common.Payload, usernames ...string) ([]*common.EndorsementEntry, error)

func MakeAddrAndSkiFromCrtFilePath

func MakeAddrAndSkiFromCrtFilePath(crtFilePath string) (string, string, string, error)

func PrintPrettyJson added in v2.2.0

func PrintPrettyJson(data interface{})

Types

type PermissionedPkUsers added in v2.1.0

type PermissionedPkUsers struct {
	SignKeyPath string
	OrgId       string
}

type PkUsers added in v2.1.0

type PkUsers struct {
	SignKeyPath string
}

type User

type User struct {
	TlsKeyPath, TlsCrtPath   string
	SignKeyPath, SignCrtPath string
}

func GetUser

func GetUser(username string) (*User, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL