client

package
v2.0.1 Latest Latest
Warning

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

Go to latest
Published: Oct 10, 2023 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Overview

This file is auto-generated, don't edit it. Thanks. *

*

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AcceptFabricInvitationRequest

type AcceptFabricInvitationRequest struct {
	Code       *string `json:"Code,omitempty" xml:"Code,omitempty"`
	IsAccepted *bool   `json:"IsAccepted,omitempty" xml:"IsAccepted,omitempty"`
}

func (AcceptFabricInvitationRequest) GoString

func (*AcceptFabricInvitationRequest) SetCode

func (*AcceptFabricInvitationRequest) SetIsAccepted

func (AcceptFabricInvitationRequest) String

type AcceptFabricInvitationResponse

type AcceptFabricInvitationResponse struct {
	Headers    map[string]*string                  `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                              `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *AcceptFabricInvitationResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (AcceptFabricInvitationResponse) GoString

func (*AcceptFabricInvitationResponse) SetHeaders

func (*AcceptFabricInvitationResponse) SetStatusCode

func (AcceptFabricInvitationResponse) String

type AcceptFabricInvitationResponseBody

type AcceptFabricInvitationResponseBody struct {
	ErrorCode *int32  `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success   *bool   `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (AcceptFabricInvitationResponseBody) GoString

func (*AcceptFabricInvitationResponseBody) SetErrorCode

func (*AcceptFabricInvitationResponseBody) SetRequestId

func (*AcceptFabricInvitationResponseBody) SetSuccess

func (AcceptFabricInvitationResponseBody) String

type ApplyAntChainCertificateRequest

type ApplyAntChainCertificateRequest struct {
	AntChainId *string `json:"AntChainId,omitempty" xml:"AntChainId,omitempty"`
	UploadReq  *string `json:"UploadReq,omitempty" xml:"UploadReq,omitempty"`
}

func (ApplyAntChainCertificateRequest) GoString

func (*ApplyAntChainCertificateRequest) SetAntChainId

func (*ApplyAntChainCertificateRequest) SetUploadReq

func (ApplyAntChainCertificateRequest) String

type ApplyAntChainCertificateResponse

type ApplyAntChainCertificateResponse struct {
	Headers    map[string]*string                    `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                                `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ApplyAntChainCertificateResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ApplyAntChainCertificateResponse) GoString

func (*ApplyAntChainCertificateResponse) SetHeaders

func (*ApplyAntChainCertificateResponse) SetStatusCode

func (ApplyAntChainCertificateResponse) String

type ApplyAntChainCertificateResponseBody

type ApplyAntChainCertificateResponseBody struct {
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Result    *string `json:"Result,omitempty" xml:"Result,omitempty"`
}

func (ApplyAntChainCertificateResponseBody) GoString

func (*ApplyAntChainCertificateResponseBody) SetRequestId

func (*ApplyAntChainCertificateResponseBody) SetResult

func (ApplyAntChainCertificateResponseBody) String

type ApplyAntChainCertificateWithKeyAutoCreationRequest

type ApplyAntChainCertificateWithKeyAutoCreationRequest struct {
	AntChainId           *string `json:"AntChainId,omitempty" xml:"AntChainId,omitempty"`
	CommonName           *string `json:"CommonName,omitempty" xml:"CommonName,omitempty"`
	ConsortiumId         *string `json:"ConsortiumId,omitempty" xml:"ConsortiumId,omitempty"`
	CountryName          *string `json:"CountryName,omitempty" xml:"CountryName,omitempty"`
	LocalityName         *string `json:"LocalityName,omitempty" xml:"LocalityName,omitempty"`
	OrganizationName     *string `json:"OrganizationName,omitempty" xml:"OrganizationName,omitempty"`
	OrganizationUnitName *string `json:"OrganizationUnitName,omitempty" xml:"OrganizationUnitName,omitempty"`
	Password             *string `json:"Password,omitempty" xml:"Password,omitempty"`
	StateOrProvinceName  *string `json:"StateOrProvinceName,omitempty" xml:"StateOrProvinceName,omitempty"`
}

func (ApplyAntChainCertificateWithKeyAutoCreationRequest) GoString

func (*ApplyAntChainCertificateWithKeyAutoCreationRequest) SetAntChainId

func (*ApplyAntChainCertificateWithKeyAutoCreationRequest) SetCommonName

func (*ApplyAntChainCertificateWithKeyAutoCreationRequest) SetConsortiumId

func (*ApplyAntChainCertificateWithKeyAutoCreationRequest) SetCountryName

func (*ApplyAntChainCertificateWithKeyAutoCreationRequest) SetLocalityName

func (*ApplyAntChainCertificateWithKeyAutoCreationRequest) SetOrganizationName

func (*ApplyAntChainCertificateWithKeyAutoCreationRequest) SetOrganizationUnitName

func (*ApplyAntChainCertificateWithKeyAutoCreationRequest) SetPassword

func (*ApplyAntChainCertificateWithKeyAutoCreationRequest) SetStateOrProvinceName

func (ApplyAntChainCertificateWithKeyAutoCreationRequest) String

type ApplyAntChainCertificateWithKeyAutoCreationResponse

type ApplyAntChainCertificateWithKeyAutoCreationResponse struct {
	Headers    map[string]*string                                       `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                                                   `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ApplyAntChainCertificateWithKeyAutoCreationResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ApplyAntChainCertificateWithKeyAutoCreationResponse) GoString

func (*ApplyAntChainCertificateWithKeyAutoCreationResponse) SetHeaders

func (*ApplyAntChainCertificateWithKeyAutoCreationResponse) SetStatusCode

func (ApplyAntChainCertificateWithKeyAutoCreationResponse) String

type ApplyAntChainCertificateWithKeyAutoCreationResponseBody

type ApplyAntChainCertificateWithKeyAutoCreationResponseBody struct {
	RequestId *string                                                        `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Result    *ApplyAntChainCertificateWithKeyAutoCreationResponseBodyResult `json:"Result,omitempty" xml:"Result,omitempty" type:"Struct"`
}

func (ApplyAntChainCertificateWithKeyAutoCreationResponseBody) GoString

func (*ApplyAntChainCertificateWithKeyAutoCreationResponseBody) SetRequestId

func (ApplyAntChainCertificateWithKeyAutoCreationResponseBody) String

type ApplyAntChainCertificateWithKeyAutoCreationResponseBodyResult

type ApplyAntChainCertificateWithKeyAutoCreationResponseBodyResult struct {
	DownloadPath *ApplyAntChainCertificateWithKeyAutoCreationResponseBodyResultDownloadPath `json:"DownloadPath,omitempty" xml:"DownloadPath,omitempty" type:"Struct"`
	PrivateKey   *string                                                                    `json:"PrivateKey,omitempty" xml:"PrivateKey,omitempty"`
}

func (ApplyAntChainCertificateWithKeyAutoCreationResponseBodyResult) GoString

func (*ApplyAntChainCertificateWithKeyAutoCreationResponseBodyResult) SetPrivateKey

func (ApplyAntChainCertificateWithKeyAutoCreationResponseBodyResult) String

type ApplyAntChainCertificateWithKeyAutoCreationResponseBodyResultDownloadPath

type ApplyAntChainCertificateWithKeyAutoCreationResponseBodyResultDownloadPath struct {
	CaCrtUrl     *string `json:"CaCrtUrl,omitempty" xml:"CaCrtUrl,omitempty"`
	ClientCrtUrl *string `json:"ClientCrtUrl,omitempty" xml:"ClientCrtUrl,omitempty"`
	SdkUrl       *string `json:"SdkUrl,omitempty" xml:"SdkUrl,omitempty"`
	TrustCaUrl   *string `json:"TrustCaUrl,omitempty" xml:"TrustCaUrl,omitempty"`
}

func (ApplyAntChainCertificateWithKeyAutoCreationResponseBodyResultDownloadPath) GoString

func (*ApplyAntChainCertificateWithKeyAutoCreationResponseBodyResultDownloadPath) SetCaCrtUrl

func (*ApplyAntChainCertificateWithKeyAutoCreationResponseBodyResultDownloadPath) SetClientCrtUrl

func (*ApplyAntChainCertificateWithKeyAutoCreationResponseBodyResultDownloadPath) SetSdkUrl

func (*ApplyAntChainCertificateWithKeyAutoCreationResponseBodyResultDownloadPath) SetTrustCaUrl

func (ApplyAntChainCertificateWithKeyAutoCreationResponseBodyResultDownloadPath) String

type ApproveFabricChaincodeDefinitionRequest

type ApproveFabricChaincodeDefinitionRequest struct {
	ChaincodeId        *string `json:"ChaincodeId,omitempty" xml:"ChaincodeId,omitempty"`
	ChaincodePackageId *string `json:"ChaincodePackageId,omitempty" xml:"ChaincodePackageId,omitempty"`
	Location           *string `json:"Location,omitempty" xml:"Location,omitempty"`
	OrganizationId     *string `json:"OrganizationId,omitempty" xml:"OrganizationId,omitempty"`
}

func (ApproveFabricChaincodeDefinitionRequest) GoString

func (*ApproveFabricChaincodeDefinitionRequest) SetChaincodeId

func (*ApproveFabricChaincodeDefinitionRequest) SetChaincodePackageId

func (*ApproveFabricChaincodeDefinitionRequest) SetLocation

func (*ApproveFabricChaincodeDefinitionRequest) SetOrganizationId

func (ApproveFabricChaincodeDefinitionRequest) String

type ApproveFabricChaincodeDefinitionResponse

type ApproveFabricChaincodeDefinitionResponse struct {
	Headers    map[string]*string                            `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                                        `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ApproveFabricChaincodeDefinitionResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ApproveFabricChaincodeDefinitionResponse) GoString

func (*ApproveFabricChaincodeDefinitionResponse) SetHeaders

func (*ApproveFabricChaincodeDefinitionResponse) SetStatusCode

func (ApproveFabricChaincodeDefinitionResponse) String

type ApproveFabricChaincodeDefinitionResponseBody

type ApproveFabricChaincodeDefinitionResponseBody struct {
	ErrorCode *int32       `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	Message   *string      `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId *string      `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Result    *ChaincodeVO `json:"Result,omitempty" xml:"Result,omitempty"`
	Success   *bool        `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (ApproveFabricChaincodeDefinitionResponseBody) GoString

func (*ApproveFabricChaincodeDefinitionResponseBody) SetErrorCode

func (*ApproveFabricChaincodeDefinitionResponseBody) SetMessage

func (*ApproveFabricChaincodeDefinitionResponseBody) SetRequestId

func (*ApproveFabricChaincodeDefinitionResponseBody) SetResult

func (*ApproveFabricChaincodeDefinitionResponseBody) SetSuccess

func (ApproveFabricChaincodeDefinitionResponseBody) String

type BatchAddAntChainMiniAppQRCodeAuthorizedUsersRequest

type BatchAddAntChainMiniAppQRCodeAuthorizedUsersRequest struct {
	AntChainId *string                `json:"AntChainId,omitempty" xml:"AntChainId,omitempty"`
	PhoneList  map[string]interface{} `json:"PhoneList,omitempty" xml:"PhoneList,omitempty"`
}

func (BatchAddAntChainMiniAppQRCodeAuthorizedUsersRequest) GoString

func (*BatchAddAntChainMiniAppQRCodeAuthorizedUsersRequest) SetAntChainId

func (*BatchAddAntChainMiniAppQRCodeAuthorizedUsersRequest) SetPhoneList

func (BatchAddAntChainMiniAppQRCodeAuthorizedUsersRequest) String

type BatchAddAntChainMiniAppQRCodeAuthorizedUsersResponse

type BatchAddAntChainMiniAppQRCodeAuthorizedUsersResponse struct {
	Headers    map[string]*string                                        `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                                                    `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *BatchAddAntChainMiniAppQRCodeAuthorizedUsersResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (BatchAddAntChainMiniAppQRCodeAuthorizedUsersResponse) GoString

func (*BatchAddAntChainMiniAppQRCodeAuthorizedUsersResponse) SetHeaders

func (*BatchAddAntChainMiniAppQRCodeAuthorizedUsersResponse) SetStatusCode

func (BatchAddAntChainMiniAppQRCodeAuthorizedUsersResponse) String

type BatchAddAntChainMiniAppQRCodeAuthorizedUsersResponseBody

type BatchAddAntChainMiniAppQRCodeAuthorizedUsersResponseBody struct {
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Result    *string `json:"Result,omitempty" xml:"Result,omitempty"`
}

func (BatchAddAntChainMiniAppQRCodeAuthorizedUsersResponseBody) GoString

func (*BatchAddAntChainMiniAppQRCodeAuthorizedUsersResponseBody) SetRequestId

func (*BatchAddAntChainMiniAppQRCodeAuthorizedUsersResponseBody) SetResult

func (BatchAddAntChainMiniAppQRCodeAuthorizedUsersResponseBody) String

type BatchAddAntChainMiniAppQRCodeAuthorizedUsersShrinkRequest

type BatchAddAntChainMiniAppQRCodeAuthorizedUsersShrinkRequest struct {
	AntChainId      *string `json:"AntChainId,omitempty" xml:"AntChainId,omitempty"`
	PhoneListShrink *string `json:"PhoneList,omitempty" xml:"PhoneList,omitempty"`
}

func (BatchAddAntChainMiniAppQRCodeAuthorizedUsersShrinkRequest) GoString

func (*BatchAddAntChainMiniAppQRCodeAuthorizedUsersShrinkRequest) SetAntChainId

func (*BatchAddAntChainMiniAppQRCodeAuthorizedUsersShrinkRequest) SetPhoneListShrink

func (BatchAddAntChainMiniAppQRCodeAuthorizedUsersShrinkRequest) String

type ChaincodePackage

type ChaincodePackage struct {
	ChaincodePackageId *string `json:"ChaincodePackageId,omitempty" xml:"ChaincodePackageId,omitempty"`
	Checksum           *string `json:"Checksum,omitempty" xml:"Checksum,omitempty"`
	DeleteTime         *string `json:"DeleteTime,omitempty" xml:"DeleteTime,omitempty"`
	Deleted            *bool   `json:"Deleted,omitempty" xml:"Deleted,omitempty"`
	InstallTime        *string `json:"InstallTime,omitempty" xml:"InstallTime,omitempty"`
	Label              *string `json:"Label,omitempty" xml:"Label,omitempty"`
	Md5sum             *string `json:"Md5sum,omitempty" xml:"Md5sum,omitempty"`
	Message            *string `json:"Message,omitempty" xml:"Message,omitempty"`
	OrganizationId     *string `json:"OrganizationId,omitempty" xml:"OrganizationId,omitempty"`
	OssURL             *string `json:"OssURL,omitempty" xml:"OssURL,omitempty"`
	ProviderBid        *string `json:"ProviderBid,omitempty" xml:"ProviderBid,omitempty"`
	ProviderUid        *string `json:"ProviderUid,omitempty" xml:"ProviderUid,omitempty"`
	State              *string `json:"State,omitempty" xml:"State,omitempty"`
	Type               *int32  `json:"Type,omitempty" xml:"Type,omitempty"`
	TypeName           *string `json:"TypeName,omitempty" xml:"TypeName,omitempty"`
	UploadTime         *string `json:"UploadTime,omitempty" xml:"UploadTime,omitempty"`
}

func (ChaincodePackage) GoString

func (s ChaincodePackage) GoString() string

func (*ChaincodePackage) SetChaincodePackageId

func (s *ChaincodePackage) SetChaincodePackageId(v string) *ChaincodePackage

func (*ChaincodePackage) SetChecksum

func (s *ChaincodePackage) SetChecksum(v string) *ChaincodePackage

func (*ChaincodePackage) SetDeleteTime

func (s *ChaincodePackage) SetDeleteTime(v string) *ChaincodePackage

func (*ChaincodePackage) SetDeleted

func (s *ChaincodePackage) SetDeleted(v bool) *ChaincodePackage

func (*ChaincodePackage) SetInstallTime

func (s *ChaincodePackage) SetInstallTime(v string) *ChaincodePackage

func (*ChaincodePackage) SetLabel

func (s *ChaincodePackage) SetLabel(v string) *ChaincodePackage

func (*ChaincodePackage) SetMd5sum

func (s *ChaincodePackage) SetMd5sum(v string) *ChaincodePackage

func (*ChaincodePackage) SetMessage

func (s *ChaincodePackage) SetMessage(v string) *ChaincodePackage

func (*ChaincodePackage) SetOrganizationId

func (s *ChaincodePackage) SetOrganizationId(v string) *ChaincodePackage

func (*ChaincodePackage) SetOssURL

func (s *ChaincodePackage) SetOssURL(v string) *ChaincodePackage

func (*ChaincodePackage) SetProviderBid

func (s *ChaincodePackage) SetProviderBid(v string) *ChaincodePackage

func (*ChaincodePackage) SetProviderUid

func (s *ChaincodePackage) SetProviderUid(v string) *ChaincodePackage

func (*ChaincodePackage) SetState

func (s *ChaincodePackage) SetState(v string) *ChaincodePackage

func (*ChaincodePackage) SetType

func (s *ChaincodePackage) SetType(v int32) *ChaincodePackage

func (*ChaincodePackage) SetTypeName

func (s *ChaincodePackage) SetTypeName(v string) *ChaincodePackage

func (*ChaincodePackage) SetUploadTime

func (s *ChaincodePackage) SetUploadTime(v string) *ChaincodePackage

func (ChaincodePackage) String

func (s ChaincodePackage) String() string

type ChaincodeVO

type ChaincodeVO struct {
	ChaincodeDefinitionId *string `json:"ChaincodeDefinitionId,omitempty" xml:"ChaincodeDefinitionId,omitempty"`
	ChaincodeId           *string `json:"ChaincodeId,omitempty" xml:"ChaincodeId,omitempty"`
	ChaincodePackageId    *string `json:"ChaincodePackageId,omitempty" xml:"ChaincodePackageId,omitempty"`
	ChannelId             *string `json:"ChannelId,omitempty" xml:"ChannelId,omitempty"`
	ChannelName           *string `json:"ChannelName,omitempty" xml:"ChannelName,omitempty"`
	ConsortiumId          *string `json:"ConsortiumId,omitempty" xml:"ConsortiumId,omitempty"`
	CreateTime            *string `json:"CreateTime,omitempty" xml:"CreateTime,omitempty"`
	DeployTime            *string `json:"DeployTime,omitempty" xml:"DeployTime,omitempty"`
	EndorsePolicy         *string `json:"EndorsePolicy,omitempty" xml:"EndorsePolicy,omitempty"`
	InitRequired          *bool   `json:"InitRequired,omitempty" xml:"InitRequired,omitempty"`
	Input                 *string `json:"Input,omitempty" xml:"Input,omitempty"`
	Install               *bool   `json:"Install,omitempty" xml:"Install,omitempty"`
	Management            *bool   `json:"Management,omitempty" xml:"Management,omitempty"`
	Message               *string `json:"Message,omitempty" xml:"Message,omitempty"`
	Name                  *string `json:"Name,omitempty" xml:"Name,omitempty"`
	Path                  *string `json:"Path,omitempty" xml:"Path,omitempty"`
	ProviderId            *string `json:"ProviderId,omitempty" xml:"ProviderId,omitempty"`
	ProviderName          *string `json:"ProviderName,omitempty" xml:"ProviderName,omitempty"`
	State                 *string `json:"State,omitempty" xml:"State,omitempty"`
	Type                  *int32  `json:"Type,omitempty" xml:"Type,omitempty"`
	Version               *string `json:"Version,omitempty" xml:"Version,omitempty"`
}

func (ChaincodeVO) GoString

func (s ChaincodeVO) GoString() string

func (*ChaincodeVO) SetChaincodeDefinitionId

func (s *ChaincodeVO) SetChaincodeDefinitionId(v string) *ChaincodeVO

func (*ChaincodeVO) SetChaincodeId

func (s *ChaincodeVO) SetChaincodeId(v string) *ChaincodeVO

func (*ChaincodeVO) SetChaincodePackageId

func (s *ChaincodeVO) SetChaincodePackageId(v string) *ChaincodeVO

func (*ChaincodeVO) SetChannelId

func (s *ChaincodeVO) SetChannelId(v string) *ChaincodeVO

func (*ChaincodeVO) SetChannelName

func (s *ChaincodeVO) SetChannelName(v string) *ChaincodeVO

func (*ChaincodeVO) SetConsortiumId

func (s *ChaincodeVO) SetConsortiumId(v string) *ChaincodeVO

func (*ChaincodeVO) SetCreateTime

func (s *ChaincodeVO) SetCreateTime(v string) *ChaincodeVO

func (*ChaincodeVO) SetDeployTime

func (s *ChaincodeVO) SetDeployTime(v string) *ChaincodeVO

func (*ChaincodeVO) SetEndorsePolicy

func (s *ChaincodeVO) SetEndorsePolicy(v string) *ChaincodeVO

func (*ChaincodeVO) SetInitRequired

func (s *ChaincodeVO) SetInitRequired(v bool) *ChaincodeVO

func (*ChaincodeVO) SetInput

func (s *ChaincodeVO) SetInput(v string) *ChaincodeVO

func (*ChaincodeVO) SetInstall

func (s *ChaincodeVO) SetInstall(v bool) *ChaincodeVO

func (*ChaincodeVO) SetManagement

func (s *ChaincodeVO) SetManagement(v bool) *ChaincodeVO

func (*ChaincodeVO) SetMessage

func (s *ChaincodeVO) SetMessage(v string) *ChaincodeVO

func (*ChaincodeVO) SetName

func (s *ChaincodeVO) SetName(v string) *ChaincodeVO

func (*ChaincodeVO) SetPath

func (s *ChaincodeVO) SetPath(v string) *ChaincodeVO

func (*ChaincodeVO) SetProviderId

func (s *ChaincodeVO) SetProviderId(v string) *ChaincodeVO

func (*ChaincodeVO) SetProviderName

func (s *ChaincodeVO) SetProviderName(v string) *ChaincodeVO

func (*ChaincodeVO) SetState

func (s *ChaincodeVO) SetState(v string) *ChaincodeVO

func (*ChaincodeVO) SetType

func (s *ChaincodeVO) SetType(v int32) *ChaincodeVO

func (*ChaincodeVO) SetVersion

func (s *ChaincodeVO) SetVersion(v string) *ChaincodeVO

func (ChaincodeVO) String

func (s ChaincodeVO) String() string

type CheckFabricConsortiumDomainRequest

type CheckFabricConsortiumDomainRequest struct {
	DomainCode *string `json:"DomainCode,omitempty" xml:"DomainCode,omitempty"`
}

func (CheckFabricConsortiumDomainRequest) GoString

func (*CheckFabricConsortiumDomainRequest) SetDomainCode

func (CheckFabricConsortiumDomainRequest) String

type CheckFabricConsortiumDomainResponse

type CheckFabricConsortiumDomainResponse struct {
	Headers    map[string]*string                       `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                                   `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *CheckFabricConsortiumDomainResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (CheckFabricConsortiumDomainResponse) GoString

func (*CheckFabricConsortiumDomainResponse) SetHeaders

func (*CheckFabricConsortiumDomainResponse) SetStatusCode

func (CheckFabricConsortiumDomainResponse) String

type CheckFabricConsortiumDomainResponseBody

type CheckFabricConsortiumDomainResponseBody struct {
	ErrorCode *int32                                         `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	RequestId *string                                        `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Result    *CheckFabricConsortiumDomainResponseBodyResult `json:"Result,omitempty" xml:"Result,omitempty" type:"Struct"`
	Success   *bool                                          `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (CheckFabricConsortiumDomainResponseBody) GoString

func (*CheckFabricConsortiumDomainResponseBody) SetErrorCode

func (*CheckFabricConsortiumDomainResponseBody) SetRequestId

func (*CheckFabricConsortiumDomainResponseBody) SetSuccess

func (CheckFabricConsortiumDomainResponseBody) String

type CheckFabricConsortiumDomainResponseBodyResult

type CheckFabricConsortiumDomainResponseBodyResult struct {
	Domain *string `json:"Domain,omitempty" xml:"Domain,omitempty"`
	Prompt *string `json:"Prompt,omitempty" xml:"Prompt,omitempty"`
	Valid  *bool   `json:"Valid,omitempty" xml:"Valid,omitempty"`
}

func (CheckFabricConsortiumDomainResponseBodyResult) GoString

func (*CheckFabricConsortiumDomainResponseBodyResult) SetDomain

func (*CheckFabricConsortiumDomainResponseBodyResult) SetPrompt

func (*CheckFabricConsortiumDomainResponseBodyResult) SetValid

func (CheckFabricConsortiumDomainResponseBodyResult) String

type CheckFabricOrganizationDomainRequest

type CheckFabricOrganizationDomainRequest struct {
	Domain     *string `json:"Domain,omitempty" xml:"Domain,omitempty"`
	DomainCode *string `json:"DomainCode,omitempty" xml:"DomainCode,omitempty"`
}

func (CheckFabricOrganizationDomainRequest) GoString

func (*CheckFabricOrganizationDomainRequest) SetDomain

func (*CheckFabricOrganizationDomainRequest) SetDomainCode

func (CheckFabricOrganizationDomainRequest) String

type CheckFabricOrganizationDomainResponse

type CheckFabricOrganizationDomainResponse struct {
	Headers    map[string]*string                         `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                                     `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *CheckFabricOrganizationDomainResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (CheckFabricOrganizationDomainResponse) GoString

func (*CheckFabricOrganizationDomainResponse) SetHeaders

func (*CheckFabricOrganizationDomainResponse) SetStatusCode

func (CheckFabricOrganizationDomainResponse) String

type CheckFabricOrganizationDomainResponseBody

type CheckFabricOrganizationDomainResponseBody struct {
	ErrorCode *int32                                           `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	RequestId *string                                          `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Result    *CheckFabricOrganizationDomainResponseBodyResult `json:"Result,omitempty" xml:"Result,omitempty" type:"Struct"`
	Success   *bool                                            `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (CheckFabricOrganizationDomainResponseBody) GoString

func (*CheckFabricOrganizationDomainResponseBody) SetErrorCode

func (*CheckFabricOrganizationDomainResponseBody) SetRequestId

func (*CheckFabricOrganizationDomainResponseBody) SetSuccess

func (CheckFabricOrganizationDomainResponseBody) String

type CheckFabricOrganizationDomainResponseBodyResult

type CheckFabricOrganizationDomainResponseBodyResult struct {
	Domain *string `json:"Domain,omitempty" xml:"Domain,omitempty"`
	Prompt *string `json:"Prompt,omitempty" xml:"Prompt,omitempty"`
	Valid  *bool   `json:"Valid,omitempty" xml:"Valid,omitempty"`
}

func (CheckFabricOrganizationDomainResponseBodyResult) GoString

func (*CheckFabricOrganizationDomainResponseBodyResult) SetDomain

func (*CheckFabricOrganizationDomainResponseBodyResult) SetPrompt

func (*CheckFabricOrganizationDomainResponseBodyResult) SetValid

func (CheckFabricOrganizationDomainResponseBodyResult) String

type Client

type Client struct {
	openapi.Client
}

func NewClient

func NewClient(config *openapi.Config) (*Client, error)

func (*Client) AcceptFabricInvitation

func (client *Client) AcceptFabricInvitation(request *AcceptFabricInvitationRequest) (_result *AcceptFabricInvitationResponse, _err error)

func (*Client) AcceptFabricInvitationWithOptions

func (client *Client) AcceptFabricInvitationWithOptions(request *AcceptFabricInvitationRequest, runtime *util.RuntimeOptions) (_result *AcceptFabricInvitationResponse, _err error)

func (*Client) ApplyAntChainCertificate

func (client *Client) ApplyAntChainCertificate(request *ApplyAntChainCertificateRequest) (_result *ApplyAntChainCertificateResponse, _err error)

func (*Client) ApplyAntChainCertificateWithKeyAutoCreation

func (client *Client) ApplyAntChainCertificateWithKeyAutoCreation(request *ApplyAntChainCertificateWithKeyAutoCreationRequest) (_result *ApplyAntChainCertificateWithKeyAutoCreationResponse, _err error)

func (*Client) ApplyAntChainCertificateWithKeyAutoCreationWithOptions

func (client *Client) ApplyAntChainCertificateWithKeyAutoCreationWithOptions(request *ApplyAntChainCertificateWithKeyAutoCreationRequest, runtime *util.RuntimeOptions) (_result *ApplyAntChainCertificateWithKeyAutoCreationResponse, _err error)

func (*Client) ApplyAntChainCertificateWithOptions

func (client *Client) ApplyAntChainCertificateWithOptions(request *ApplyAntChainCertificateRequest, runtime *util.RuntimeOptions) (_result *ApplyAntChainCertificateResponse, _err error)

func (*Client) ApproveFabricChaincodeDefinition

func (client *Client) ApproveFabricChaincodeDefinition(request *ApproveFabricChaincodeDefinitionRequest) (_result *ApproveFabricChaincodeDefinitionResponse, _err error)

func (*Client) ApproveFabricChaincodeDefinitionWithOptions

func (client *Client) ApproveFabricChaincodeDefinitionWithOptions(request *ApproveFabricChaincodeDefinitionRequest, runtime *util.RuntimeOptions) (_result *ApproveFabricChaincodeDefinitionResponse, _err error)

func (*Client) BatchAddAntChainMiniAppQRCodeAuthorizedUsers

func (client *Client) BatchAddAntChainMiniAppQRCodeAuthorizedUsers(request *BatchAddAntChainMiniAppQRCodeAuthorizedUsersRequest) (_result *BatchAddAntChainMiniAppQRCodeAuthorizedUsersResponse, _err error)

func (*Client) BatchAddAntChainMiniAppQRCodeAuthorizedUsersWithOptions

func (client *Client) BatchAddAntChainMiniAppQRCodeAuthorizedUsersWithOptions(tmpReq *BatchAddAntChainMiniAppQRCodeAuthorizedUsersRequest, runtime *util.RuntimeOptions) (_result *BatchAddAntChainMiniAppQRCodeAuthorizedUsersResponse, _err error)

func (*Client) CheckFabricConsortiumDomain

func (client *Client) CheckFabricConsortiumDomain(request *CheckFabricConsortiumDomainRequest) (_result *CheckFabricConsortiumDomainResponse, _err error)

func (*Client) CheckFabricConsortiumDomainWithOptions

func (client *Client) CheckFabricConsortiumDomainWithOptions(request *CheckFabricConsortiumDomainRequest, runtime *util.RuntimeOptions) (_result *CheckFabricConsortiumDomainResponse, _err error)

func (*Client) CheckFabricOrganizationDomain

func (client *Client) CheckFabricOrganizationDomain(request *CheckFabricOrganizationDomainRequest) (_result *CheckFabricOrganizationDomainResponse, _err error)

func (*Client) CheckFabricOrganizationDomainWithOptions

func (client *Client) CheckFabricOrganizationDomainWithOptions(request *CheckFabricOrganizationDomainRequest, runtime *util.RuntimeOptions) (_result *CheckFabricOrganizationDomainResponse, _err error)

func (*Client) ConfirmFabricConsortiumMember

func (client *Client) ConfirmFabricConsortiumMember(request *ConfirmFabricConsortiumMemberRequest) (_result *ConfirmFabricConsortiumMemberResponse, _err error)

func (*Client) ConfirmFabricConsortiumMemberWithOptions

func (client *Client) ConfirmFabricConsortiumMemberWithOptions(request *ConfirmFabricConsortiumMemberRequest, runtime *util.RuntimeOptions) (_result *ConfirmFabricConsortiumMemberResponse, _err error)

func (*Client) CopyAntChainContractProject

func (client *Client) CopyAntChainContractProject(request *CopyAntChainContractProjectRequest) (_result *CopyAntChainContractProjectResponse, _err error)

func (*Client) CopyAntChainContractProjectWithOptions

func (client *Client) CopyAntChainContractProjectWithOptions(request *CopyAntChainContractProjectRequest, runtime *util.RuntimeOptions) (_result *CopyAntChainContractProjectResponse, _err error)

func (*Client) CreateAntChainAccount

func (client *Client) CreateAntChainAccount(request *CreateAntChainAccountRequest) (_result *CreateAntChainAccountResponse, _err error)

func (*Client) CreateAntChainAccountWithKeyPairAutoCreation

func (client *Client) CreateAntChainAccountWithKeyPairAutoCreation(request *CreateAntChainAccountWithKeyPairAutoCreationRequest) (_result *CreateAntChainAccountWithKeyPairAutoCreationResponse, _err error)

func (*Client) CreateAntChainAccountWithKeyPairAutoCreationWithOptions

func (client *Client) CreateAntChainAccountWithKeyPairAutoCreationWithOptions(request *CreateAntChainAccountWithKeyPairAutoCreationRequest, runtime *util.RuntimeOptions) (_result *CreateAntChainAccountWithKeyPairAutoCreationResponse, _err error)

func (*Client) CreateAntChainAccountWithOptions

func (client *Client) CreateAntChainAccountWithOptions(request *CreateAntChainAccountRequest, runtime *util.RuntimeOptions) (_result *CreateAntChainAccountResponse, _err error)

func (*Client) CreateAntChainConsortium

func (client *Client) CreateAntChainConsortium(request *CreateAntChainConsortiumRequest) (_result *CreateAntChainConsortiumResponse, _err error)

func (*Client) CreateAntChainConsortiumWithOptions

func (client *Client) CreateAntChainConsortiumWithOptions(request *CreateAntChainConsortiumRequest, runtime *util.RuntimeOptions) (_result *CreateAntChainConsortiumResponse, _err error)

func (*Client) CreateAntChainContractContent

func (client *Client) CreateAntChainContractContent(request *CreateAntChainContractContentRequest) (_result *CreateAntChainContractContentResponse, _err error)

func (*Client) CreateAntChainContractContentWithOptions

func (client *Client) CreateAntChainContractContentWithOptions(request *CreateAntChainContractContentRequest, runtime *util.RuntimeOptions) (_result *CreateAntChainContractContentResponse, _err error)

func (*Client) CreateAntChainContractProject

func (client *Client) CreateAntChainContractProject(request *CreateAntChainContractProjectRequest) (_result *CreateAntChainContractProjectResponse, _err error)

func (*Client) CreateAntChainContractProjectWithOptions

func (client *Client) CreateAntChainContractProjectWithOptions(request *CreateAntChainContractProjectRequest, runtime *util.RuntimeOptions) (_result *CreateAntChainContractProjectResponse, _err error)

func (*Client) CreateAntChainKmsAccountNew

func (client *Client) CreateAntChainKmsAccountNew(request *CreateAntChainKmsAccountNewRequest) (_result *CreateAntChainKmsAccountNewResponse, _err error)

func (*Client) CreateAntChainKmsAccountNewWithOptions

func (client *Client) CreateAntChainKmsAccountNewWithOptions(request *CreateAntChainKmsAccountNewRequest, runtime *util.RuntimeOptions) (_result *CreateAntChainKmsAccountNewResponse, _err error)

func (*Client) CreateFabricChaincode

func (client *Client) CreateFabricChaincode(request *CreateFabricChaincodeRequest) (_result *CreateFabricChaincodeResponse, _err error)

func (*Client) CreateFabricChaincodePackage

func (client *Client) CreateFabricChaincodePackage(request *CreateFabricChaincodePackageRequest) (_result *CreateFabricChaincodePackageResponse, _err error)

func (*Client) CreateFabricChaincodePackageWithOptions

func (client *Client) CreateFabricChaincodePackageWithOptions(request *CreateFabricChaincodePackageRequest, runtime *util.RuntimeOptions) (_result *CreateFabricChaincodePackageResponse, _err error)

func (*Client) CreateFabricChaincodeWithOptions

func (client *Client) CreateFabricChaincodeWithOptions(request *CreateFabricChaincodeRequest, runtime *util.RuntimeOptions) (_result *CreateFabricChaincodeResponse, _err error)

func (*Client) CreateFabricChannel

func (client *Client) CreateFabricChannel(request *CreateFabricChannelRequest) (_result *CreateFabricChannelResponse, _err error)

func (*Client) CreateFabricChannelMember

func (client *Client) CreateFabricChannelMember(request *CreateFabricChannelMemberRequest) (_result *CreateFabricChannelMemberResponse, _err error)

func (*Client) CreateFabricChannelMemberWithOptions

func (client *Client) CreateFabricChannelMemberWithOptions(request *CreateFabricChannelMemberRequest, runtime *util.RuntimeOptions) (_result *CreateFabricChannelMemberResponse, _err error)

func (*Client) CreateFabricChannelWithOptions

func (client *Client) CreateFabricChannelWithOptions(request *CreateFabricChannelRequest, runtime *util.RuntimeOptions) (_result *CreateFabricChannelResponse, _err error)

func (*Client) CreateFabricConsortium

func (client *Client) CreateFabricConsortium(request *CreateFabricConsortiumRequest) (_result *CreateFabricConsortiumResponse, _err error)

func (*Client) CreateFabricConsortiumMember

func (client *Client) CreateFabricConsortiumMember(request *CreateFabricConsortiumMemberRequest) (_result *CreateFabricConsortiumMemberResponse, _err error)

func (*Client) CreateFabricConsortiumMemberWithOptions

func (client *Client) CreateFabricConsortiumMemberWithOptions(request *CreateFabricConsortiumMemberRequest, runtime *util.RuntimeOptions) (_result *CreateFabricConsortiumMemberResponse, _err error)

func (*Client) CreateFabricConsortiumWithOptions

func (client *Client) CreateFabricConsortiumWithOptions(request *CreateFabricConsortiumRequest, runtime *util.RuntimeOptions) (_result *CreateFabricConsortiumResponse, _err error)

func (*Client) CreateFabricOrganization

func (client *Client) CreateFabricOrganization(request *CreateFabricOrganizationRequest) (_result *CreateFabricOrganizationResponse, _err error)

func (*Client) CreateFabricOrganizationUser

func (client *Client) CreateFabricOrganizationUser(request *CreateFabricOrganizationUserRequest) (_result *CreateFabricOrganizationUserResponse, _err error)

func (*Client) CreateFabricOrganizationUserWithOptions

func (client *Client) CreateFabricOrganizationUserWithOptions(request *CreateFabricOrganizationUserRequest, runtime *util.RuntimeOptions) (_result *CreateFabricOrganizationUserResponse, _err error)

func (*Client) CreateFabricOrganizationWithOptions

func (client *Client) CreateFabricOrganizationWithOptions(request *CreateFabricOrganizationRequest, runtime *util.RuntimeOptions) (_result *CreateFabricOrganizationResponse, _err error)

func (*Client) DeleteAntChainConsortium

func (client *Client) DeleteAntChainConsortium(request *DeleteAntChainConsortiumRequest) (_result *DeleteAntChainConsortiumResponse, _err error)

func (*Client) DeleteAntChainConsortiumWithOptions

func (client *Client) DeleteAntChainConsortiumWithOptions(request *DeleteAntChainConsortiumRequest, runtime *util.RuntimeOptions) (_result *DeleteAntChainConsortiumResponse, _err error)

func (*Client) DeleteAntChainContractContent

func (client *Client) DeleteAntChainContractContent(request *DeleteAntChainContractContentRequest) (_result *DeleteAntChainContractContentResponse, _err error)

func (*Client) DeleteAntChainContractContentWithOptions

func (client *Client) DeleteAntChainContractContentWithOptions(request *DeleteAntChainContractContentRequest, runtime *util.RuntimeOptions) (_result *DeleteAntChainContractContentResponse, _err error)

func (*Client) DeleteAntChainContractProject

func (client *Client) DeleteAntChainContractProject(request *DeleteAntChainContractProjectRequest) (_result *DeleteAntChainContractProjectResponse, _err error)

func (*Client) DeleteAntChainContractProjectWithOptions

func (client *Client) DeleteAntChainContractProjectWithOptions(request *DeleteAntChainContractProjectRequest, runtime *util.RuntimeOptions) (_result *DeleteAntChainContractProjectResponse, _err error)

func (*Client) DeleteAntChainMiniAppQRCodeAuthorizedUser

func (client *Client) DeleteAntChainMiniAppQRCodeAuthorizedUser(request *DeleteAntChainMiniAppQRCodeAuthorizedUserRequest) (_result *DeleteAntChainMiniAppQRCodeAuthorizedUserResponse, _err error)

func (*Client) DeleteAntChainMiniAppQRCodeAuthorizedUserWithOptions

func (client *Client) DeleteAntChainMiniAppQRCodeAuthorizedUserWithOptions(request *DeleteAntChainMiniAppQRCodeAuthorizedUserRequest, runtime *util.RuntimeOptions) (_result *DeleteAntChainMiniAppQRCodeAuthorizedUserResponse, _err error)

func (*Client) DeleteFabricChaincode

func (client *Client) DeleteFabricChaincode(request *DeleteFabricChaincodeRequest) (_result *DeleteFabricChaincodeResponse, _err error)

func (*Client) DeleteFabricChaincodeWithOptions

func (client *Client) DeleteFabricChaincodeWithOptions(request *DeleteFabricChaincodeRequest, runtime *util.RuntimeOptions) (_result *DeleteFabricChaincodeResponse, _err error)

func (*Client) DescribeAntChainAccounts

func (client *Client) DescribeAntChainAccounts(request *DescribeAntChainAccountsRequest) (_result *DescribeAntChainAccountsResponse, _err error)

func (*Client) DescribeAntChainAccountsV2

func (client *Client) DescribeAntChainAccountsV2(request *DescribeAntChainAccountsV2Request) (_result *DescribeAntChainAccountsV2Response, _err error)

func (*Client) DescribeAntChainAccountsV2WithOptions

func (client *Client) DescribeAntChainAccountsV2WithOptions(request *DescribeAntChainAccountsV2Request, runtime *util.RuntimeOptions) (_result *DescribeAntChainAccountsV2Response, _err error)

func (*Client) DescribeAntChainAccountsWithOptions

func (client *Client) DescribeAntChainAccountsWithOptions(request *DescribeAntChainAccountsRequest, runtime *util.RuntimeOptions) (_result *DescribeAntChainAccountsResponse, _err error)

func (*Client) DescribeAntChainBlock

func (client *Client) DescribeAntChainBlock(request *DescribeAntChainBlockRequest) (_result *DescribeAntChainBlockResponse, _err error)

func (*Client) DescribeAntChainBlockV2

func (client *Client) DescribeAntChainBlockV2(request *DescribeAntChainBlockV2Request) (_result *DescribeAntChainBlockV2Response, _err error)

func (*Client) DescribeAntChainBlockV2WithOptions

func (client *Client) DescribeAntChainBlockV2WithOptions(request *DescribeAntChainBlockV2Request, runtime *util.RuntimeOptions) (_result *DescribeAntChainBlockV2Response, _err error)

func (*Client) DescribeAntChainBlockWithOptions

func (client *Client) DescribeAntChainBlockWithOptions(request *DescribeAntChainBlockRequest, runtime *util.RuntimeOptions) (_result *DescribeAntChainBlockResponse, _err error)

func (*Client) DescribeAntChainCertificateApplications

func (client *Client) DescribeAntChainCertificateApplications(request *DescribeAntChainCertificateApplicationsRequest) (_result *DescribeAntChainCertificateApplicationsResponse, _err error)

func (*Client) DescribeAntChainCertificateApplicationsV2

func (client *Client) DescribeAntChainCertificateApplicationsV2(request *DescribeAntChainCertificateApplicationsV2Request) (_result *DescribeAntChainCertificateApplicationsV2Response, _err error)

func (*Client) DescribeAntChainCertificateApplicationsV2WithOptions

func (client *Client) DescribeAntChainCertificateApplicationsV2WithOptions(request *DescribeAntChainCertificateApplicationsV2Request, runtime *util.RuntimeOptions) (_result *DescribeAntChainCertificateApplicationsV2Response, _err error)

func (*Client) DescribeAntChainCertificateApplicationsWithOptions

func (client *Client) DescribeAntChainCertificateApplicationsWithOptions(request *DescribeAntChainCertificateApplicationsRequest, runtime *util.RuntimeOptions) (_result *DescribeAntChainCertificateApplicationsResponse, _err error)

func (*Client) DescribeAntChainConsortiums

func (client *Client) DescribeAntChainConsortiums(request *DescribeAntChainConsortiumsRequest) (_result *DescribeAntChainConsortiumsResponse, _err error)

func (*Client) DescribeAntChainConsortiumsV2

func (client *Client) DescribeAntChainConsortiumsV2(request *DescribeAntChainConsortiumsV2Request) (_result *DescribeAntChainConsortiumsV2Response, _err error)

func (*Client) DescribeAntChainConsortiumsV2WithOptions

func (client *Client) DescribeAntChainConsortiumsV2WithOptions(request *DescribeAntChainConsortiumsV2Request, runtime *util.RuntimeOptions) (_result *DescribeAntChainConsortiumsV2Response, _err error)

func (*Client) DescribeAntChainConsortiumsWithOptions

func (client *Client) DescribeAntChainConsortiumsWithOptions(request *DescribeAntChainConsortiumsRequest, runtime *util.RuntimeOptions) (_result *DescribeAntChainConsortiumsResponse, _err error)

func (*Client) DescribeAntChainContractProjectContentTree

func (client *Client) DescribeAntChainContractProjectContentTree(request *DescribeAntChainContractProjectContentTreeRequest) (_result *DescribeAntChainContractProjectContentTreeResponse, _err error)

func (*Client) DescribeAntChainContractProjectContentTreeV2

func (client *Client) DescribeAntChainContractProjectContentTreeV2(request *DescribeAntChainContractProjectContentTreeV2Request) (_result *DescribeAntChainContractProjectContentTreeV2Response, _err error)

func (*Client) DescribeAntChainContractProjectContentTreeV2WithOptions

func (client *Client) DescribeAntChainContractProjectContentTreeV2WithOptions(request *DescribeAntChainContractProjectContentTreeV2Request, runtime *util.RuntimeOptions) (_result *DescribeAntChainContractProjectContentTreeV2Response, _err error)

func (*Client) DescribeAntChainContractProjectContentTreeWithOptions

func (client *Client) DescribeAntChainContractProjectContentTreeWithOptions(request *DescribeAntChainContractProjectContentTreeRequest, runtime *util.RuntimeOptions) (_result *DescribeAntChainContractProjectContentTreeResponse, _err error)

func (*Client) DescribeAntChainContractProjects

func (client *Client) DescribeAntChainContractProjects(request *DescribeAntChainContractProjectsRequest) (_result *DescribeAntChainContractProjectsResponse, _err error)

func (*Client) DescribeAntChainContractProjectsV2

func (client *Client) DescribeAntChainContractProjectsV2(request *DescribeAntChainContractProjectsV2Request) (_result *DescribeAntChainContractProjectsV2Response, _err error)

func (*Client) DescribeAntChainContractProjectsV2WithOptions

func (client *Client) DescribeAntChainContractProjectsV2WithOptions(request *DescribeAntChainContractProjectsV2Request, runtime *util.RuntimeOptions) (_result *DescribeAntChainContractProjectsV2Response, _err error)

func (*Client) DescribeAntChainContractProjectsWithOptions

func (client *Client) DescribeAntChainContractProjectsWithOptions(request *DescribeAntChainContractProjectsRequest, runtime *util.RuntimeOptions) (_result *DescribeAntChainContractProjectsResponse, _err error)

func (*Client) DescribeAntChainDownloadPaths

func (client *Client) DescribeAntChainDownloadPaths(request *DescribeAntChainDownloadPathsRequest) (_result *DescribeAntChainDownloadPathsResponse, _err error)

func (*Client) DescribeAntChainDownloadPathsV2

func (client *Client) DescribeAntChainDownloadPathsV2(request *DescribeAntChainDownloadPathsV2Request) (_result *DescribeAntChainDownloadPathsV2Response, _err error)

func (*Client) DescribeAntChainDownloadPathsV2WithOptions

func (client *Client) DescribeAntChainDownloadPathsV2WithOptions(request *DescribeAntChainDownloadPathsV2Request, runtime *util.RuntimeOptions) (_result *DescribeAntChainDownloadPathsV2Response, _err error)

func (*Client) DescribeAntChainDownloadPathsWithOptions

func (client *Client) DescribeAntChainDownloadPathsWithOptions(request *DescribeAntChainDownloadPathsRequest, runtime *util.RuntimeOptions) (_result *DescribeAntChainDownloadPathsResponse, _err error)

func (*Client) DescribeAntChainInformation

func (client *Client) DescribeAntChainInformation(request *DescribeAntChainInformationRequest) (_result *DescribeAntChainInformationResponse, _err error)

func (*Client) DescribeAntChainInformationV2

func (client *Client) DescribeAntChainInformationV2(request *DescribeAntChainInformationV2Request) (_result *DescribeAntChainInformationV2Response, _err error)

func (*Client) DescribeAntChainInformationV2WithOptions

func (client *Client) DescribeAntChainInformationV2WithOptions(request *DescribeAntChainInformationV2Request, runtime *util.RuntimeOptions) (_result *DescribeAntChainInformationV2Response, _err error)

func (*Client) DescribeAntChainInformationWithOptions

func (client *Client) DescribeAntChainInformationWithOptions(request *DescribeAntChainInformationRequest, runtime *util.RuntimeOptions) (_result *DescribeAntChainInformationResponse, _err error)

func (*Client) DescribeAntChainLatestBlocks

func (client *Client) DescribeAntChainLatestBlocks(request *DescribeAntChainLatestBlocksRequest) (_result *DescribeAntChainLatestBlocksResponse, _err error)

func (*Client) DescribeAntChainLatestBlocksV2

func (client *Client) DescribeAntChainLatestBlocksV2(request *DescribeAntChainLatestBlocksV2Request) (_result *DescribeAntChainLatestBlocksV2Response, _err error)

func (*Client) DescribeAntChainLatestBlocksV2WithOptions

func (client *Client) DescribeAntChainLatestBlocksV2WithOptions(request *DescribeAntChainLatestBlocksV2Request, runtime *util.RuntimeOptions) (_result *DescribeAntChainLatestBlocksV2Response, _err error)

func (*Client) DescribeAntChainLatestBlocksWithOptions

func (client *Client) DescribeAntChainLatestBlocksWithOptions(request *DescribeAntChainLatestBlocksRequest, runtime *util.RuntimeOptions) (_result *DescribeAntChainLatestBlocksResponse, _err error)

func (*Client) DescribeAntChainLatestTransactionDigests

func (client *Client) DescribeAntChainLatestTransactionDigests(request *DescribeAntChainLatestTransactionDigestsRequest) (_result *DescribeAntChainLatestTransactionDigestsResponse, _err error)

func (*Client) DescribeAntChainLatestTransactionDigestsV2

func (client *Client) DescribeAntChainLatestTransactionDigestsV2(request *DescribeAntChainLatestTransactionDigestsV2Request) (_result *DescribeAntChainLatestTransactionDigestsV2Response, _err error)

func (*Client) DescribeAntChainLatestTransactionDigestsV2WithOptions

func (client *Client) DescribeAntChainLatestTransactionDigestsV2WithOptions(request *DescribeAntChainLatestTransactionDigestsV2Request, runtime *util.RuntimeOptions) (_result *DescribeAntChainLatestTransactionDigestsV2Response, _err error)

func (*Client) DescribeAntChainLatestTransactionDigestsWithOptions

func (client *Client) DescribeAntChainLatestTransactionDigestsWithOptions(request *DescribeAntChainLatestTransactionDigestsRequest, runtime *util.RuntimeOptions) (_result *DescribeAntChainLatestTransactionDigestsResponse, _err error)

func (*Client) DescribeAntChainMembers

func (client *Client) DescribeAntChainMembers(request *DescribeAntChainMembersRequest) (_result *DescribeAntChainMembersResponse, _err error)

func (*Client) DescribeAntChainMembersV2

func (client *Client) DescribeAntChainMembersV2(request *DescribeAntChainMembersV2Request) (_result *DescribeAntChainMembersV2Response, _err error)

func (*Client) DescribeAntChainMembersV2WithOptions

func (client *Client) DescribeAntChainMembersV2WithOptions(request *DescribeAntChainMembersV2Request, runtime *util.RuntimeOptions) (_result *DescribeAntChainMembersV2Response, _err error)

func (*Client) DescribeAntChainMembersWithOptions

func (client *Client) DescribeAntChainMembersWithOptions(request *DescribeAntChainMembersRequest, runtime *util.RuntimeOptions) (_result *DescribeAntChainMembersResponse, _err error)

func (*Client) DescribeAntChainMiniAppBrowserQRCodeAccessLog

func (client *Client) DescribeAntChainMiniAppBrowserQRCodeAccessLog(request *DescribeAntChainMiniAppBrowserQRCodeAccessLogRequest) (_result *DescribeAntChainMiniAppBrowserQRCodeAccessLogResponse, _err error)

func (*Client) DescribeAntChainMiniAppBrowserQRCodeAccessLogV2WithOptions

func (client *Client) DescribeAntChainMiniAppBrowserQRCodeAccessLogV2WithOptions(request *DescribeAntChainMiniAppBrowserQRCodeAccessLogV2Request, runtime *util.RuntimeOptions) (_result *DescribeAntChainMiniAppBrowserQRCodeAccessLogV2Response, _err error)

func (*Client) DescribeAntChainMiniAppBrowserQRCodeAccessLogWithOptions

func (client *Client) DescribeAntChainMiniAppBrowserQRCodeAccessLogWithOptions(request *DescribeAntChainMiniAppBrowserQRCodeAccessLogRequest, runtime *util.RuntimeOptions) (_result *DescribeAntChainMiniAppBrowserQRCodeAccessLogResponse, _err error)

func (*Client) DescribeAntChainMiniAppBrowserTransactionQRCodeNewWithOptions

func (client *Client) DescribeAntChainMiniAppBrowserTransactionQRCodeNewWithOptions(request *DescribeAntChainMiniAppBrowserTransactionQRCodeNewRequest, runtime *util.RuntimeOptions) (_result *DescribeAntChainMiniAppBrowserTransactionQRCodeNewResponse, _err error)

func (*Client) DescribeAntChainMiniAppBrowserTransactionQRCodeWithOptions

func (client *Client) DescribeAntChainMiniAppBrowserTransactionQRCodeWithOptions(request *DescribeAntChainMiniAppBrowserTransactionQRCodeRequest, runtime *util.RuntimeOptions) (_result *DescribeAntChainMiniAppBrowserTransactionQRCodeResponse, _err error)

func (*Client) DescribeAntChainNodes

func (client *Client) DescribeAntChainNodes(request *DescribeAntChainNodesRequest) (_result *DescribeAntChainNodesResponse, _err error)

func (*Client) DescribeAntChainNodesV2

func (client *Client) DescribeAntChainNodesV2(request *DescribeAntChainNodesV2Request) (_result *DescribeAntChainNodesV2Response, _err error)

func (*Client) DescribeAntChainNodesV2WithOptions

func (client *Client) DescribeAntChainNodesV2WithOptions(request *DescribeAntChainNodesV2Request, runtime *util.RuntimeOptions) (_result *DescribeAntChainNodesV2Response, _err error)

func (*Client) DescribeAntChainNodesWithOptions

func (client *Client) DescribeAntChainNodesWithOptions(request *DescribeAntChainNodesRequest, runtime *util.RuntimeOptions) (_result *DescribeAntChainNodesResponse, _err error)

func (*Client) DescribeAntChainQRCodeAuthorization

func (client *Client) DescribeAntChainQRCodeAuthorization(request *DescribeAntChainQRCodeAuthorizationRequest) (_result *DescribeAntChainQRCodeAuthorizationResponse, _err error)

func (*Client) DescribeAntChainQRCodeAuthorizationV2

func (client *Client) DescribeAntChainQRCodeAuthorizationV2(request *DescribeAntChainQRCodeAuthorizationV2Request) (_result *DescribeAntChainQRCodeAuthorizationV2Response, _err error)

func (*Client) DescribeAntChainQRCodeAuthorizationV2WithOptions

func (client *Client) DescribeAntChainQRCodeAuthorizationV2WithOptions(request *DescribeAntChainQRCodeAuthorizationV2Request, runtime *util.RuntimeOptions) (_result *DescribeAntChainQRCodeAuthorizationV2Response, _err error)

func (*Client) DescribeAntChainQRCodeAuthorizationWithOptions

func (client *Client) DescribeAntChainQRCodeAuthorizationWithOptions(request *DescribeAntChainQRCodeAuthorizationRequest, runtime *util.RuntimeOptions) (_result *DescribeAntChainQRCodeAuthorizationResponse, _err error)

func (*Client) DescribeAntChainTransaction

func (client *Client) DescribeAntChainTransaction(request *DescribeAntChainTransactionRequest) (_result *DescribeAntChainTransactionResponse, _err error)

func (*Client) DescribeAntChainTransactionReceipt

func (client *Client) DescribeAntChainTransactionReceipt(request *DescribeAntChainTransactionReceiptRequest) (_result *DescribeAntChainTransactionReceiptResponse, _err error)

func (*Client) DescribeAntChainTransactionReceiptV2

func (client *Client) DescribeAntChainTransactionReceiptV2(request *DescribeAntChainTransactionReceiptV2Request) (_result *DescribeAntChainTransactionReceiptV2Response, _err error)

func (*Client) DescribeAntChainTransactionReceiptV2WithOptions

func (client *Client) DescribeAntChainTransactionReceiptV2WithOptions(request *DescribeAntChainTransactionReceiptV2Request, runtime *util.RuntimeOptions) (_result *DescribeAntChainTransactionReceiptV2Response, _err error)

func (*Client) DescribeAntChainTransactionReceiptWithOptions

func (client *Client) DescribeAntChainTransactionReceiptWithOptions(request *DescribeAntChainTransactionReceiptRequest, runtime *util.RuntimeOptions) (_result *DescribeAntChainTransactionReceiptResponse, _err error)

func (*Client) DescribeAntChainTransactionStatistics

func (client *Client) DescribeAntChainTransactionStatistics(request *DescribeAntChainTransactionStatisticsRequest) (_result *DescribeAntChainTransactionStatisticsResponse, _err error)

func (*Client) DescribeAntChainTransactionStatisticsV2

func (client *Client) DescribeAntChainTransactionStatisticsV2(request *DescribeAntChainTransactionStatisticsV2Request) (_result *DescribeAntChainTransactionStatisticsV2Response, _err error)

func (*Client) DescribeAntChainTransactionStatisticsV2WithOptions

func (client *Client) DescribeAntChainTransactionStatisticsV2WithOptions(request *DescribeAntChainTransactionStatisticsV2Request, runtime *util.RuntimeOptions) (_result *DescribeAntChainTransactionStatisticsV2Response, _err error)

func (*Client) DescribeAntChainTransactionStatisticsWithOptions

func (client *Client) DescribeAntChainTransactionStatisticsWithOptions(request *DescribeAntChainTransactionStatisticsRequest, runtime *util.RuntimeOptions) (_result *DescribeAntChainTransactionStatisticsResponse, _err error)

func (*Client) DescribeAntChainTransactionV2

func (client *Client) DescribeAntChainTransactionV2(request *DescribeAntChainTransactionV2Request) (_result *DescribeAntChainTransactionV2Response, _err error)

func (*Client) DescribeAntChainTransactionV2WithOptions

func (client *Client) DescribeAntChainTransactionV2WithOptions(request *DescribeAntChainTransactionV2Request, runtime *util.RuntimeOptions) (_result *DescribeAntChainTransactionV2Response, _err error)

func (*Client) DescribeAntChainTransactionWithOptions

func (client *Client) DescribeAntChainTransactionWithOptions(request *DescribeAntChainTransactionRequest, runtime *util.RuntimeOptions) (_result *DescribeAntChainTransactionResponse, _err error)

func (*Client) DescribeAntChains

func (client *Client) DescribeAntChains(request *DescribeAntChainsRequest) (_result *DescribeAntChainsResponse, _err error)

func (*Client) DescribeAntChainsV2

func (client *Client) DescribeAntChainsV2(request *DescribeAntChainsV2Request) (_result *DescribeAntChainsV2Response, _err error)

func (*Client) DescribeAntChainsV2WithOptions

func (client *Client) DescribeAntChainsV2WithOptions(request *DescribeAntChainsV2Request, runtime *util.RuntimeOptions) (_result *DescribeAntChainsV2Response, _err error)

func (*Client) DescribeAntChainsWithOptions

func (client *Client) DescribeAntChainsWithOptions(request *DescribeAntChainsRequest, runtime *util.RuntimeOptions) (_result *DescribeAntChainsResponse, _err error)

func (*Client) DescribeEthereumDeletable

func (client *Client) DescribeEthereumDeletable(request *DescribeEthereumDeletableRequest) (_result *DescribeEthereumDeletableResponse, _err error)

func (*Client) DescribeEthereumDeletableWithOptions

func (client *Client) DescribeEthereumDeletableWithOptions(request *DescribeEthereumDeletableRequest, runtime *util.RuntimeOptions) (_result *DescribeEthereumDeletableResponse, _err error)

func (*Client) DescribeFabricCandidateOrganizations

func (client *Client) DescribeFabricCandidateOrganizations(request *DescribeFabricCandidateOrganizationsRequest) (_result *DescribeFabricCandidateOrganizationsResponse, _err error)

func (*Client) DescribeFabricCandidateOrganizationsWithOptions

func (client *Client) DescribeFabricCandidateOrganizationsWithOptions(request *DescribeFabricCandidateOrganizationsRequest, runtime *util.RuntimeOptions) (_result *DescribeFabricCandidateOrganizationsResponse, _err error)

func (*Client) DescribeFabricChaincodeDefinitionTask

func (client *Client) DescribeFabricChaincodeDefinitionTask(request *DescribeFabricChaincodeDefinitionTaskRequest) (_result *DescribeFabricChaincodeDefinitionTaskResponse, _err error)

func (*Client) DescribeFabricChaincodeDefinitionTaskWithOptions

func (client *Client) DescribeFabricChaincodeDefinitionTaskWithOptions(request *DescribeFabricChaincodeDefinitionTaskRequest, runtime *util.RuntimeOptions) (_result *DescribeFabricChaincodeDefinitionTaskResponse, _err error)

func (*Client) DescribeFabricChaincodeUploadPolicy

func (client *Client) DescribeFabricChaincodeUploadPolicy(request *DescribeFabricChaincodeUploadPolicyRequest) (_result *DescribeFabricChaincodeUploadPolicyResponse, _err error)

func (*Client) DescribeFabricChaincodeUploadPolicyWithOptions

func (client *Client) DescribeFabricChaincodeUploadPolicyWithOptions(request *DescribeFabricChaincodeUploadPolicyRequest, runtime *util.RuntimeOptions) (_result *DescribeFabricChaincodeUploadPolicyResponse, _err error)

func (*Client) DescribeFabricChannelMembers

func (client *Client) DescribeFabricChannelMembers(request *DescribeFabricChannelMembersRequest) (_result *DescribeFabricChannelMembersResponse, _err error)

func (*Client) DescribeFabricChannelMembersWithOptions

func (client *Client) DescribeFabricChannelMembersWithOptions(request *DescribeFabricChannelMembersRequest, runtime *util.RuntimeOptions) (_result *DescribeFabricChannelMembersResponse, _err error)

func (*Client) DescribeFabricConsortiumAdminStatus

func (client *Client) DescribeFabricConsortiumAdminStatus(request *DescribeFabricConsortiumAdminStatusRequest) (_result *DescribeFabricConsortiumAdminStatusResponse, _err error)

func (*Client) DescribeFabricConsortiumAdminStatusWithOptions

func (client *Client) DescribeFabricConsortiumAdminStatusWithOptions(request *DescribeFabricConsortiumAdminStatusRequest, runtime *util.RuntimeOptions) (_result *DescribeFabricConsortiumAdminStatusResponse, _err error)

func (*Client) DescribeFabricConsortiumChaincodes

func (client *Client) DescribeFabricConsortiumChaincodes(request *DescribeFabricConsortiumChaincodesRequest) (_result *DescribeFabricConsortiumChaincodesResponse, _err error)

func (*Client) DescribeFabricConsortiumChaincodesWithOptions

func (client *Client) DescribeFabricConsortiumChaincodesWithOptions(request *DescribeFabricConsortiumChaincodesRequest, runtime *util.RuntimeOptions) (_result *DescribeFabricConsortiumChaincodesResponse, _err error)

func (*Client) DescribeFabricConsortiumChannels

func (client *Client) DescribeFabricConsortiumChannels(request *DescribeFabricConsortiumChannelsRequest) (_result *DescribeFabricConsortiumChannelsResponse, _err error)

func (*Client) DescribeFabricConsortiumChannelsWithOptions

func (client *Client) DescribeFabricConsortiumChannelsWithOptions(request *DescribeFabricConsortiumChannelsRequest, runtime *util.RuntimeOptions) (_result *DescribeFabricConsortiumChannelsResponse, _err error)

func (*Client) DescribeFabricConsortiumConfig

func (client *Client) DescribeFabricConsortiumConfig() (_result *DescribeFabricConsortiumConfigResponse, _err error)

func (*Client) DescribeFabricConsortiumConfigWithOptions

func (client *Client) DescribeFabricConsortiumConfigWithOptions(runtime *util.RuntimeOptions) (_result *DescribeFabricConsortiumConfigResponse, _err error)

func (*Client) DescribeFabricConsortiumDeletable

func (client *Client) DescribeFabricConsortiumDeletable(request *DescribeFabricConsortiumDeletableRequest) (_result *DescribeFabricConsortiumDeletableResponse, _err error)

func (*Client) DescribeFabricConsortiumDeletableWithOptions

func (client *Client) DescribeFabricConsortiumDeletableWithOptions(request *DescribeFabricConsortiumDeletableRequest, runtime *util.RuntimeOptions) (_result *DescribeFabricConsortiumDeletableResponse, _err error)

func (*Client) DescribeFabricConsortiumMemberApproval

func (client *Client) DescribeFabricConsortiumMemberApproval(request *DescribeFabricConsortiumMemberApprovalRequest) (_result *DescribeFabricConsortiumMemberApprovalResponse, _err error)

func (*Client) DescribeFabricConsortiumMemberApprovalWithOptions

func (client *Client) DescribeFabricConsortiumMemberApprovalWithOptions(request *DescribeFabricConsortiumMemberApprovalRequest, runtime *util.RuntimeOptions) (_result *DescribeFabricConsortiumMemberApprovalResponse, _err error)

func (*Client) DescribeFabricConsortiumMembers

func (client *Client) DescribeFabricConsortiumMembers(request *DescribeFabricConsortiumMembersRequest) (_result *DescribeFabricConsortiumMembersResponse, _err error)

func (*Client) DescribeFabricConsortiumMembersWithOptions

func (client *Client) DescribeFabricConsortiumMembersWithOptions(request *DescribeFabricConsortiumMembersRequest, runtime *util.RuntimeOptions) (_result *DescribeFabricConsortiumMembersResponse, _err error)

func (*Client) DescribeFabricConsortiumOrderers

func (client *Client) DescribeFabricConsortiumOrderers(request *DescribeFabricConsortiumOrderersRequest) (_result *DescribeFabricConsortiumOrderersResponse, _err error)

func (*Client) DescribeFabricConsortiumOrderersWithOptions

func (client *Client) DescribeFabricConsortiumOrderersWithOptions(request *DescribeFabricConsortiumOrderersRequest, runtime *util.RuntimeOptions) (_result *DescribeFabricConsortiumOrderersResponse, _err error)

func (*Client) DescribeFabricConsortiumSpecs

func (client *Client) DescribeFabricConsortiumSpecs() (_result *DescribeFabricConsortiumSpecsResponse, _err error)

func (*Client) DescribeFabricConsortiumSpecsWithOptions

func (client *Client) DescribeFabricConsortiumSpecsWithOptions(runtime *util.RuntimeOptions) (_result *DescribeFabricConsortiumSpecsResponse, _err error)

func (*Client) DescribeFabricConsortiums

func (client *Client) DescribeFabricConsortiums(request *DescribeFabricConsortiumsRequest) (_result *DescribeFabricConsortiumsResponse, _err error)

func (*Client) DescribeFabricConsortiumsWithOptions

func (client *Client) DescribeFabricConsortiumsWithOptions(request *DescribeFabricConsortiumsRequest, runtime *util.RuntimeOptions) (_result *DescribeFabricConsortiumsResponse, _err error)

func (*Client) DescribeFabricExplorer

func (client *Client) DescribeFabricExplorer(request *DescribeFabricExplorerRequest) (_result *DescribeFabricExplorerResponse, _err error)

func (*Client) DescribeFabricExplorerWithOptions

func (client *Client) DescribeFabricExplorerWithOptions(request *DescribeFabricExplorerRequest, runtime *util.RuntimeOptions) (_result *DescribeFabricExplorerResponse, _err error)

func (*Client) DescribeFabricInvitationCode

func (client *Client) DescribeFabricInvitationCode(request *DescribeFabricInvitationCodeRequest) (_result *DescribeFabricInvitationCodeResponse, _err error)

func (*Client) DescribeFabricInvitationCodeWithOptions

func (client *Client) DescribeFabricInvitationCodeWithOptions(request *DescribeFabricInvitationCodeRequest, runtime *util.RuntimeOptions) (_result *DescribeFabricInvitationCodeResponse, _err error)

func (*Client) DescribeFabricInviter

func (client *Client) DescribeFabricInviter(request *DescribeFabricInviterRequest) (_result *DescribeFabricInviterResponse, _err error)

func (*Client) DescribeFabricInviterWithOptions

func (client *Client) DescribeFabricInviterWithOptions(request *DescribeFabricInviterRequest, runtime *util.RuntimeOptions) (_result *DescribeFabricInviterResponse, _err error)

func (*Client) DescribeFabricOrdererLogs

func (client *Client) DescribeFabricOrdererLogs(request *DescribeFabricOrdererLogsRequest) (_result *DescribeFabricOrdererLogsResponse, _err error)

func (*Client) DescribeFabricOrdererLogsWithOptions

func (client *Client) DescribeFabricOrdererLogsWithOptions(request *DescribeFabricOrdererLogsRequest, runtime *util.RuntimeOptions) (_result *DescribeFabricOrdererLogsResponse, _err error)

func (*Client) DescribeFabricOrganization

func (client *Client) DescribeFabricOrganization(request *DescribeFabricOrganizationRequest) (_result *DescribeFabricOrganizationResponse, _err error)

func (*Client) DescribeFabricOrganizationChaincodePackage

func (client *Client) DescribeFabricOrganizationChaincodePackage(request *DescribeFabricOrganizationChaincodePackageRequest) (_result *DescribeFabricOrganizationChaincodePackageResponse, _err error)

func (*Client) DescribeFabricOrganizationChaincodePackageWithOptions

func (client *Client) DescribeFabricOrganizationChaincodePackageWithOptions(request *DescribeFabricOrganizationChaincodePackageRequest, runtime *util.RuntimeOptions) (_result *DescribeFabricOrganizationChaincodePackageResponse, _err error)

func (*Client) DescribeFabricOrganizationChaincodes

func (client *Client) DescribeFabricOrganizationChaincodes(request *DescribeFabricOrganizationChaincodesRequest) (_result *DescribeFabricOrganizationChaincodesResponse, _err error)

func (*Client) DescribeFabricOrganizationChaincodesWithOptions

func (client *Client) DescribeFabricOrganizationChaincodesWithOptions(request *DescribeFabricOrganizationChaincodesRequest, runtime *util.RuntimeOptions) (_result *DescribeFabricOrganizationChaincodesResponse, _err error)

func (*Client) DescribeFabricOrganizationChannels

func (client *Client) DescribeFabricOrganizationChannels(request *DescribeFabricOrganizationChannelsRequest) (_result *DescribeFabricOrganizationChannelsResponse, _err error)

func (*Client) DescribeFabricOrganizationChannelsWithOptions

func (client *Client) DescribeFabricOrganizationChannelsWithOptions(request *DescribeFabricOrganizationChannelsRequest, runtime *util.RuntimeOptions) (_result *DescribeFabricOrganizationChannelsResponse, _err error)

func (*Client) DescribeFabricOrganizationDeletable

func (client *Client) DescribeFabricOrganizationDeletable(request *DescribeFabricOrganizationDeletableRequest) (_result *DescribeFabricOrganizationDeletableResponse, _err error)

func (*Client) DescribeFabricOrganizationDeletableWithOptions

func (client *Client) DescribeFabricOrganizationDeletableWithOptions(request *DescribeFabricOrganizationDeletableRequest, runtime *util.RuntimeOptions) (_result *DescribeFabricOrganizationDeletableResponse, _err error)

func (*Client) DescribeFabricOrganizationMembers

func (client *Client) DescribeFabricOrganizationMembers(request *DescribeFabricOrganizationMembersRequest) (_result *DescribeFabricOrganizationMembersResponse, _err error)

func (*Client) DescribeFabricOrganizationMembersWithOptions

func (client *Client) DescribeFabricOrganizationMembersWithOptions(request *DescribeFabricOrganizationMembersRequest, runtime *util.RuntimeOptions) (_result *DescribeFabricOrganizationMembersResponse, _err error)

func (*Client) DescribeFabricOrganizationPeers

func (client *Client) DescribeFabricOrganizationPeers(request *DescribeFabricOrganizationPeersRequest) (_result *DescribeFabricOrganizationPeersResponse, _err error)

func (*Client) DescribeFabricOrganizationPeersWithOptions

func (client *Client) DescribeFabricOrganizationPeersWithOptions(request *DescribeFabricOrganizationPeersRequest, runtime *util.RuntimeOptions) (_result *DescribeFabricOrganizationPeersResponse, _err error)

func (*Client) DescribeFabricOrganizationSpecs

func (client *Client) DescribeFabricOrganizationSpecs() (_result *DescribeFabricOrganizationSpecsResponse, _err error)

func (*Client) DescribeFabricOrganizationSpecsWithOptions

func (client *Client) DescribeFabricOrganizationSpecsWithOptions(runtime *util.RuntimeOptions) (_result *DescribeFabricOrganizationSpecsResponse, _err error)

func (*Client) DescribeFabricOrganizationUsers

func (client *Client) DescribeFabricOrganizationUsers(request *DescribeFabricOrganizationUsersRequest) (_result *DescribeFabricOrganizationUsersResponse, _err error)

func (*Client) DescribeFabricOrganizationUsersWithOptions

func (client *Client) DescribeFabricOrganizationUsersWithOptions(request *DescribeFabricOrganizationUsersRequest, runtime *util.RuntimeOptions) (_result *DescribeFabricOrganizationUsersResponse, _err error)

func (*Client) DescribeFabricOrganizationWithOptions

func (client *Client) DescribeFabricOrganizationWithOptions(request *DescribeFabricOrganizationRequest, runtime *util.RuntimeOptions) (_result *DescribeFabricOrganizationResponse, _err error)

func (*Client) DescribeFabricOrganizations

func (client *Client) DescribeFabricOrganizations(request *DescribeFabricOrganizationsRequest) (_result *DescribeFabricOrganizationsResponse, _err error)

func (*Client) DescribeFabricOrganizationsWithOptions

func (client *Client) DescribeFabricOrganizationsWithOptions(request *DescribeFabricOrganizationsRequest, runtime *util.RuntimeOptions) (_result *DescribeFabricOrganizationsResponse, _err error)

func (*Client) DescribeFabricPeerLogs

func (client *Client) DescribeFabricPeerLogs(request *DescribeFabricPeerLogsRequest) (_result *DescribeFabricPeerLogsResponse, _err error)

func (*Client) DescribeFabricPeerLogsWithOptions

func (client *Client) DescribeFabricPeerLogsWithOptions(request *DescribeFabricPeerLogsRequest, runtime *util.RuntimeOptions) (_result *DescribeFabricPeerLogsResponse, _err error)

func (*Client) DescribeRegions

func (client *Client) DescribeRegions(request *DescribeRegionsRequest) (_result *DescribeRegionsResponse, _err error)

func (*Client) DescribeRegionsWithOptions

func (client *Client) DescribeRegionsWithOptions(request *DescribeRegionsRequest, runtime *util.RuntimeOptions) (_result *DescribeRegionsResponse, _err error)

func (*Client) DescribeRootDomain

func (client *Client) DescribeRootDomain() (_result *DescribeRootDomainResponse, _err error)

func (*Client) DescribeRootDomainWithOptions

func (client *Client) DescribeRootDomainWithOptions(runtime *util.RuntimeOptions) (_result *DescribeRootDomainResponse, _err error)

func (*Client) DescribeTasks

func (client *Client) DescribeTasks() (_result *DescribeTasksResponse, _err error)

func (*Client) DescribeTasksWithOptions

func (client *Client) DescribeTasksWithOptions(runtime *util.RuntimeOptions) (_result *DescribeTasksResponse, _err error)

func (*Client) DownloadFabricOrganizationSDK

func (client *Client) DownloadFabricOrganizationSDK(request *DownloadFabricOrganizationSDKRequest) (_result *DownloadFabricOrganizationSDKResponse, _err error)

func (*Client) DownloadFabricOrganizationSDKWithOptions

func (client *Client) DownloadFabricOrganizationSDKWithOptions(request *DownloadFabricOrganizationSDKRequest, runtime *util.RuntimeOptions) (_result *DownloadFabricOrganizationSDKResponse, _err error)

func (*Client) FreezeAntChainAccount

func (client *Client) FreezeAntChainAccount(request *FreezeAntChainAccountRequest) (_result *FreezeAntChainAccountResponse, _err error)

func (*Client) FreezeAntChainAccountWithOptions

func (client *Client) FreezeAntChainAccountWithOptions(request *FreezeAntChainAccountRequest, runtime *util.RuntimeOptions) (_result *FreezeAntChainAccountResponse, _err error)

func (*Client) GetEndpoint

func (client *Client) GetEndpoint(productId *string, regionId *string, endpointRule *string, network *string, suffix *string, endpointMap map[string]*string, endpoint *string) (_result *string, _err error)

func (*Client) Init

func (client *Client) Init(config *openapi.Config) (_err error)

func (*Client) InstallFabricChaincode

func (client *Client) InstallFabricChaincode(request *InstallFabricChaincodeRequest) (_result *InstallFabricChaincodeResponse, _err error)

func (*Client) InstallFabricChaincodePackage

func (client *Client) InstallFabricChaincodePackage(request *InstallFabricChaincodePackageRequest) (_result *InstallFabricChaincodePackageResponse, _err error)

func (*Client) InstallFabricChaincodePackageWithOptions

func (client *Client) InstallFabricChaincodePackageWithOptions(request *InstallFabricChaincodePackageRequest, runtime *util.RuntimeOptions) (_result *InstallFabricChaincodePackageResponse, _err error)

func (*Client) InstallFabricChaincodeWithOptions

func (client *Client) InstallFabricChaincodeWithOptions(request *InstallFabricChaincodeRequest, runtime *util.RuntimeOptions) (_result *InstallFabricChaincodeResponse, _err error)

func (*Client) InstantiateFabricChaincode

func (client *Client) InstantiateFabricChaincode(request *InstantiateFabricChaincodeRequest) (_result *InstantiateFabricChaincodeResponse, _err error)

func (*Client) InstantiateFabricChaincodeWithOptions

func (client *Client) InstantiateFabricChaincodeWithOptions(request *InstantiateFabricChaincodeRequest, runtime *util.RuntimeOptions) (_result *InstantiateFabricChaincodeResponse, _err error)

func (*Client) JoinFabricChannel

func (client *Client) JoinFabricChannel(request *JoinFabricChannelRequest) (_result *JoinFabricChannelResponse, _err error)

func (*Client) JoinFabricChannelWithOptions

func (client *Client) JoinFabricChannelWithOptions(request *JoinFabricChannelRequest, runtime *util.RuntimeOptions) (_result *JoinFabricChannelResponse, _err error)

func (*Client) ListTagResources

func (client *Client) ListTagResources(request *ListTagResourcesRequest) (_result *ListTagResourcesResponse, _err error)

func (*Client) ListTagResourcesWithOptions

func (client *Client) ListTagResourcesWithOptions(request *ListTagResourcesRequest, runtime *util.RuntimeOptions) (_result *ListTagResourcesResponse, _err error)

func (*Client) ResetAntChainCertificate

func (client *Client) ResetAntChainCertificate(request *ResetAntChainCertificateRequest) (_result *ResetAntChainCertificateResponse, _err error)

func (*Client) ResetAntChainCertificateWithOptions

func (client *Client) ResetAntChainCertificateWithOptions(request *ResetAntChainCertificateRequest, runtime *util.RuntimeOptions) (_result *ResetAntChainCertificateResponse, _err error)

func (*Client) ResetAntChainUserCertificate

func (client *Client) ResetAntChainUserCertificate(request *ResetAntChainUserCertificateRequest) (_result *ResetAntChainUserCertificateResponse, _err error)

func (*Client) ResetAntChainUserCertificateWithOptions

func (client *Client) ResetAntChainUserCertificateWithOptions(request *ResetAntChainUserCertificateRequest, runtime *util.RuntimeOptions) (_result *ResetAntChainUserCertificateResponse, _err error)

func (*Client) ResetFabricOrganizationUserPassword

func (client *Client) ResetFabricOrganizationUserPassword(request *ResetFabricOrganizationUserPasswordRequest) (_result *ResetFabricOrganizationUserPasswordResponse, _err error)

func (*Client) ResetFabricOrganizationUserPasswordWithOptions

func (client *Client) ResetFabricOrganizationUserPasswordWithOptions(request *ResetFabricOrganizationUserPasswordRequest, runtime *util.RuntimeOptions) (_result *ResetFabricOrganizationUserPasswordResponse, _err error)

func (*Client) SubmitFabricChaincodeDefinition

func (client *Client) SubmitFabricChaincodeDefinition(request *SubmitFabricChaincodeDefinitionRequest) (_result *SubmitFabricChaincodeDefinitionResponse, _err error)

func (*Client) SubmitFabricChaincodeDefinitionWithOptions

func (client *Client) SubmitFabricChaincodeDefinitionWithOptions(request *SubmitFabricChaincodeDefinitionRequest, runtime *util.RuntimeOptions) (_result *SubmitFabricChaincodeDefinitionResponse, _err error)

func (*Client) SynchronizeFabricChaincode

func (client *Client) SynchronizeFabricChaincode(request *SynchronizeFabricChaincodeRequest) (_result *SynchronizeFabricChaincodeResponse, _err error)

func (*Client) SynchronizeFabricChaincodeWithOptions

func (client *Client) SynchronizeFabricChaincodeWithOptions(request *SynchronizeFabricChaincodeRequest, runtime *util.RuntimeOptions) (_result *SynchronizeFabricChaincodeResponse, _err error)

func (*Client) TagResources

func (client *Client) TagResources(request *TagResourcesRequest) (_result *TagResourcesResponse, _err error)

func (*Client) TagResourcesWithOptions

func (client *Client) TagResourcesWithOptions(request *TagResourcesRequest, runtime *util.RuntimeOptions) (_result *TagResourcesResponse, _err error)

func (*Client) UnfreezeAntChainAccount

func (client *Client) UnfreezeAntChainAccount(request *UnfreezeAntChainAccountRequest) (_result *UnfreezeAntChainAccountResponse, _err error)

func (*Client) UnfreezeAntChainAccountWithOptions

func (client *Client) UnfreezeAntChainAccountWithOptions(request *UnfreezeAntChainAccountRequest, runtime *util.RuntimeOptions) (_result *UnfreezeAntChainAccountResponse, _err error)

func (*Client) UntagResources

func (client *Client) UntagResources(request *UntagResourcesRequest) (_result *UntagResourcesResponse, _err error)

func (*Client) UntagResourcesWithOptions

func (client *Client) UntagResourcesWithOptions(request *UntagResourcesRequest, runtime *util.RuntimeOptions) (_result *UntagResourcesResponse, _err error)

func (*Client) UpdateAntChain

func (client *Client) UpdateAntChain(request *UpdateAntChainRequest) (_result *UpdateAntChainResponse, _err error)

func (*Client) UpdateAntChainConsortium

func (client *Client) UpdateAntChainConsortium(request *UpdateAntChainConsortiumRequest) (_result *UpdateAntChainConsortiumResponse, _err error)

func (*Client) UpdateAntChainConsortiumWithOptions

func (client *Client) UpdateAntChainConsortiumWithOptions(request *UpdateAntChainConsortiumRequest, runtime *util.RuntimeOptions) (_result *UpdateAntChainConsortiumResponse, _err error)

func (*Client) UpdateAntChainContractContent

func (client *Client) UpdateAntChainContractContent(request *UpdateAntChainContractContentRequest) (_result *UpdateAntChainContractContentResponse, _err error)

func (*Client) UpdateAntChainContractContentWithOptions

func (client *Client) UpdateAntChainContractContentWithOptions(request *UpdateAntChainContractContentRequest, runtime *util.RuntimeOptions) (_result *UpdateAntChainContractContentResponse, _err error)

func (*Client) UpdateAntChainContractProject

func (client *Client) UpdateAntChainContractProject(request *UpdateAntChainContractProjectRequest) (_result *UpdateAntChainContractProjectResponse, _err error)

func (*Client) UpdateAntChainContractProjectWithOptions

func (client *Client) UpdateAntChainContractProjectWithOptions(request *UpdateAntChainContractProjectRequest, runtime *util.RuntimeOptions) (_result *UpdateAntChainContractProjectResponse, _err error)

func (*Client) UpdateAntChainMember

func (client *Client) UpdateAntChainMember(request *UpdateAntChainMemberRequest) (_result *UpdateAntChainMemberResponse, _err error)

func (*Client) UpdateAntChainMemberWithOptions

func (client *Client) UpdateAntChainMemberWithOptions(request *UpdateAntChainMemberRequest, runtime *util.RuntimeOptions) (_result *UpdateAntChainMemberResponse, _err error)

func (*Client) UpdateAntChainQRCodeAuthorization

func (client *Client) UpdateAntChainQRCodeAuthorization(request *UpdateAntChainQRCodeAuthorizationRequest) (_result *UpdateAntChainQRCodeAuthorizationResponse, _err error)

func (*Client) UpdateAntChainQRCodeAuthorizationWithOptions

func (client *Client) UpdateAntChainQRCodeAuthorizationWithOptions(request *UpdateAntChainQRCodeAuthorizationRequest, runtime *util.RuntimeOptions) (_result *UpdateAntChainQRCodeAuthorizationResponse, _err error)

func (*Client) UpdateAntChainWithOptions

func (client *Client) UpdateAntChainWithOptions(request *UpdateAntChainRequest, runtime *util.RuntimeOptions) (_result *UpdateAntChainResponse, _err error)

func (*Client) UpgradeFabricChaincode

func (client *Client) UpgradeFabricChaincode(request *UpgradeFabricChaincodeRequest) (_result *UpgradeFabricChaincodeResponse, _err error)

*

  • **** *
  • @param request UpgradeFabricChaincodeRequest
  • @return UpgradeFabricChaincodeResponse

func (*Client) UpgradeFabricChaincodeDefinition

func (client *Client) UpgradeFabricChaincodeDefinition(request *UpgradeFabricChaincodeDefinitionRequest) (_result *UpgradeFabricChaincodeDefinitionResponse, _err error)

func (*Client) UpgradeFabricChaincodeDefinitionWithOptions

func (client *Client) UpgradeFabricChaincodeDefinitionWithOptions(request *UpgradeFabricChaincodeDefinitionRequest, runtime *util.RuntimeOptions) (_result *UpgradeFabricChaincodeDefinitionResponse, _err error)

func (*Client) UpgradeFabricChaincodeWithOptions

func (client *Client) UpgradeFabricChaincodeWithOptions(request *UpgradeFabricChaincodeRequest, runtime *util.RuntimeOptions) (_result *UpgradeFabricChaincodeResponse, _err error)

*

  • **** *
  • @param request UpgradeFabricChaincodeRequest
  • @param runtime runtime options for this request RuntimeOptions
  • @return UpgradeFabricChaincodeResponse

type ConfirmFabricConsortiumMemberRequest

type ConfirmFabricConsortiumMemberRequest struct {
	ConsortiumId *string                                             `json:"ConsortiumId,omitempty" xml:"ConsortiumId,omitempty"`
	Organization []*ConfirmFabricConsortiumMemberRequestOrganization `json:"Organization,omitempty" xml:"Organization,omitempty" type:"Repeated"`
}

func (ConfirmFabricConsortiumMemberRequest) GoString

func (*ConfirmFabricConsortiumMemberRequest) SetConsortiumId

func (ConfirmFabricConsortiumMemberRequest) String

type ConfirmFabricConsortiumMemberRequestOrganization

type ConfirmFabricConsortiumMemberRequestOrganization struct {
	OrganizationId *string `json:"OrganizationId,omitempty" xml:"OrganizationId,omitempty"`
}

func (ConfirmFabricConsortiumMemberRequestOrganization) GoString

func (*ConfirmFabricConsortiumMemberRequestOrganization) SetOrganizationId

func (ConfirmFabricConsortiumMemberRequestOrganization) String

type ConfirmFabricConsortiumMemberResponse

type ConfirmFabricConsortiumMemberResponse struct {
	Headers    map[string]*string                         `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                                     `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ConfirmFabricConsortiumMemberResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ConfirmFabricConsortiumMemberResponse) GoString

func (*ConfirmFabricConsortiumMemberResponse) SetHeaders

func (*ConfirmFabricConsortiumMemberResponse) SetStatusCode

func (ConfirmFabricConsortiumMemberResponse) String

type ConfirmFabricConsortiumMemberResponseBody

type ConfirmFabricConsortiumMemberResponseBody struct {
	ErrorCode *int32  `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Result    *bool   `json:"Result,omitempty" xml:"Result,omitempty"`
	Success   *bool   `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (ConfirmFabricConsortiumMemberResponseBody) GoString

func (*ConfirmFabricConsortiumMemberResponseBody) SetErrorCode

func (*ConfirmFabricConsortiumMemberResponseBody) SetRequestId

func (*ConfirmFabricConsortiumMemberResponseBody) SetResult

func (*ConfirmFabricConsortiumMemberResponseBody) SetSuccess

func (ConfirmFabricConsortiumMemberResponseBody) String

type CopyAntChainContractProjectRequest

type CopyAntChainContractProjectRequest struct {
	ProjectDescription *string `json:"ProjectDescription,omitempty" xml:"ProjectDescription,omitempty"`
	ProjectId          *string `json:"ProjectId,omitempty" xml:"ProjectId,omitempty"`
	ProjectName        *string `json:"ProjectName,omitempty" xml:"ProjectName,omitempty"`
	ProjectVersion     *string `json:"ProjectVersion,omitempty" xml:"ProjectVersion,omitempty"`
}

func (CopyAntChainContractProjectRequest) GoString

func (*CopyAntChainContractProjectRequest) SetProjectDescription

func (*CopyAntChainContractProjectRequest) SetProjectId

func (*CopyAntChainContractProjectRequest) SetProjectName

func (*CopyAntChainContractProjectRequest) SetProjectVersion

func (CopyAntChainContractProjectRequest) String

type CopyAntChainContractProjectResponse

type CopyAntChainContractProjectResponse struct {
	Headers    map[string]*string                       `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                                   `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *CopyAntChainContractProjectResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (CopyAntChainContractProjectResponse) GoString

func (*CopyAntChainContractProjectResponse) SetHeaders

func (*CopyAntChainContractProjectResponse) SetStatusCode

func (CopyAntChainContractProjectResponse) String

type CopyAntChainContractProjectResponseBody

type CopyAntChainContractProjectResponseBody struct {
	RequestId *string                                        `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Result    *CopyAntChainContractProjectResponseBodyResult `json:"Result,omitempty" xml:"Result,omitempty" type:"Struct"`
}

func (CopyAntChainContractProjectResponseBody) GoString

func (*CopyAntChainContractProjectResponseBody) SetRequestId

func (CopyAntChainContractProjectResponseBody) String

type CopyAntChainContractProjectResponseBodyResult

type CopyAntChainContractProjectResponseBodyResult struct {
	ConsortiumId       *string `json:"ConsortiumId,omitempty" xml:"ConsortiumId,omitempty"`
	CreateTime         *int64  `json:"CreateTime,omitempty" xml:"CreateTime,omitempty"`
	ProjectDescription *string `json:"ProjectDescription,omitempty" xml:"ProjectDescription,omitempty"`
	ProjectId          *string `json:"ProjectId,omitempty" xml:"ProjectId,omitempty"`
	ProjectName        *string `json:"ProjectName,omitempty" xml:"ProjectName,omitempty"`
	ProjectVersion     *string `json:"ProjectVersion,omitempty" xml:"ProjectVersion,omitempty"`
	UpdateTime         *int64  `json:"UpdateTime,omitempty" xml:"UpdateTime,omitempty"`
}

func (CopyAntChainContractProjectResponseBodyResult) GoString

func (*CopyAntChainContractProjectResponseBodyResult) SetConsortiumId

func (*CopyAntChainContractProjectResponseBodyResult) SetCreateTime

func (*CopyAntChainContractProjectResponseBodyResult) SetProjectDescription

func (*CopyAntChainContractProjectResponseBodyResult) SetProjectId

func (*CopyAntChainContractProjectResponseBodyResult) SetProjectName

func (*CopyAntChainContractProjectResponseBodyResult) SetProjectVersion

func (*CopyAntChainContractProjectResponseBodyResult) SetUpdateTime

func (CopyAntChainContractProjectResponseBodyResult) String

type CreateAntChainAccountRequest

type CreateAntChainAccountRequest struct {
	Account              *string `json:"Account,omitempty" xml:"Account,omitempty"`
	AccountPubKey        *string `json:"AccountPubKey,omitempty" xml:"AccountPubKey,omitempty"`
	AccountRecoverPubKey *string `json:"AccountRecoverPubKey,omitempty" xml:"AccountRecoverPubKey,omitempty"`
	AntChainId           *string `json:"AntChainId,omitempty" xml:"AntChainId,omitempty"`
}

func (CreateAntChainAccountRequest) GoString

func (s CreateAntChainAccountRequest) GoString() string

func (*CreateAntChainAccountRequest) SetAccount

func (*CreateAntChainAccountRequest) SetAccountPubKey

func (*CreateAntChainAccountRequest) SetAccountRecoverPubKey

func (s *CreateAntChainAccountRequest) SetAccountRecoverPubKey(v string) *CreateAntChainAccountRequest

func (*CreateAntChainAccountRequest) SetAntChainId

func (CreateAntChainAccountRequest) String

type CreateAntChainAccountResponse

type CreateAntChainAccountResponse struct {
	Headers    map[string]*string                 `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                             `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *CreateAntChainAccountResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (CreateAntChainAccountResponse) GoString

func (*CreateAntChainAccountResponse) SetBody

func (*CreateAntChainAccountResponse) SetHeaders

func (*CreateAntChainAccountResponse) SetStatusCode

func (CreateAntChainAccountResponse) String

type CreateAntChainAccountResponseBody

type CreateAntChainAccountResponseBody struct {
	RequestId *string                                  `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Result    *CreateAntChainAccountResponseBodyResult `json:"Result,omitempty" xml:"Result,omitempty" type:"Struct"`
}

func (CreateAntChainAccountResponseBody) GoString

func (*CreateAntChainAccountResponseBody) SetRequestId

func (CreateAntChainAccountResponseBody) String

type CreateAntChainAccountResponseBodyResult

type CreateAntChainAccountResponseBodyResult struct {
	Account    *string `json:"Account,omitempty" xml:"Account,omitempty"`
	AntChainId *string `json:"AntChainId,omitempty" xml:"AntChainId,omitempty"`
}

func (CreateAntChainAccountResponseBodyResult) GoString

func (*CreateAntChainAccountResponseBodyResult) SetAccount

func (*CreateAntChainAccountResponseBodyResult) SetAntChainId

func (CreateAntChainAccountResponseBodyResult) String

type CreateAntChainAccountWithKeyPairAutoCreationRequest

type CreateAntChainAccountWithKeyPairAutoCreationRequest struct {
	Account         *string `json:"Account,omitempty" xml:"Account,omitempty"`
	AntChainId      *string `json:"AntChainId,omitempty" xml:"AntChainId,omitempty"`
	Password        *string `json:"Password,omitempty" xml:"Password,omitempty"`
	RecoverPassword *string `json:"RecoverPassword,omitempty" xml:"RecoverPassword,omitempty"`
}

func (CreateAntChainAccountWithKeyPairAutoCreationRequest) GoString

func (*CreateAntChainAccountWithKeyPairAutoCreationRequest) SetAccount

func (*CreateAntChainAccountWithKeyPairAutoCreationRequest) SetAntChainId

func (*CreateAntChainAccountWithKeyPairAutoCreationRequest) SetPassword

func (*CreateAntChainAccountWithKeyPairAutoCreationRequest) SetRecoverPassword

func (CreateAntChainAccountWithKeyPairAutoCreationRequest) String

type CreateAntChainAccountWithKeyPairAutoCreationResponse

type CreateAntChainAccountWithKeyPairAutoCreationResponse struct {
	Headers    map[string]*string                                        `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                                                    `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *CreateAntChainAccountWithKeyPairAutoCreationResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (CreateAntChainAccountWithKeyPairAutoCreationResponse) GoString

func (*CreateAntChainAccountWithKeyPairAutoCreationResponse) SetHeaders

func (*CreateAntChainAccountWithKeyPairAutoCreationResponse) SetStatusCode

func (CreateAntChainAccountWithKeyPairAutoCreationResponse) String

type CreateAntChainAccountWithKeyPairAutoCreationResponseBody

type CreateAntChainAccountWithKeyPairAutoCreationResponseBody struct {
	RequestId *string                                                         `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Result    *CreateAntChainAccountWithKeyPairAutoCreationResponseBodyResult `json:"Result,omitempty" xml:"Result,omitempty" type:"Struct"`
}

func (CreateAntChainAccountWithKeyPairAutoCreationResponseBody) GoString

func (*CreateAntChainAccountWithKeyPairAutoCreationResponseBody) SetRequestId

func (CreateAntChainAccountWithKeyPairAutoCreationResponseBody) String

type CreateAntChainAccountWithKeyPairAutoCreationResponseBodyResult

type CreateAntChainAccountWithKeyPairAutoCreationResponseBodyResult struct {
	Account                  *string `json:"Account,omitempty" xml:"Account,omitempty"`
	AccountPrivateKey        *string `json:"AccountPrivateKey,omitempty" xml:"AccountPrivateKey,omitempty"`
	AccountPublicKey         *string `json:"AccountPublicKey,omitempty" xml:"AccountPublicKey,omitempty"`
	AccountRecoverPrivateKey *string `json:"AccountRecoverPrivateKey,omitempty" xml:"AccountRecoverPrivateKey,omitempty"`
	AccountRecoverPublicKey  *string `json:"AccountRecoverPublicKey,omitempty" xml:"AccountRecoverPublicKey,omitempty"`
	AntChainId               *string `json:"AntChainId,omitempty" xml:"AntChainId,omitempty"`
}

func (CreateAntChainAccountWithKeyPairAutoCreationResponseBodyResult) GoString

func (*CreateAntChainAccountWithKeyPairAutoCreationResponseBodyResult) SetAccount

func (*CreateAntChainAccountWithKeyPairAutoCreationResponseBodyResult) SetAccountPrivateKey

func (*CreateAntChainAccountWithKeyPairAutoCreationResponseBodyResult) SetAccountPublicKey

func (*CreateAntChainAccountWithKeyPairAutoCreationResponseBodyResult) SetAccountRecoverPrivateKey

func (*CreateAntChainAccountWithKeyPairAutoCreationResponseBodyResult) SetAccountRecoverPublicKey

func (*CreateAntChainAccountWithKeyPairAutoCreationResponseBodyResult) SetAntChainId

func (CreateAntChainAccountWithKeyPairAutoCreationResponseBodyResult) String

type CreateAntChainConsortiumRequest

type CreateAntChainConsortiumRequest struct {
	ConsortiumDescription *string `json:"ConsortiumDescription,omitempty" xml:"ConsortiumDescription,omitempty"`
	ConsortiumName        *string `json:"ConsortiumName,omitempty" xml:"ConsortiumName,omitempty"`
}

func (CreateAntChainConsortiumRequest) GoString

func (*CreateAntChainConsortiumRequest) SetConsortiumDescription

func (*CreateAntChainConsortiumRequest) SetConsortiumName

func (CreateAntChainConsortiumRequest) String

type CreateAntChainConsortiumResponse

type CreateAntChainConsortiumResponse struct {
	Headers    map[string]*string                    `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                                `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *CreateAntChainConsortiumResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (CreateAntChainConsortiumResponse) GoString

func (*CreateAntChainConsortiumResponse) SetHeaders

func (*CreateAntChainConsortiumResponse) SetStatusCode

func (CreateAntChainConsortiumResponse) String

type CreateAntChainConsortiumResponseBody

type CreateAntChainConsortiumResponseBody struct {
	RequestId *string                                     `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Result    *CreateAntChainConsortiumResponseBodyResult `json:"Result,omitempty" xml:"Result,omitempty" type:"Struct"`
}

func (CreateAntChainConsortiumResponseBody) GoString

func (*CreateAntChainConsortiumResponseBody) SetRequestId

func (CreateAntChainConsortiumResponseBody) String

type CreateAntChainConsortiumResponseBodyResult

type CreateAntChainConsortiumResponseBodyResult struct {
	ConsortiumId *string `json:"ConsortiumId,omitempty" xml:"ConsortiumId,omitempty"`
}

func (CreateAntChainConsortiumResponseBodyResult) GoString

func (*CreateAntChainConsortiumResponseBodyResult) SetConsortiumId

func (CreateAntChainConsortiumResponseBodyResult) String

type CreateAntChainContractContentRequest

type CreateAntChainContractContentRequest struct {
	Content         *string `json:"Content,omitempty" xml:"Content,omitempty"`
	ContentName     *string `json:"ContentName,omitempty" xml:"ContentName,omitempty"`
	IsDirectory     *bool   `json:"IsDirectory,omitempty" xml:"IsDirectory,omitempty"`
	ParentContentId *string `json:"ParentContentId,omitempty" xml:"ParentContentId,omitempty"`
	ProjectId       *string `json:"ProjectId,omitempty" xml:"ProjectId,omitempty"`
}

func (CreateAntChainContractContentRequest) GoString

func (*CreateAntChainContractContentRequest) SetContent

func (*CreateAntChainContractContentRequest) SetContentName

func (*CreateAntChainContractContentRequest) SetIsDirectory

func (*CreateAntChainContractContentRequest) SetParentContentId

func (*CreateAntChainContractContentRequest) SetProjectId

func (CreateAntChainContractContentRequest) String

type CreateAntChainContractContentResponse

type CreateAntChainContractContentResponse struct {
	Headers    map[string]*string                         `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                                     `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *CreateAntChainContractContentResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (CreateAntChainContractContentResponse) GoString

func (*CreateAntChainContractContentResponse) SetHeaders

func (*CreateAntChainContractContentResponse) SetStatusCode

func (CreateAntChainContractContentResponse) String

type CreateAntChainContractContentResponseBody

type CreateAntChainContractContentResponseBody struct {
	RequestId *string                                          `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Result    *CreateAntChainContractContentResponseBodyResult `json:"Result,omitempty" xml:"Result,omitempty" type:"Struct"`
}

func (CreateAntChainContractContentResponseBody) GoString

func (*CreateAntChainContractContentResponseBody) SetRequestId

func (CreateAntChainContractContentResponseBody) String

type CreateAntChainContractContentResponseBodyResult

type CreateAntChainContractContentResponseBodyResult struct {
	Content         *string `json:"Content,omitempty" xml:"Content,omitempty"`
	ContentId       *string `json:"ContentId,omitempty" xml:"ContentId,omitempty"`
	ContentName     *string `json:"ContentName,omitempty" xml:"ContentName,omitempty"`
	CreateTime      *string `json:"CreateTime,omitempty" xml:"CreateTime,omitempty"`
	IsDirectory     *bool   `json:"IsDirectory,omitempty" xml:"IsDirectory,omitempty"`
	ParentContentId *string `json:"ParentContentId,omitempty" xml:"ParentContentId,omitempty"`
	ProjectId       *string `json:"ProjectId,omitempty" xml:"ProjectId,omitempty"`
	UpdateTime      *string `json:"UpdateTime,omitempty" xml:"UpdateTime,omitempty"`
}

func (CreateAntChainContractContentResponseBodyResult) GoString

func (*CreateAntChainContractContentResponseBodyResult) SetContent

func (*CreateAntChainContractContentResponseBodyResult) SetContentId

func (*CreateAntChainContractContentResponseBodyResult) SetContentName

func (*CreateAntChainContractContentResponseBodyResult) SetCreateTime

func (*CreateAntChainContractContentResponseBodyResult) SetIsDirectory

func (*CreateAntChainContractContentResponseBodyResult) SetParentContentId

func (*CreateAntChainContractContentResponseBodyResult) SetProjectId

func (*CreateAntChainContractContentResponseBodyResult) SetUpdateTime

func (CreateAntChainContractContentResponseBodyResult) String

type CreateAntChainContractProjectRequest

type CreateAntChainContractProjectRequest struct {
	ConsortiumId       *string `json:"ConsortiumId,omitempty" xml:"ConsortiumId,omitempty"`
	ProjectDescription *string `json:"ProjectDescription,omitempty" xml:"ProjectDescription,omitempty"`
	ProjectName        *string `json:"ProjectName,omitempty" xml:"ProjectName,omitempty"`
	ProjectVersion     *string `json:"ProjectVersion,omitempty" xml:"ProjectVersion,omitempty"`
}

func (CreateAntChainContractProjectRequest) GoString

func (*CreateAntChainContractProjectRequest) SetConsortiumId

func (*CreateAntChainContractProjectRequest) SetProjectDescription

func (*CreateAntChainContractProjectRequest) SetProjectName

func (*CreateAntChainContractProjectRequest) SetProjectVersion

func (CreateAntChainContractProjectRequest) String

type CreateAntChainContractProjectResponse

type CreateAntChainContractProjectResponse struct {
	Headers    map[string]*string                         `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                                     `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *CreateAntChainContractProjectResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (CreateAntChainContractProjectResponse) GoString

func (*CreateAntChainContractProjectResponse) SetHeaders

func (*CreateAntChainContractProjectResponse) SetStatusCode

func (CreateAntChainContractProjectResponse) String

type CreateAntChainContractProjectResponseBody

type CreateAntChainContractProjectResponseBody struct {
	RequestId *string                                          `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Result    *CreateAntChainContractProjectResponseBodyResult `json:"Result,omitempty" xml:"Result,omitempty" type:"Struct"`
}

func (CreateAntChainContractProjectResponseBody) GoString

func (*CreateAntChainContractProjectResponseBody) SetRequestId

func (CreateAntChainContractProjectResponseBody) String

type CreateAntChainContractProjectResponseBodyResult

type CreateAntChainContractProjectResponseBodyResult struct {
	ConsortiumId       *string `json:"ConsortiumId,omitempty" xml:"ConsortiumId,omitempty"`
	CreateTime         *int64  `json:"CreateTime,omitempty" xml:"CreateTime,omitempty"`
	ProjectDescription *string `json:"ProjectDescription,omitempty" xml:"ProjectDescription,omitempty"`
	ProjectId          *string `json:"ProjectId,omitempty" xml:"ProjectId,omitempty"`
	ProjectName        *string `json:"ProjectName,omitempty" xml:"ProjectName,omitempty"`
	ProjectVersion     *string `json:"ProjectVersion,omitempty" xml:"ProjectVersion,omitempty"`
	UpdateTime         *int64  `json:"UpdateTime,omitempty" xml:"UpdateTime,omitempty"`
}

func (CreateAntChainContractProjectResponseBodyResult) GoString

func (*CreateAntChainContractProjectResponseBodyResult) SetConsortiumId

func (*CreateAntChainContractProjectResponseBodyResult) SetCreateTime

func (*CreateAntChainContractProjectResponseBodyResult) SetProjectDescription

func (*CreateAntChainContractProjectResponseBodyResult) SetProjectId

func (*CreateAntChainContractProjectResponseBodyResult) SetProjectName

func (*CreateAntChainContractProjectResponseBodyResult) SetProjectVersion

func (*CreateAntChainContractProjectResponseBodyResult) SetUpdateTime

func (CreateAntChainContractProjectResponseBodyResult) String

type CreateAntChainKmsAccountNewRequest

type CreateAntChainKmsAccountNewRequest struct {
	Account    *string `json:"Account,omitempty" xml:"Account,omitempty"`
	AntChainId *string `json:"AntChainId,omitempty" xml:"AntChainId,omitempty"`
}

func (CreateAntChainKmsAccountNewRequest) GoString

func (*CreateAntChainKmsAccountNewRequest) SetAccount

func (*CreateAntChainKmsAccountNewRequest) SetAntChainId

func (CreateAntChainKmsAccountNewRequest) String

type CreateAntChainKmsAccountNewResponse

type CreateAntChainKmsAccountNewResponse struct {
	Headers    map[string]*string                       `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                                   `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *CreateAntChainKmsAccountNewResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (CreateAntChainKmsAccountNewResponse) GoString

func (*CreateAntChainKmsAccountNewResponse) SetHeaders

func (*CreateAntChainKmsAccountNewResponse) SetStatusCode

func (CreateAntChainKmsAccountNewResponse) String

type CreateAntChainKmsAccountNewResponseBody

type CreateAntChainKmsAccountNewResponseBody struct {
	Code           *string                                        `json:"Code,omitempty" xml:"Code,omitempty"`
	HttpStatusCode *string                                        `json:"HttpStatusCode,omitempty" xml:"HttpStatusCode,omitempty"`
	Message        *string                                        `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId      *string                                        `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Result         *CreateAntChainKmsAccountNewResponseBodyResult `json:"Result,omitempty" xml:"Result,omitempty" type:"Struct"`
	ResultCode     *string                                        `json:"ResultCode,omitempty" xml:"ResultCode,omitempty"`
	ResultMessage  *string                                        `json:"ResultMessage,omitempty" xml:"ResultMessage,omitempty"`
	Success        *bool                                          `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (CreateAntChainKmsAccountNewResponseBody) GoString

func (*CreateAntChainKmsAccountNewResponseBody) SetCode

func (*CreateAntChainKmsAccountNewResponseBody) SetHttpStatusCode

func (*CreateAntChainKmsAccountNewResponseBody) SetMessage

func (*CreateAntChainKmsAccountNewResponseBody) SetRequestId

func (*CreateAntChainKmsAccountNewResponseBody) SetResultCode

func (*CreateAntChainKmsAccountNewResponseBody) SetResultMessage

func (*CreateAntChainKmsAccountNewResponseBody) SetSuccess

func (CreateAntChainKmsAccountNewResponseBody) String

type CreateAntChainKmsAccountNewResponseBodyResult

type CreateAntChainKmsAccountNewResponseBodyResult struct {
	MyKmsKeyId *string `json:"MyKmsKeyId,omitempty" xml:"MyKmsKeyId,omitempty"`
	PubKey     *string `json:"PubKey,omitempty" xml:"PubKey,omitempty"`
}

func (CreateAntChainKmsAccountNewResponseBodyResult) GoString

func (*CreateAntChainKmsAccountNewResponseBodyResult) SetMyKmsKeyId

func (*CreateAntChainKmsAccountNewResponseBodyResult) SetPubKey

func (CreateAntChainKmsAccountNewResponseBodyResult) String

type CreateFabricChaincodePackageRequest

type CreateFabricChaincodePackageRequest struct {
	Location       *string `json:"Location,omitempty" xml:"Location,omitempty"`
	OrganizationId *string `json:"OrganizationId,omitempty" xml:"OrganizationId,omitempty"`
	OssUrl         *string `json:"OssUrl,omitempty" xml:"OssUrl,omitempty"`
}

func (CreateFabricChaincodePackageRequest) GoString

func (*CreateFabricChaincodePackageRequest) SetLocation

func (*CreateFabricChaincodePackageRequest) SetOrganizationId

func (*CreateFabricChaincodePackageRequest) SetOssUrl

func (CreateFabricChaincodePackageRequest) String

type CreateFabricChaincodePackageResponse

type CreateFabricChaincodePackageResponse struct {
	Headers    map[string]*string                        `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                                    `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *CreateFabricChaincodePackageResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (CreateFabricChaincodePackageResponse) GoString

func (*CreateFabricChaincodePackageResponse) SetHeaders

func (*CreateFabricChaincodePackageResponse) SetStatusCode

func (CreateFabricChaincodePackageResponse) String

type CreateFabricChaincodePackageResponseBody

type CreateFabricChaincodePackageResponseBody struct {
	ErrorCode *int32            `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	Message   *string           `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId *string           `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Result    *ChaincodePackage `json:"Result,omitempty" xml:"Result,omitempty"`
	Success   *bool             `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (CreateFabricChaincodePackageResponseBody) GoString

func (*CreateFabricChaincodePackageResponseBody) SetErrorCode

func (*CreateFabricChaincodePackageResponseBody) SetMessage

func (*CreateFabricChaincodePackageResponseBody) SetRequestId

func (*CreateFabricChaincodePackageResponseBody) SetResult

func (*CreateFabricChaincodePackageResponseBody) SetSuccess

func (CreateFabricChaincodePackageResponseBody) String

type CreateFabricChaincodeRequest

type CreateFabricChaincodeRequest struct {
	ChannelId      *string `json:"ChannelId,omitempty" xml:"ChannelId,omitempty"`
	ConsortiumId   *string `json:"ConsortiumId,omitempty" xml:"ConsortiumId,omitempty"`
	EndorsePolicy  *string `json:"EndorsePolicy,omitempty" xml:"EndorsePolicy,omitempty"`
	Location       *string `json:"Location,omitempty" xml:"Location,omitempty"`
	OrganizationId *string `json:"OrganizationId,omitempty" xml:"OrganizationId,omitempty"`
	OssBucket      *string `json:"OssBucket,omitempty" xml:"OssBucket,omitempty"`
	OssUrl         *string `json:"OssUrl,omitempty" xml:"OssUrl,omitempty"`
}

func (CreateFabricChaincodeRequest) GoString

func (s CreateFabricChaincodeRequest) GoString() string

func (*CreateFabricChaincodeRequest) SetChannelId

func (*CreateFabricChaincodeRequest) SetConsortiumId

func (*CreateFabricChaincodeRequest) SetEndorsePolicy

func (*CreateFabricChaincodeRequest) SetLocation

func (*CreateFabricChaincodeRequest) SetOrganizationId

func (*CreateFabricChaincodeRequest) SetOssBucket

func (*CreateFabricChaincodeRequest) SetOssUrl

func (CreateFabricChaincodeRequest) String

type CreateFabricChaincodeResponse

type CreateFabricChaincodeResponse struct {
	Headers    map[string]*string                 `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                             `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *CreateFabricChaincodeResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (CreateFabricChaincodeResponse) GoString

func (*CreateFabricChaincodeResponse) SetBody

func (*CreateFabricChaincodeResponse) SetHeaders

func (*CreateFabricChaincodeResponse) SetStatusCode

func (CreateFabricChaincodeResponse) String

type CreateFabricChaincodeResponseBody

type CreateFabricChaincodeResponseBody struct {
	ErrorCode *int32                                   `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	RequestId *string                                  `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Result    *CreateFabricChaincodeResponseBodyResult `json:"Result,omitempty" xml:"Result,omitempty" type:"Struct"`
	Success   *bool                                    `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (CreateFabricChaincodeResponseBody) GoString

func (*CreateFabricChaincodeResponseBody) SetErrorCode

func (*CreateFabricChaincodeResponseBody) SetRequestId

func (*CreateFabricChaincodeResponseBody) SetSuccess

func (CreateFabricChaincodeResponseBody) String

type CreateFabricChaincodeResponseBodyResult

type CreateFabricChaincodeResponseBodyResult struct {
	ChaincodeId      *string `json:"ChaincodeId,omitempty" xml:"ChaincodeId,omitempty"`
	ChaincodeName    *string `json:"ChaincodeName,omitempty" xml:"ChaincodeName,omitempty"`
	ChaincodeVersion *string `json:"ChaincodeVersion,omitempty" xml:"ChaincodeVersion,omitempty"`
	ChannelName      *string `json:"ChannelName,omitempty" xml:"ChannelName,omitempty"`
	ConsortiumId     *string `json:"ConsortiumId,omitempty" xml:"ConsortiumId,omitempty"`
	CreateTime       *string `json:"CreateTime,omitempty" xml:"CreateTime,omitempty"`
	DeployTime       *string `json:"DeployTime,omitempty" xml:"DeployTime,omitempty"`
	EndorsePolicy    *string `json:"EndorsePolicy,omitempty" xml:"EndorsePolicy,omitempty"`
	Input            *string `json:"Input,omitempty" xml:"Input,omitempty"`
	Install          *bool   `json:"Install,omitempty" xml:"Install,omitempty"`
	Message          *string `json:"Message,omitempty" xml:"Message,omitempty"`
	Path             *string `json:"Path,omitempty" xml:"Path,omitempty"`
	ProviderId       *string `json:"ProviderId,omitempty" xml:"ProviderId,omitempty"`
	ProviderName     *string `json:"ProviderName,omitempty" xml:"ProviderName,omitempty"`
	State            *string `json:"State,omitempty" xml:"State,omitempty"`
	Type             *int32  `json:"Type,omitempty" xml:"Type,omitempty"`
}

func (CreateFabricChaincodeResponseBodyResult) GoString

func (*CreateFabricChaincodeResponseBodyResult) SetChaincodeId

func (*CreateFabricChaincodeResponseBodyResult) SetChaincodeName

func (*CreateFabricChaincodeResponseBodyResult) SetChaincodeVersion

func (*CreateFabricChaincodeResponseBodyResult) SetChannelName

func (*CreateFabricChaincodeResponseBodyResult) SetConsortiumId

func (*CreateFabricChaincodeResponseBodyResult) SetCreateTime

func (*CreateFabricChaincodeResponseBodyResult) SetDeployTime

func (*CreateFabricChaincodeResponseBodyResult) SetEndorsePolicy

func (*CreateFabricChaincodeResponseBodyResult) SetInput

func (*CreateFabricChaincodeResponseBodyResult) SetInstall

func (*CreateFabricChaincodeResponseBodyResult) SetMessage

func (*CreateFabricChaincodeResponseBodyResult) SetPath

func (*CreateFabricChaincodeResponseBodyResult) SetProviderId

func (*CreateFabricChaincodeResponseBodyResult) SetProviderName

func (*CreateFabricChaincodeResponseBodyResult) SetState

func (*CreateFabricChaincodeResponseBodyResult) SetType

func (CreateFabricChaincodeResponseBodyResult) String

type CreateFabricChannelMemberRequest

type CreateFabricChannelMemberRequest struct {
	ChannelId    *string                                         `json:"ChannelId,omitempty" xml:"ChannelId,omitempty"`
	Organization []*CreateFabricChannelMemberRequestOrganization `json:"Organization,omitempty" xml:"Organization,omitempty" type:"Repeated"`
}

func (CreateFabricChannelMemberRequest) GoString

func (*CreateFabricChannelMemberRequest) SetChannelId

func (CreateFabricChannelMemberRequest) String

type CreateFabricChannelMemberRequestOrganization

type CreateFabricChannelMemberRequestOrganization struct {
	OrganizationId *string `json:"OrganizationId,omitempty" xml:"OrganizationId,omitempty"`
}

func (CreateFabricChannelMemberRequestOrganization) GoString

func (*CreateFabricChannelMemberRequestOrganization) SetOrganizationId

func (CreateFabricChannelMemberRequestOrganization) String

type CreateFabricChannelMemberResponse

type CreateFabricChannelMemberResponse struct {
	Headers    map[string]*string                     `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                                 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *CreateFabricChannelMemberResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (CreateFabricChannelMemberResponse) GoString

func (*CreateFabricChannelMemberResponse) SetHeaders

func (*CreateFabricChannelMemberResponse) SetStatusCode

func (CreateFabricChannelMemberResponse) String

type CreateFabricChannelMemberResponseBody

type CreateFabricChannelMemberResponseBody struct {
	ErrorCode *int32  `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Result    *bool   `json:"Result,omitempty" xml:"Result,omitempty"`
	Success   *bool   `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (CreateFabricChannelMemberResponseBody) GoString

func (*CreateFabricChannelMemberResponseBody) SetErrorCode

func (*CreateFabricChannelMemberResponseBody) SetRequestId

func (*CreateFabricChannelMemberResponseBody) SetResult

func (*CreateFabricChannelMemberResponseBody) SetSuccess

func (CreateFabricChannelMemberResponseBody) String

type CreateFabricChannelRequest

type CreateFabricChannelRequest struct {
	BatchTimeout      *int32                                    `json:"BatchTimeout,omitempty" xml:"BatchTimeout,omitempty"`
	ChannelName       *string                                   `json:"ChannelName,omitempty" xml:"ChannelName,omitempty"`
	ConsortiumId      *string                                   `json:"ConsortiumId,omitempty" xml:"ConsortiumId,omitempty"`
	MaxMessageCount   *int32                                    `json:"MaxMessageCount,omitempty" xml:"MaxMessageCount,omitempty"`
	Organization      []*CreateFabricChannelRequestOrganization `json:"Organization,omitempty" xml:"Organization,omitempty" type:"Repeated"`
	PreferredMaxBytes *int32                                    `json:"PreferredMaxBytes,omitempty" xml:"PreferredMaxBytes,omitempty"`
}

func (CreateFabricChannelRequest) GoString

func (s CreateFabricChannelRequest) GoString() string

func (*CreateFabricChannelRequest) SetBatchTimeout

func (*CreateFabricChannelRequest) SetChannelName

func (*CreateFabricChannelRequest) SetConsortiumId

func (*CreateFabricChannelRequest) SetMaxMessageCount

func (*CreateFabricChannelRequest) SetOrganization

func (*CreateFabricChannelRequest) SetPreferredMaxBytes

func (s *CreateFabricChannelRequest) SetPreferredMaxBytes(v int32) *CreateFabricChannelRequest

func (CreateFabricChannelRequest) String

type CreateFabricChannelRequestOrganization

type CreateFabricChannelRequestOrganization struct {
	Id *string `json:"Id,omitempty" xml:"Id,omitempty"`
}

func (CreateFabricChannelRequestOrganization) GoString

func (*CreateFabricChannelRequestOrganization) SetId

func (CreateFabricChannelRequestOrganization) String

type CreateFabricChannelResponse

type CreateFabricChannelResponse struct {
	Headers    map[string]*string               `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                           `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *CreateFabricChannelResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (CreateFabricChannelResponse) GoString

func (s CreateFabricChannelResponse) GoString() string

func (*CreateFabricChannelResponse) SetBody

func (*CreateFabricChannelResponse) SetHeaders

func (*CreateFabricChannelResponse) SetStatusCode

func (CreateFabricChannelResponse) String

type CreateFabricChannelResponseBody

type CreateFabricChannelResponseBody struct {
	ErrorCode *int32                                 `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	RequestId *string                                `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Result    *CreateFabricChannelResponseBodyResult `json:"Result,omitempty" xml:"Result,omitempty" type:"Struct"`
	Success   *bool                                  `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (CreateFabricChannelResponseBody) GoString

func (*CreateFabricChannelResponseBody) SetErrorCode

func (*CreateFabricChannelResponseBody) SetRequestId

func (*CreateFabricChannelResponseBody) SetSuccess

func (CreateFabricChannelResponseBody) String

type CreateFabricChannelResponseBodyResult

type CreateFabricChannelResponseBodyResult struct {
	BatchTimeout      *int32  `json:"BatchTimeout,omitempty" xml:"BatchTimeout,omitempty"`
	BlockCount        *int32  `json:"BlockCount,omitempty" xml:"BlockCount,omitempty"`
	ChaincodeCount    *int32  `json:"ChaincodeCount,omitempty" xml:"ChaincodeCount,omitempty"`
	ChannelId         *string `json:"ChannelId,omitempty" xml:"ChannelId,omitempty"`
	ChannelName       *string `json:"ChannelName,omitempty" xml:"ChannelName,omitempty"`
	ConsortiumId      *string `json:"ConsortiumId,omitempty" xml:"ConsortiumId,omitempty"`
	ConsortiumName    *string `json:"ConsortiumName,omitempty" xml:"ConsortiumName,omitempty"`
	CreateTime        *string `json:"CreateTime,omitempty" xml:"CreateTime,omitempty"`
	MaxMessageCount   *int32  `json:"MaxMessageCount,omitempty" xml:"MaxMessageCount,omitempty"`
	MemberCount       *int32  `json:"MemberCount,omitempty" xml:"MemberCount,omitempty"`
	OwnerBid          *string `json:"OwnerBid,omitempty" xml:"OwnerBid,omitempty"`
	OwnerName         *string `json:"OwnerName,omitempty" xml:"OwnerName,omitempty"`
	OwnerUid          *int64  `json:"OwnerUid,omitempty" xml:"OwnerUid,omitempty"`
	PreferredMaxBytes *int32  `json:"PreferredMaxBytes,omitempty" xml:"PreferredMaxBytes,omitempty"`
	RequestId         *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	State             *string `json:"State,omitempty" xml:"State,omitempty"`
	SupportConfig     *bool   `json:"SupportConfig,omitempty" xml:"SupportConfig,omitempty"`
	UpdateTime        *string `json:"UpdateTime,omitempty" xml:"UpdateTime,omitempty"`
}

func (CreateFabricChannelResponseBodyResult) GoString

func (*CreateFabricChannelResponseBodyResult) SetBatchTimeout

func (*CreateFabricChannelResponseBodyResult) SetBlockCount

func (*CreateFabricChannelResponseBodyResult) SetChaincodeCount

func (*CreateFabricChannelResponseBodyResult) SetChannelId

func (*CreateFabricChannelResponseBodyResult) SetChannelName

func (*CreateFabricChannelResponseBodyResult) SetConsortiumId

func (*CreateFabricChannelResponseBodyResult) SetConsortiumName

func (*CreateFabricChannelResponseBodyResult) SetCreateTime

func (*CreateFabricChannelResponseBodyResult) SetMaxMessageCount

func (*CreateFabricChannelResponseBodyResult) SetMemberCount

func (*CreateFabricChannelResponseBodyResult) SetOwnerBid

func (*CreateFabricChannelResponseBodyResult) SetOwnerName

func (*CreateFabricChannelResponseBodyResult) SetOwnerUid

func (*CreateFabricChannelResponseBodyResult) SetPreferredMaxBytes

func (*CreateFabricChannelResponseBodyResult) SetRequestId

func (*CreateFabricChannelResponseBodyResult) SetState

func (*CreateFabricChannelResponseBodyResult) SetSupportConfig

func (*CreateFabricChannelResponseBodyResult) SetUpdateTime

func (CreateFabricChannelResponseBodyResult) String

type CreateFabricConsortiumMemberRequest

type CreateFabricConsortiumMemberRequest struct {
	Code         *string                                            `json:"Code,omitempty" xml:"Code,omitempty"`
	ConsortiumId *string                                            `json:"ConsortiumId,omitempty" xml:"ConsortiumId,omitempty"`
	Organization []*CreateFabricConsortiumMemberRequestOrganization `json:"Organization,omitempty" xml:"Organization,omitempty" type:"Repeated"`
}

func (CreateFabricConsortiumMemberRequest) GoString

func (*CreateFabricConsortiumMemberRequest) SetCode

func (*CreateFabricConsortiumMemberRequest) SetConsortiumId

func (CreateFabricConsortiumMemberRequest) String

type CreateFabricConsortiumMemberRequestOrganization

type CreateFabricConsortiumMemberRequestOrganization struct {
	OrganizationId *string `json:"OrganizationId,omitempty" xml:"OrganizationId,omitempty"`
}

func (CreateFabricConsortiumMemberRequestOrganization) GoString

func (*CreateFabricConsortiumMemberRequestOrganization) SetOrganizationId

func (CreateFabricConsortiumMemberRequestOrganization) String

type CreateFabricConsortiumMemberResponse

type CreateFabricConsortiumMemberResponse struct {
	Headers    map[string]*string                        `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                                    `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *CreateFabricConsortiumMemberResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (CreateFabricConsortiumMemberResponse) GoString

func (*CreateFabricConsortiumMemberResponse) SetHeaders

func (*CreateFabricConsortiumMemberResponse) SetStatusCode

func (CreateFabricConsortiumMemberResponse) String

type CreateFabricConsortiumMemberResponseBody

type CreateFabricConsortiumMemberResponseBody struct {
	ErrorCode *int32  `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Result    *bool   `json:"Result,omitempty" xml:"Result,omitempty"`
	Success   *bool   `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (CreateFabricConsortiumMemberResponseBody) GoString

func (*CreateFabricConsortiumMemberResponseBody) SetErrorCode

func (*CreateFabricConsortiumMemberResponseBody) SetRequestId

func (*CreateFabricConsortiumMemberResponseBody) SetResult

func (*CreateFabricConsortiumMemberResponseBody) SetSuccess

func (CreateFabricConsortiumMemberResponseBody) String

type CreateFabricConsortiumRequest

type CreateFabricConsortiumRequest struct {
	ChannelPolicy         *string                                      `json:"ChannelPolicy,omitempty" xml:"ChannelPolicy,omitempty"`
	ConsortiumDescription *string                                      `json:"ConsortiumDescription,omitempty" xml:"ConsortiumDescription,omitempty"`
	ConsortiumName        *string                                      `json:"ConsortiumName,omitempty" xml:"ConsortiumName,omitempty"`
	Domain                *string                                      `json:"Domain,omitempty" xml:"Domain,omitempty"`
	Location              *string                                      `json:"Location,omitempty" xml:"Location,omitempty"`
	OrdererType           *string                                      `json:"OrdererType,omitempty" xml:"OrdererType,omitempty"`
	OrderersCount         *int32                                       `json:"OrderersCount,omitempty" xml:"OrderersCount,omitempty"`
	Organization          []*CreateFabricConsortiumRequestOrganization `json:"Organization,omitempty" xml:"Organization,omitempty" type:"Repeated"`
	PaymentDuration       *int32                                       `json:"PaymentDuration,omitempty" xml:"PaymentDuration,omitempty"`
	PaymentDurationUnit   *string                                      `json:"PaymentDurationUnit,omitempty" xml:"PaymentDurationUnit,omitempty"`
	PeersCount            *int32                                       `json:"PeersCount,omitempty" xml:"PeersCount,omitempty"`
	SpecName              *string                                      `json:"SpecName,omitempty" xml:"SpecName,omitempty"`
	ZoneId                *string                                      `json:"ZoneId,omitempty" xml:"ZoneId,omitempty"`
}

func (CreateFabricConsortiumRequest) GoString

func (*CreateFabricConsortiumRequest) SetChannelPolicy

func (*CreateFabricConsortiumRequest) SetConsortiumDescription

func (s *CreateFabricConsortiumRequest) SetConsortiumDescription(v string) *CreateFabricConsortiumRequest

func (*CreateFabricConsortiumRequest) SetConsortiumName

func (*CreateFabricConsortiumRequest) SetDomain

func (*CreateFabricConsortiumRequest) SetLocation

func (*CreateFabricConsortiumRequest) SetOrdererType

func (*CreateFabricConsortiumRequest) SetOrderersCount

func (*CreateFabricConsortiumRequest) SetPaymentDuration

func (*CreateFabricConsortiumRequest) SetPaymentDurationUnit

func (*CreateFabricConsortiumRequest) SetPeersCount

func (*CreateFabricConsortiumRequest) SetSpecName

func (*CreateFabricConsortiumRequest) SetZoneId

func (CreateFabricConsortiumRequest) String

type CreateFabricConsortiumRequestOrganization

type CreateFabricConsortiumRequestOrganization struct {
	OrganizationId *string `json:"OrganizationId,omitempty" xml:"OrganizationId,omitempty"`
}

func (CreateFabricConsortiumRequestOrganization) GoString

func (*CreateFabricConsortiumRequestOrganization) SetOrganizationId

func (CreateFabricConsortiumRequestOrganization) String

type CreateFabricConsortiumResponse

type CreateFabricConsortiumResponse struct {
	Headers    map[string]*string                  `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                              `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *CreateFabricConsortiumResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (CreateFabricConsortiumResponse) GoString

func (*CreateFabricConsortiumResponse) SetHeaders

func (*CreateFabricConsortiumResponse) SetStatusCode

func (CreateFabricConsortiumResponse) String

type CreateFabricConsortiumResponseBody

type CreateFabricConsortiumResponseBody struct {
	ErrorCode *int32                                    `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	RequestId *string                                   `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Result    *CreateFabricConsortiumResponseBodyResult `json:"Result,omitempty" xml:"Result,omitempty" type:"Struct"`
	Success   *bool                                     `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (CreateFabricConsortiumResponseBody) GoString

func (*CreateFabricConsortiumResponseBody) SetErrorCode

func (*CreateFabricConsortiumResponseBody) SetRequestId

func (*CreateFabricConsortiumResponseBody) SetSuccess

func (CreateFabricConsortiumResponseBody) String

type CreateFabricConsortiumResponseBodyResult

type CreateFabricConsortiumResponseBodyResult struct {
	ChannelCount   *int32  `json:"ChannelCount,omitempty" xml:"ChannelCount,omitempty"`
	ChannelPolicy  *string `json:"ChannelPolicy,omitempty" xml:"ChannelPolicy,omitempty"`
	ClusterState   *string `json:"ClusterState,omitempty" xml:"ClusterState,omitempty"`
	CodeName       *string `json:"CodeName,omitempty" xml:"CodeName,omitempty"`
	ConsortiumId   *string `json:"ConsortiumId,omitempty" xml:"ConsortiumId,omitempty"`
	ConsortiumName *string `json:"ConsortiumName,omitempty" xml:"ConsortiumName,omitempty"`
	CreateTime     *string `json:"CreateTime,omitempty" xml:"CreateTime,omitempty"`
	Description    *string `json:"Description,omitempty" xml:"Description,omitempty"`
	Domain         *string `json:"Domain,omitempty" xml:"Domain,omitempty"`
	MemberCount    *int32  `json:"MemberCount,omitempty" xml:"MemberCount,omitempty"`
	OrdererCount   *int32  `json:"OrdererCount,omitempty" xml:"OrdererCount,omitempty"`
	OrdererType    *string `json:"OrdererType,omitempty" xml:"OrdererType,omitempty"`
	OwnerBid       *string `json:"OwnerBid,omitempty" xml:"OwnerBid,omitempty"`
	OwnerUid       *int64  `json:"OwnerUid,omitempty" xml:"OwnerUid,omitempty"`
	RegionId       *string `json:"RegionId,omitempty" xml:"RegionId,omitempty"`
	ServiceState   *string `json:"ServiceState,omitempty" xml:"ServiceState,omitempty"`
	SpecName       *string `json:"SpecName,omitempty" xml:"SpecName,omitempty"`
	ZoneId         *string `json:"ZoneId,omitempty" xml:"ZoneId,omitempty"`
}

func (CreateFabricConsortiumResponseBodyResult) GoString

func (*CreateFabricConsortiumResponseBodyResult) SetChannelCount

func (*CreateFabricConsortiumResponseBodyResult) SetChannelPolicy

func (*CreateFabricConsortiumResponseBodyResult) SetClusterState

func (*CreateFabricConsortiumResponseBodyResult) SetCodeName

func (*CreateFabricConsortiumResponseBodyResult) SetConsortiumId

func (*CreateFabricConsortiumResponseBodyResult) SetConsortiumName

func (*CreateFabricConsortiumResponseBodyResult) SetCreateTime

func (*CreateFabricConsortiumResponseBodyResult) SetDescription

func (*CreateFabricConsortiumResponseBodyResult) SetDomain

func (*CreateFabricConsortiumResponseBodyResult) SetMemberCount

func (*CreateFabricConsortiumResponseBodyResult) SetOrdererCount

func (*CreateFabricConsortiumResponseBodyResult) SetOrdererType

func (*CreateFabricConsortiumResponseBodyResult) SetOwnerBid

func (*CreateFabricConsortiumResponseBodyResult) SetOwnerUid

func (*CreateFabricConsortiumResponseBodyResult) SetRegionId

func (*CreateFabricConsortiumResponseBodyResult) SetServiceState

func (*CreateFabricConsortiumResponseBodyResult) SetSpecName

func (*CreateFabricConsortiumResponseBodyResult) SetZoneId

func (CreateFabricConsortiumResponseBodyResult) String

type CreateFabricOrganizationRequest

type CreateFabricOrganizationRequest struct {
	Description         *string `json:"Description,omitempty" xml:"Description,omitempty"`
	Domain              *string `json:"Domain,omitempty" xml:"Domain,omitempty"`
	Location            *string `json:"Location,omitempty" xml:"Location,omitempty"`
	OrganizationName    *string `json:"OrganizationName,omitempty" xml:"OrganizationName,omitempty"`
	PaymentDuration     *int32  `json:"PaymentDuration,omitempty" xml:"PaymentDuration,omitempty"`
	PaymentDurationUnit *string `json:"PaymentDurationUnit,omitempty" xml:"PaymentDurationUnit,omitempty"`
	PeersCount          *int32  `json:"PeersCount,omitempty" xml:"PeersCount,omitempty"`
	SpecName            *string `json:"SpecName,omitempty" xml:"SpecName,omitempty"`
}

func (CreateFabricOrganizationRequest) GoString

func (*CreateFabricOrganizationRequest) SetDescription

func (*CreateFabricOrganizationRequest) SetDomain

func (*CreateFabricOrganizationRequest) SetLocation

func (*CreateFabricOrganizationRequest) SetOrganizationName

func (*CreateFabricOrganizationRequest) SetPaymentDuration

func (*CreateFabricOrganizationRequest) SetPaymentDurationUnit

func (*CreateFabricOrganizationRequest) SetPeersCount

func (*CreateFabricOrganizationRequest) SetSpecName

func (CreateFabricOrganizationRequest) String

type CreateFabricOrganizationResponse

type CreateFabricOrganizationResponse struct {
	Headers    map[string]*string                    `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                                `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *CreateFabricOrganizationResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (CreateFabricOrganizationResponse) GoString

func (*CreateFabricOrganizationResponse) SetHeaders

func (*CreateFabricOrganizationResponse) SetStatusCode

func (CreateFabricOrganizationResponse) String

type CreateFabricOrganizationResponseBody

type CreateFabricOrganizationResponseBody struct {
	ErrorCode *int32                                      `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	RequestId *string                                     `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Result    *CreateFabricOrganizationResponseBodyResult `json:"Result,omitempty" xml:"Result,omitempty" type:"Struct"`
	Success   *bool                                       `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (CreateFabricOrganizationResponseBody) GoString

func (*CreateFabricOrganizationResponseBody) SetErrorCode

func (*CreateFabricOrganizationResponseBody) SetRequestId

func (*CreateFabricOrganizationResponseBody) SetSuccess

func (CreateFabricOrganizationResponseBody) String

type CreateFabricOrganizationResponseBodyResult

type CreateFabricOrganizationResponseBodyResult struct {
	ClusterState            *string `json:"ClusterState,omitempty" xml:"ClusterState,omitempty"`
	CodeName                *string `json:"CodeName,omitempty" xml:"CodeName,omitempty"`
	ConsortiumCount         *int32  `json:"ConsortiumCount,omitempty" xml:"ConsortiumCount,omitempty"`
	CreateTime              *string `json:"CreateTime,omitempty" xml:"CreateTime,omitempty"`
	Domain                  *string `json:"Domain,omitempty" xml:"Domain,omitempty"`
	OrganizationDescription *string `json:"OrganizationDescription,omitempty" xml:"OrganizationDescription,omitempty"`
	OrganizationId          *string `json:"OrganizationId,omitempty" xml:"OrganizationId,omitempty"`
	OrganizationName        *string `json:"OrganizationName,omitempty" xml:"OrganizationName,omitempty"`
	OwnerBid                *string `json:"OwnerBid,omitempty" xml:"OwnerBid,omitempty"`
	OwnerName               *string `json:"OwnerName,omitempty" xml:"OwnerName,omitempty"`
	OwnerUid                *int64  `json:"OwnerUid,omitempty" xml:"OwnerUid,omitempty"`
	PeerCount               *int32  `json:"PeerCount,omitempty" xml:"PeerCount,omitempty"`
	RegionId                *string `json:"RegionId,omitempty" xml:"RegionId,omitempty"`
	RequestId               *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	ServiceState            *string `json:"ServiceState,omitempty" xml:"ServiceState,omitempty"`
	SpecName                *string `json:"SpecName,omitempty" xml:"SpecName,omitempty"`
	UserCount               *int32  `json:"UserCount,omitempty" xml:"UserCount,omitempty"`
	ZoneId                  *string `json:"ZoneId,omitempty" xml:"ZoneId,omitempty"`
}

func (CreateFabricOrganizationResponseBodyResult) GoString

func (*CreateFabricOrganizationResponseBodyResult) SetClusterState

func (*CreateFabricOrganizationResponseBodyResult) SetCodeName

func (*CreateFabricOrganizationResponseBodyResult) SetConsortiumCount

func (*CreateFabricOrganizationResponseBodyResult) SetCreateTime

func (*CreateFabricOrganizationResponseBodyResult) SetDomain

func (*CreateFabricOrganizationResponseBodyResult) SetOrganizationDescription

func (*CreateFabricOrganizationResponseBodyResult) SetOrganizationId

func (*CreateFabricOrganizationResponseBodyResult) SetOrganizationName

func (*CreateFabricOrganizationResponseBodyResult) SetOwnerBid

func (*CreateFabricOrganizationResponseBodyResult) SetOwnerName

func (*CreateFabricOrganizationResponseBodyResult) SetOwnerUid

func (*CreateFabricOrganizationResponseBodyResult) SetPeerCount

func (*CreateFabricOrganizationResponseBodyResult) SetRegionId

func (*CreateFabricOrganizationResponseBodyResult) SetRequestId

func (*CreateFabricOrganizationResponseBodyResult) SetServiceState

func (*CreateFabricOrganizationResponseBodyResult) SetSpecName

func (*CreateFabricOrganizationResponseBodyResult) SetUserCount

func (*CreateFabricOrganizationResponseBodyResult) SetZoneId

func (CreateFabricOrganizationResponseBodyResult) String

type CreateFabricOrganizationUserRequest

type CreateFabricOrganizationUserRequest struct {
	Attrs          *string `json:"Attrs,omitempty" xml:"Attrs,omitempty"`
	OrganizationId *string `json:"OrganizationId,omitempty" xml:"OrganizationId,omitempty"`
	Password       *string `json:"Password,omitempty" xml:"Password,omitempty"`
	Username       *string `json:"Username,omitempty" xml:"Username,omitempty"`
}

func (CreateFabricOrganizationUserRequest) GoString

func (*CreateFabricOrganizationUserRequest) SetAttrs

func (*CreateFabricOrganizationUserRequest) SetOrganizationId

func (*CreateFabricOrganizationUserRequest) SetPassword

func (*CreateFabricOrganizationUserRequest) SetUsername

func (CreateFabricOrganizationUserRequest) String

type CreateFabricOrganizationUserResponse

type CreateFabricOrganizationUserResponse struct {
	Headers    map[string]*string                        `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                                    `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *CreateFabricOrganizationUserResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (CreateFabricOrganizationUserResponse) GoString

func (*CreateFabricOrganizationUserResponse) SetHeaders

func (*CreateFabricOrganizationUserResponse) SetStatusCode

func (CreateFabricOrganizationUserResponse) String

type CreateFabricOrganizationUserResponseBody

type CreateFabricOrganizationUserResponseBody struct {
	ErrorCode *int32                                          `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	RequestId *string                                         `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Result    *CreateFabricOrganizationUserResponseBodyResult `json:"Result,omitempty" xml:"Result,omitempty" type:"Struct"`
	Success   *bool                                           `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (CreateFabricOrganizationUserResponseBody) GoString

func (*CreateFabricOrganizationUserResponseBody) SetErrorCode

func (*CreateFabricOrganizationUserResponseBody) SetRequestId

func (*CreateFabricOrganizationUserResponseBody) SetSuccess

func (CreateFabricOrganizationUserResponseBody) String

type CreateFabricOrganizationUserResponseBodyResult

type CreateFabricOrganizationUserResponseBodyResult struct {
	CreateTime     *string `json:"CreateTime,omitempty" xml:"CreateTime,omitempty"`
	ExpireTime     *string `json:"ExpireTime,omitempty" xml:"ExpireTime,omitempty"`
	Fullname       *string `json:"Fullname,omitempty" xml:"Fullname,omitempty"`
	OrganizationId *string `json:"OrganizationId,omitempty" xml:"OrganizationId,omitempty"`
	Password       *string `json:"Password,omitempty" xml:"Password,omitempty"`
	Username       *string `json:"Username,omitempty" xml:"Username,omitempty"`
}

func (CreateFabricOrganizationUserResponseBodyResult) GoString

func (*CreateFabricOrganizationUserResponseBodyResult) SetCreateTime

func (*CreateFabricOrganizationUserResponseBodyResult) SetExpireTime

func (*CreateFabricOrganizationUserResponseBodyResult) SetFullname

func (*CreateFabricOrganizationUserResponseBodyResult) SetOrganizationId

func (*CreateFabricOrganizationUserResponseBodyResult) SetPassword

func (*CreateFabricOrganizationUserResponseBodyResult) SetUsername

func (CreateFabricOrganizationUserResponseBodyResult) String

type DeleteAntChainConsortiumRequest

type DeleteAntChainConsortiumRequest struct {
	ConsortiumId *string `json:"ConsortiumId,omitempty" xml:"ConsortiumId,omitempty"`
}

func (DeleteAntChainConsortiumRequest) GoString

func (*DeleteAntChainConsortiumRequest) SetConsortiumId

func (DeleteAntChainConsortiumRequest) String

type DeleteAntChainConsortiumResponse

type DeleteAntChainConsortiumResponse struct {
	Headers    map[string]*string                    `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                                `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DeleteAntChainConsortiumResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DeleteAntChainConsortiumResponse) GoString

func (*DeleteAntChainConsortiumResponse) SetHeaders

func (*DeleteAntChainConsortiumResponse) SetStatusCode

func (DeleteAntChainConsortiumResponse) String

type DeleteAntChainConsortiumResponseBody

type DeleteAntChainConsortiumResponseBody struct {
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Result    *string `json:"Result,omitempty" xml:"Result,omitempty"`
}

func (DeleteAntChainConsortiumResponseBody) GoString

func (*DeleteAntChainConsortiumResponseBody) SetRequestId

func (*DeleteAntChainConsortiumResponseBody) SetResult

func (DeleteAntChainConsortiumResponseBody) String

type DeleteAntChainContractContentRequest

type DeleteAntChainContractContentRequest struct {
	ContentId *string `json:"ContentId,omitempty" xml:"ContentId,omitempty"`
}

func (DeleteAntChainContractContentRequest) GoString

func (*DeleteAntChainContractContentRequest) SetContentId

func (DeleteAntChainContractContentRequest) String

type DeleteAntChainContractContentResponse

type DeleteAntChainContractContentResponse struct {
	Headers    map[string]*string                         `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                                     `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DeleteAntChainContractContentResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DeleteAntChainContractContentResponse) GoString

func (*DeleteAntChainContractContentResponse) SetHeaders

func (*DeleteAntChainContractContentResponse) SetStatusCode

func (DeleteAntChainContractContentResponse) String

type DeleteAntChainContractContentResponseBody

type DeleteAntChainContractContentResponseBody struct {
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Result    *string `json:"Result,omitempty" xml:"Result,omitempty"`
}

func (DeleteAntChainContractContentResponseBody) GoString

func (*DeleteAntChainContractContentResponseBody) SetRequestId

func (*DeleteAntChainContractContentResponseBody) SetResult

func (DeleteAntChainContractContentResponseBody) String

type DeleteAntChainContractProjectRequest

type DeleteAntChainContractProjectRequest struct {
	ProjectId *string `json:"ProjectId,omitempty" xml:"ProjectId,omitempty"`
}

func (DeleteAntChainContractProjectRequest) GoString

func (*DeleteAntChainContractProjectRequest) SetProjectId

func (DeleteAntChainContractProjectRequest) String

type DeleteAntChainContractProjectResponse

type DeleteAntChainContractProjectResponse struct {
	Headers    map[string]*string                         `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                                     `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DeleteAntChainContractProjectResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DeleteAntChainContractProjectResponse) GoString

func (*DeleteAntChainContractProjectResponse) SetHeaders

func (*DeleteAntChainContractProjectResponse) SetStatusCode

func (DeleteAntChainContractProjectResponse) String

type DeleteAntChainContractProjectResponseBody

type DeleteAntChainContractProjectResponseBody struct {
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Result    *string `json:"Result,omitempty" xml:"Result,omitempty"`
}

func (DeleteAntChainContractProjectResponseBody) GoString

func (*DeleteAntChainContractProjectResponseBody) SetRequestId

func (*DeleteAntChainContractProjectResponseBody) SetResult

func (DeleteAntChainContractProjectResponseBody) String

type DeleteAntChainMiniAppQRCodeAuthorizedUserRequest

type DeleteAntChainMiniAppQRCodeAuthorizedUserRequest struct {
	AntChainId *string `json:"AntChainId,omitempty" xml:"AntChainId,omitempty"`
	Phone      *string `json:"Phone,omitempty" xml:"Phone,omitempty"`
}

func (DeleteAntChainMiniAppQRCodeAuthorizedUserRequest) GoString

func (*DeleteAntChainMiniAppQRCodeAuthorizedUserRequest) SetAntChainId

func (*DeleteAntChainMiniAppQRCodeAuthorizedUserRequest) SetPhone

func (DeleteAntChainMiniAppQRCodeAuthorizedUserRequest) String

type DeleteAntChainMiniAppQRCodeAuthorizedUserResponse

type DeleteAntChainMiniAppQRCodeAuthorizedUserResponse struct {
	Headers    map[string]*string                                     `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                                                 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DeleteAntChainMiniAppQRCodeAuthorizedUserResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DeleteAntChainMiniAppQRCodeAuthorizedUserResponse) GoString

func (*DeleteAntChainMiniAppQRCodeAuthorizedUserResponse) SetHeaders

func (*DeleteAntChainMiniAppQRCodeAuthorizedUserResponse) SetStatusCode

func (DeleteAntChainMiniAppQRCodeAuthorizedUserResponse) String

type DeleteAntChainMiniAppQRCodeAuthorizedUserResponseBody

type DeleteAntChainMiniAppQRCodeAuthorizedUserResponseBody struct {
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Result    *string `json:"Result,omitempty" xml:"Result,omitempty"`
}

func (DeleteAntChainMiniAppQRCodeAuthorizedUserResponseBody) GoString

func (*DeleteAntChainMiniAppQRCodeAuthorizedUserResponseBody) SetRequestId

func (*DeleteAntChainMiniAppQRCodeAuthorizedUserResponseBody) SetResult

func (DeleteAntChainMiniAppQRCodeAuthorizedUserResponseBody) String

type DeleteFabricChaincodeRequest

type DeleteFabricChaincodeRequest struct {
	ChaincodeId *string `json:"ChaincodeId,omitempty" xml:"ChaincodeId,omitempty"`
}

func (DeleteFabricChaincodeRequest) GoString

func (s DeleteFabricChaincodeRequest) GoString() string

func (*DeleteFabricChaincodeRequest) SetChaincodeId

func (DeleteFabricChaincodeRequest) String

type DeleteFabricChaincodeResponse

type DeleteFabricChaincodeResponse struct {
	Headers    map[string]*string                 `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                             `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DeleteFabricChaincodeResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DeleteFabricChaincodeResponse) GoString

func (*DeleteFabricChaincodeResponse) SetBody

func (*DeleteFabricChaincodeResponse) SetHeaders

func (*DeleteFabricChaincodeResponse) SetStatusCode

func (DeleteFabricChaincodeResponse) String

type DeleteFabricChaincodeResponseBody

type DeleteFabricChaincodeResponseBody struct {
	ErrorCode *int32  `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success   *bool   `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (DeleteFabricChaincodeResponseBody) GoString

func (*DeleteFabricChaincodeResponseBody) SetErrorCode

func (*DeleteFabricChaincodeResponseBody) SetRequestId

func (*DeleteFabricChaincodeResponseBody) SetSuccess

func (DeleteFabricChaincodeResponseBody) String

type DescribeAntChainAccountsRequest

type DescribeAntChainAccountsRequest struct {
	AntChainId *string `json:"AntChainId,omitempty" xml:"AntChainId,omitempty"`
	PageNumber *int32  `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"`
	PageSize   *int32  `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
}

func (DescribeAntChainAccountsRequest) GoString

func (*DescribeAntChainAccountsRequest) SetAntChainId

func (*DescribeAntChainAccountsRequest) SetPageNumber

func (*DescribeAntChainAccountsRequest) SetPageSize

func (DescribeAntChainAccountsRequest) String

type DescribeAntChainAccountsResponse

type DescribeAntChainAccountsResponse struct {
	Headers    map[string]*string                    `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                                `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DescribeAntChainAccountsResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DescribeAntChainAccountsResponse) GoString

func (*DescribeAntChainAccountsResponse) SetHeaders

func (*DescribeAntChainAccountsResponse) SetStatusCode

func (DescribeAntChainAccountsResponse) String

type DescribeAntChainAccountsResponseBody

type DescribeAntChainAccountsResponseBody struct {
	RequestId *string                                     `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Result    *DescribeAntChainAccountsResponseBodyResult `json:"Result,omitempty" xml:"Result,omitempty" type:"Struct"`
}

func (DescribeAntChainAccountsResponseBody) GoString

func (*DescribeAntChainAccountsResponseBody) SetRequestId

func (DescribeAntChainAccountsResponseBody) String

type DescribeAntChainAccountsResponseBodyResult

type DescribeAntChainAccountsResponseBodyResult struct {
	Accounts   []*DescribeAntChainAccountsResponseBodyResultAccounts `json:"Accounts,omitempty" xml:"Accounts,omitempty" type:"Repeated"`
	Pagination *DescribeAntChainAccountsResponseBodyResultPagination `json:"Pagination,omitempty" xml:"Pagination,omitempty" type:"Struct"`
}

func (DescribeAntChainAccountsResponseBodyResult) GoString

func (DescribeAntChainAccountsResponseBodyResult) String

type DescribeAntChainAccountsResponseBodyResultAccounts

type DescribeAntChainAccountsResponseBodyResultAccounts struct {
	Account            *string `json:"Account,omitempty" xml:"Account,omitempty"`
	AccountPublicKey   *string `json:"AccountPublicKey,omitempty" xml:"AccountPublicKey,omitempty"`
	AccountRecoveryKey *string `json:"AccountRecoveryKey,omitempty" xml:"AccountRecoveryKey,omitempty"`
	AccountStatus      *string `json:"AccountStatus,omitempty" xml:"AccountStatus,omitempty"`
	AntChainId         *string `json:"AntChainId,omitempty" xml:"AntChainId,omitempty"`
}

func (DescribeAntChainAccountsResponseBodyResultAccounts) GoString

func (*DescribeAntChainAccountsResponseBodyResultAccounts) SetAccount

func (*DescribeAntChainAccountsResponseBodyResultAccounts) SetAccountPublicKey

func (*DescribeAntChainAccountsResponseBodyResultAccounts) SetAccountRecoveryKey

func (*DescribeAntChainAccountsResponseBodyResultAccounts) SetAccountStatus

func (*DescribeAntChainAccountsResponseBodyResultAccounts) SetAntChainId

func (DescribeAntChainAccountsResponseBodyResultAccounts) String

type DescribeAntChainAccountsResponseBodyResultPagination

type DescribeAntChainAccountsResponseBodyResultPagination struct {
	PageNumber *int32 `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"`
	PageSize   *int32 `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
	TotalCount *int32 `json:"TotalCount,omitempty" xml:"TotalCount,omitempty"`
}

func (DescribeAntChainAccountsResponseBodyResultPagination) GoString

func (*DescribeAntChainAccountsResponseBodyResultPagination) SetPageNumber

func (*DescribeAntChainAccountsResponseBodyResultPagination) SetPageSize

func (*DescribeAntChainAccountsResponseBodyResultPagination) SetTotalCount

func (DescribeAntChainAccountsResponseBodyResultPagination) String

type DescribeAntChainAccountsV2Request

type DescribeAntChainAccountsV2Request struct {
	AntChainId   *string `json:"AntChainId,omitempty" xml:"AntChainId,omitempty"`
	ConsortiumId *string `json:"ConsortiumId,omitempty" xml:"ConsortiumId,omitempty"`
	PageNumber   *int32  `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"`
	PageSize     *int32  `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
}

func (DescribeAntChainAccountsV2Request) GoString

func (*DescribeAntChainAccountsV2Request) SetAntChainId

func (*DescribeAntChainAccountsV2Request) SetConsortiumId

func (*DescribeAntChainAccountsV2Request) SetPageNumber

func (*DescribeAntChainAccountsV2Request) SetPageSize

func (DescribeAntChainAccountsV2Request) String

type DescribeAntChainAccountsV2Response

type DescribeAntChainAccountsV2Response struct {
	Headers    map[string]*string                      `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                                  `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DescribeAntChainAccountsV2ResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DescribeAntChainAccountsV2Response) GoString

func (*DescribeAntChainAccountsV2Response) SetHeaders

func (*DescribeAntChainAccountsV2Response) SetStatusCode

func (DescribeAntChainAccountsV2Response) String

type DescribeAntChainAccountsV2ResponseBody

type DescribeAntChainAccountsV2ResponseBody struct {
	Code           *string                                       `json:"Code,omitempty" xml:"Code,omitempty"`
	HttpStatusCode *string                                       `json:"HttpStatusCode,omitempty" xml:"HttpStatusCode,omitempty"`
	Message        *string                                       `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId      *string                                       `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Result         *DescribeAntChainAccountsV2ResponseBodyResult `json:"Result,omitempty" xml:"Result,omitempty" type:"Struct"`
	ResultCode     *string                                       `json:"ResultCode,omitempty" xml:"ResultCode,omitempty"`
	ResultMessage  *string                                       `json:"ResultMessage,omitempty" xml:"ResultMessage,omitempty"`
	Success        *bool                                         `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (DescribeAntChainAccountsV2ResponseBody) GoString

func (*DescribeAntChainAccountsV2ResponseBody) SetCode

func (*DescribeAntChainAccountsV2ResponseBody) SetHttpStatusCode

func (*DescribeAntChainAccountsV2ResponseBody) SetMessage

func (*DescribeAntChainAccountsV2ResponseBody) SetRequestId

func (*DescribeAntChainAccountsV2ResponseBody) SetResultCode

func (*DescribeAntChainAccountsV2ResponseBody) SetResultMessage

func (*DescribeAntChainAccountsV2ResponseBody) SetSuccess

func (DescribeAntChainAccountsV2ResponseBody) String

type DescribeAntChainAccountsV2ResponseBodyResult

type DescribeAntChainAccountsV2ResponseBodyResult struct {
	Accounts   []*DescribeAntChainAccountsV2ResponseBodyResultAccounts `json:"Accounts,omitempty" xml:"Accounts,omitempty" type:"Repeated"`
	Pagination *DescribeAntChainAccountsV2ResponseBodyResultPagination `json:"Pagination,omitempty" xml:"Pagination,omitempty" type:"Struct"`
}

func (DescribeAntChainAccountsV2ResponseBodyResult) GoString

func (DescribeAntChainAccountsV2ResponseBodyResult) String

type DescribeAntChainAccountsV2ResponseBodyResultAccounts

type DescribeAntChainAccountsV2ResponseBodyResultAccounts struct {
	Account            *string `json:"Account,omitempty" xml:"Account,omitempty"`
	AccountPublicKey   *string `json:"AccountPublicKey,omitempty" xml:"AccountPublicKey,omitempty"`
	AccountRecoveryKey *string `json:"AccountRecoveryKey,omitempty" xml:"AccountRecoveryKey,omitempty"`
	AccountStatus      *string `json:"AccountStatus,omitempty" xml:"AccountStatus,omitempty"`
	AntChainId         *string `json:"AntChainId,omitempty" xml:"AntChainId,omitempty"`
}

func (DescribeAntChainAccountsV2ResponseBodyResultAccounts) GoString

func (*DescribeAntChainAccountsV2ResponseBodyResultAccounts) SetAccount

func (*DescribeAntChainAccountsV2ResponseBodyResultAccounts) SetAccountPublicKey

func (*DescribeAntChainAccountsV2ResponseBodyResultAccounts) SetAccountRecoveryKey

func (*DescribeAntChainAccountsV2ResponseBodyResultAccounts) SetAccountStatus

func (*DescribeAntChainAccountsV2ResponseBodyResultAccounts) SetAntChainId

func (DescribeAntChainAccountsV2ResponseBodyResultAccounts) String

type DescribeAntChainAccountsV2ResponseBodyResultPagination

type DescribeAntChainAccountsV2ResponseBodyResultPagination struct {
	PageNumber *int32 `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"`
	PageSize   *int32 `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
	TotalCount *int32 `json:"TotalCount,omitempty" xml:"TotalCount,omitempty"`
}

func (DescribeAntChainAccountsV2ResponseBodyResultPagination) GoString

func (*DescribeAntChainAccountsV2ResponseBodyResultPagination) SetPageNumber

func (*DescribeAntChainAccountsV2ResponseBodyResultPagination) SetPageSize

func (*DescribeAntChainAccountsV2ResponseBodyResultPagination) SetTotalCount

func (DescribeAntChainAccountsV2ResponseBodyResultPagination) String

type DescribeAntChainBlockRequest

type DescribeAntChainBlockRequest struct {
	AntChainId *string `json:"AntChainId,omitempty" xml:"AntChainId,omitempty"`
	Height     *int64  `json:"Height,omitempty" xml:"Height,omitempty"`
}

func (DescribeAntChainBlockRequest) GoString

func (s DescribeAntChainBlockRequest) GoString() string

func (*DescribeAntChainBlockRequest) SetAntChainId

func (*DescribeAntChainBlockRequest) SetHeight

func (DescribeAntChainBlockRequest) String

type DescribeAntChainBlockResponse

type DescribeAntChainBlockResponse struct {
	Headers    map[string]*string                 `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                             `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DescribeAntChainBlockResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DescribeAntChainBlockResponse) GoString

func (*DescribeAntChainBlockResponse) SetBody

func (*DescribeAntChainBlockResponse) SetHeaders

func (*DescribeAntChainBlockResponse) SetStatusCode

func (DescribeAntChainBlockResponse) String

type DescribeAntChainBlockResponseBody

type DescribeAntChainBlockResponseBody struct {
	RequestId *string                                  `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Result    *DescribeAntChainBlockResponseBodyResult `json:"Result,omitempty" xml:"Result,omitempty" type:"Struct"`
}

func (DescribeAntChainBlockResponseBody) GoString

func (*DescribeAntChainBlockResponseBody) SetRequestId

func (DescribeAntChainBlockResponseBody) String

type DescribeAntChainBlockResponseBodyResult

type DescribeAntChainBlockResponseBodyResult struct {
	AntChainId       *string `json:"AntChainId,omitempty" xml:"AntChainId,omitempty"`
	BlockHash        *string `json:"BlockHash,omitempty" xml:"BlockHash,omitempty"`
	CreateTime       *int64  `json:"CreateTime,omitempty" xml:"CreateTime,omitempty"`
	Height           *int32  `json:"Height,omitempty" xml:"Height,omitempty"`
	PreviousHash     *string `json:"PreviousHash,omitempty" xml:"PreviousHash,omitempty"`
	RootTxHash       *string `json:"RootTxHash,omitempty" xml:"RootTxHash,omitempty"`
	TransSummaryList *string `json:"TransSummaryList,omitempty" xml:"TransSummaryList,omitempty"`
	TransactionSize  *int32  `json:"TransactionSize,omitempty" xml:"TransactionSize,omitempty"`
	Version          *int64  `json:"Version,omitempty" xml:"Version,omitempty"`
}

func (DescribeAntChainBlockResponseBodyResult) GoString

func (*DescribeAntChainBlockResponseBodyResult) SetAntChainId

func (*DescribeAntChainBlockResponseBodyResult) SetBlockHash

func (*DescribeAntChainBlockResponseBodyResult) SetCreateTime

func (*DescribeAntChainBlockResponseBodyResult) SetHeight

func (*DescribeAntChainBlockResponseBodyResult) SetPreviousHash

func (*DescribeAntChainBlockResponseBodyResult) SetRootTxHash

func (*DescribeAntChainBlockResponseBodyResult) SetTransSummaryList

func (*DescribeAntChainBlockResponseBodyResult) SetTransactionSize

func (*DescribeAntChainBlockResponseBodyResult) SetVersion

func (DescribeAntChainBlockResponseBodyResult) String

type DescribeAntChainBlockV2Request

type DescribeAntChainBlockV2Request struct {
	AntChainId   *string `json:"AntChainId,omitempty" xml:"AntChainId,omitempty"`
	ConsortiumId *string `json:"ConsortiumId,omitempty" xml:"ConsortiumId,omitempty"`
	Height       *int64  `json:"Height,omitempty" xml:"Height,omitempty"`
}

func (DescribeAntChainBlockV2Request) GoString

func (*DescribeAntChainBlockV2Request) SetAntChainId

func (*DescribeAntChainBlockV2Request) SetConsortiumId

func (*DescribeAntChainBlockV2Request) SetHeight

func (DescribeAntChainBlockV2Request) String

type DescribeAntChainBlockV2Response

type DescribeAntChainBlockV2Response struct {
	Headers    map[string]*string                   `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                               `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DescribeAntChainBlockV2ResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DescribeAntChainBlockV2Response) GoString

func (*DescribeAntChainBlockV2Response) SetHeaders

func (*DescribeAntChainBlockV2Response) SetStatusCode

func (DescribeAntChainBlockV2Response) String

type DescribeAntChainBlockV2ResponseBody

type DescribeAntChainBlockV2ResponseBody struct {
	Code           *string                                    `json:"Code,omitempty" xml:"Code,omitempty"`
	HttpStatusCode *string                                    `json:"HttpStatusCode,omitempty" xml:"HttpStatusCode,omitempty"`
	Message        *string                                    `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId      *string                                    `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Result         *DescribeAntChainBlockV2ResponseBodyResult `json:"Result,omitempty" xml:"Result,omitempty" type:"Struct"`
	ResultCode     *string                                    `json:"ResultCode,omitempty" xml:"ResultCode,omitempty"`
	ResultMessage  *string                                    `json:"ResultMessage,omitempty" xml:"ResultMessage,omitempty"`
	Success        *bool                                      `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (DescribeAntChainBlockV2ResponseBody) GoString

func (*DescribeAntChainBlockV2ResponseBody) SetCode

func (*DescribeAntChainBlockV2ResponseBody) SetHttpStatusCode

func (*DescribeAntChainBlockV2ResponseBody) SetMessage

func (*DescribeAntChainBlockV2ResponseBody) SetRequestId

func (*DescribeAntChainBlockV2ResponseBody) SetResultCode

func (*DescribeAntChainBlockV2ResponseBody) SetResultMessage

func (*DescribeAntChainBlockV2ResponseBody) SetSuccess

func (DescribeAntChainBlockV2ResponseBody) String

type DescribeAntChainBlockV2ResponseBodyResult

type DescribeAntChainBlockV2ResponseBodyResult struct {
	AntChainId       *string                                                      `json:"AntChainId,omitempty" xml:"AntChainId,omitempty"`
	BlockHash        *string                                                      `json:"BlockHash,omitempty" xml:"BlockHash,omitempty"`
	CreateTime       *int64                                                       `json:"CreateTime,omitempty" xml:"CreateTime,omitempty"`
	Height           *int32                                                       `json:"Height,omitempty" xml:"Height,omitempty"`
	PreviousHash     *string                                                      `json:"PreviousHash,omitempty" xml:"PreviousHash,omitempty"`
	RootTxHash       *string                                                      `json:"RootTxHash,omitempty" xml:"RootTxHash,omitempty"`
	TransSummaryList []*DescribeAntChainBlockV2ResponseBodyResultTransSummaryList `json:"TransSummaryList,omitempty" xml:"TransSummaryList,omitempty" type:"Repeated"`
	TransactionSize  *int32                                                       `json:"TransactionSize,omitempty" xml:"TransactionSize,omitempty"`
	Version          *int64                                                       `json:"Version,omitempty" xml:"Version,omitempty"`
}

func (DescribeAntChainBlockV2ResponseBodyResult) GoString

func (*DescribeAntChainBlockV2ResponseBodyResult) SetAntChainId

func (*DescribeAntChainBlockV2ResponseBodyResult) SetBlockHash

func (*DescribeAntChainBlockV2ResponseBodyResult) SetCreateTime

func (*DescribeAntChainBlockV2ResponseBodyResult) SetHeight

func (*DescribeAntChainBlockV2ResponseBodyResult) SetPreviousHash

func (*DescribeAntChainBlockV2ResponseBodyResult) SetRootTxHash

func (*DescribeAntChainBlockV2ResponseBodyResult) SetTransactionSize

func (*DescribeAntChainBlockV2ResponseBodyResult) SetVersion

func (DescribeAntChainBlockV2ResponseBodyResult) String

type DescribeAntChainBlockV2ResponseBodyResultTransSummaryList

type DescribeAntChainBlockV2ResponseBodyResultTransSummaryList struct {
	Alias          *string `json:"Alias,omitempty" xml:"Alias,omitempty"`
	BlockHash      *string `json:"BlockHash,omitempty" xml:"BlockHash,omitempty"`
	Category       *int32  `json:"Category,omitempty" xml:"Category,omitempty"`
	CreateTime     *int64  `json:"CreateTime,omitempty" xml:"CreateTime,omitempty"`
	From           *string `json:"From,omitempty" xml:"From,omitempty"`
	GasUsed        *int64  `json:"GasUsed,omitempty" xml:"GasUsed,omitempty"`
	Hash           *string `json:"Hash,omitempty" xml:"Hash,omitempty"`
	Height         *int64  `json:"Height,omitempty" xml:"Height,omitempty"`
	ReferenceCount *int32  `json:"ReferenceCount,omitempty" xml:"ReferenceCount,omitempty"`
	To             *string `json:"To,omitempty" xml:"To,omitempty"`
	TransTypeV10   *string `json:"TransTypeV10,omitempty" xml:"TransTypeV10,omitempty"`
	TransTypeV6    *string `json:"TransTypeV6,omitempty" xml:"TransTypeV6,omitempty"`
}

func (DescribeAntChainBlockV2ResponseBodyResultTransSummaryList) GoString

func (*DescribeAntChainBlockV2ResponseBodyResultTransSummaryList) SetAlias

func (*DescribeAntChainBlockV2ResponseBodyResultTransSummaryList) SetBlockHash

func (*DescribeAntChainBlockV2ResponseBodyResultTransSummaryList) SetCategory

func (*DescribeAntChainBlockV2ResponseBodyResultTransSummaryList) SetCreateTime

func (*DescribeAntChainBlockV2ResponseBodyResultTransSummaryList) SetFrom

func (*DescribeAntChainBlockV2ResponseBodyResultTransSummaryList) SetGasUsed

func (*DescribeAntChainBlockV2ResponseBodyResultTransSummaryList) SetHash

func (*DescribeAntChainBlockV2ResponseBodyResultTransSummaryList) SetHeight

func (*DescribeAntChainBlockV2ResponseBodyResultTransSummaryList) SetReferenceCount

func (*DescribeAntChainBlockV2ResponseBodyResultTransSummaryList) SetTo

func (*DescribeAntChainBlockV2ResponseBodyResultTransSummaryList) SetTransTypeV10

func (*DescribeAntChainBlockV2ResponseBodyResultTransSummaryList) SetTransTypeV6

func (DescribeAntChainBlockV2ResponseBodyResultTransSummaryList) String

type DescribeAntChainCertificateApplicationsRequest

type DescribeAntChainCertificateApplicationsRequest struct {
	AntChainId *string `json:"AntChainId,omitempty" xml:"AntChainId,omitempty"`
	PageNumber *int32  `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"`
	PageSize   *int32  `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
	Status     *string `json:"Status,omitempty" xml:"Status,omitempty"`
}

func (DescribeAntChainCertificateApplicationsRequest) GoString

func (*DescribeAntChainCertificateApplicationsRequest) SetAntChainId

func (*DescribeAntChainCertificateApplicationsRequest) SetPageNumber

func (*DescribeAntChainCertificateApplicationsRequest) SetPageSize

func (*DescribeAntChainCertificateApplicationsRequest) SetStatus

func (DescribeAntChainCertificateApplicationsRequest) String

type DescribeAntChainCertificateApplicationsResponse

type DescribeAntChainCertificateApplicationsResponse struct {
	Headers    map[string]*string                                   `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                                               `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DescribeAntChainCertificateApplicationsResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DescribeAntChainCertificateApplicationsResponse) GoString

func (*DescribeAntChainCertificateApplicationsResponse) SetHeaders

func (*DescribeAntChainCertificateApplicationsResponse) SetStatusCode

func (DescribeAntChainCertificateApplicationsResponse) String

type DescribeAntChainCertificateApplicationsResponseBody

type DescribeAntChainCertificateApplicationsResponseBody struct {
	RequestId *string                                                    `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Result    *DescribeAntChainCertificateApplicationsResponseBodyResult `json:"Result,omitempty" xml:"Result,omitempty" type:"Struct"`
}

func (DescribeAntChainCertificateApplicationsResponseBody) GoString

func (*DescribeAntChainCertificateApplicationsResponseBody) SetRequestId

func (DescribeAntChainCertificateApplicationsResponseBody) String

type DescribeAntChainCertificateApplicationsResponseBodyResult

type DescribeAntChainCertificateApplicationsResponseBodyResult struct {
	CertificateApplications []*DescribeAntChainCertificateApplicationsResponseBodyResultCertificateApplications `json:"CertificateApplications,omitempty" xml:"CertificateApplications,omitempty" type:"Repeated"`
	Pagination              *DescribeAntChainCertificateApplicationsResponseBodyResultPagination                `json:"Pagination,omitempty" xml:"Pagination,omitempty" type:"Struct"`
}

func (DescribeAntChainCertificateApplicationsResponseBodyResult) GoString

func (DescribeAntChainCertificateApplicationsResponseBodyResult) String

type DescribeAntChainCertificateApplicationsResponseBodyResultCertificateApplications

type DescribeAntChainCertificateApplicationsResponseBodyResultCertificateApplications struct {
	AntChainId *string `json:"AntChainId,omitempty" xml:"AntChainId,omitempty"`
	// Bid
	Bid        *string `json:"Bid,omitempty" xml:"Bid,omitempty"`
	Createtime *int64  `json:"Createtime,omitempty" xml:"Createtime,omitempty"`
	Status     *string `json:"Status,omitempty" xml:"Status,omitempty"`
	Updatetime *int64  `json:"Updatetime,omitempty" xml:"Updatetime,omitempty"`
	Username   *string `json:"Username,omitempty" xml:"Username,omitempty"`
}

func (DescribeAntChainCertificateApplicationsResponseBodyResultCertificateApplications) GoString

func (*DescribeAntChainCertificateApplicationsResponseBodyResultCertificateApplications) SetAntChainId

func (*DescribeAntChainCertificateApplicationsResponseBodyResultCertificateApplications) SetBid

func (*DescribeAntChainCertificateApplicationsResponseBodyResultCertificateApplications) SetCreatetime

func (*DescribeAntChainCertificateApplicationsResponseBodyResultCertificateApplications) SetStatus

func (*DescribeAntChainCertificateApplicationsResponseBodyResultCertificateApplications) SetUpdatetime

func (*DescribeAntChainCertificateApplicationsResponseBodyResultCertificateApplications) SetUsername

func (DescribeAntChainCertificateApplicationsResponseBodyResultCertificateApplications) String

type DescribeAntChainCertificateApplicationsResponseBodyResultPagination

type DescribeAntChainCertificateApplicationsResponseBodyResultPagination struct {
	PageNumber *int32 `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"`
	PageSize   *int32 `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
	TotalCount *int32 `json:"TotalCount,omitempty" xml:"TotalCount,omitempty"`
}

func (DescribeAntChainCertificateApplicationsResponseBodyResultPagination) GoString

func (*DescribeAntChainCertificateApplicationsResponseBodyResultPagination) SetPageNumber

func (*DescribeAntChainCertificateApplicationsResponseBodyResultPagination) SetPageSize

func (*DescribeAntChainCertificateApplicationsResponseBodyResultPagination) SetTotalCount

func (DescribeAntChainCertificateApplicationsResponseBodyResultPagination) String

type DescribeAntChainCertificateApplicationsV2Request

type DescribeAntChainCertificateApplicationsV2Request struct {
	AntChainId   *string `json:"AntChainId,omitempty" xml:"AntChainId,omitempty"`
	ConsortiumId *string `json:"ConsortiumId,omitempty" xml:"ConsortiumId,omitempty"`
	PageNumber   *int32  `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"`
	PageSize     *int32  `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
	Status       *string `json:"Status,omitempty" xml:"Status,omitempty"`
}

func (DescribeAntChainCertificateApplicationsV2Request) GoString

func (*DescribeAntChainCertificateApplicationsV2Request) SetAntChainId

func (*DescribeAntChainCertificateApplicationsV2Request) SetConsortiumId

func (*DescribeAntChainCertificateApplicationsV2Request) SetPageNumber

func (*DescribeAntChainCertificateApplicationsV2Request) SetPageSize

func (*DescribeAntChainCertificateApplicationsV2Request) SetStatus

func (DescribeAntChainCertificateApplicationsV2Request) String

type DescribeAntChainCertificateApplicationsV2Response

type DescribeAntChainCertificateApplicationsV2Response struct {
	Headers    map[string]*string                                     `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                                                 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DescribeAntChainCertificateApplicationsV2ResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DescribeAntChainCertificateApplicationsV2Response) GoString

func (*DescribeAntChainCertificateApplicationsV2Response) SetHeaders

func (*DescribeAntChainCertificateApplicationsV2Response) SetStatusCode

func (DescribeAntChainCertificateApplicationsV2Response) String

type DescribeAntChainCertificateApplicationsV2ResponseBody

type DescribeAntChainCertificateApplicationsV2ResponseBody struct {
	Code           *string                                                      `json:"Code,omitempty" xml:"Code,omitempty"`
	HttpStatusCode *string                                                      `json:"HttpStatusCode,omitempty" xml:"HttpStatusCode,omitempty"`
	Message        *string                                                      `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId      *string                                                      `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Result         *DescribeAntChainCertificateApplicationsV2ResponseBodyResult `json:"Result,omitempty" xml:"Result,omitempty" type:"Struct"`
	ResultCode     *string                                                      `json:"ResultCode,omitempty" xml:"ResultCode,omitempty"`
	ResultMessage  *string                                                      `json:"ResultMessage,omitempty" xml:"ResultMessage,omitempty"`
	Success        *bool                                                        `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (DescribeAntChainCertificateApplicationsV2ResponseBody) GoString

func (*DescribeAntChainCertificateApplicationsV2ResponseBody) SetCode

func (*DescribeAntChainCertificateApplicationsV2ResponseBody) SetHttpStatusCode

func (*DescribeAntChainCertificateApplicationsV2ResponseBody) SetMessage

func (*DescribeAntChainCertificateApplicationsV2ResponseBody) SetRequestId

func (*DescribeAntChainCertificateApplicationsV2ResponseBody) SetResultCode

func (*DescribeAntChainCertificateApplicationsV2ResponseBody) SetResultMessage

func (*DescribeAntChainCertificateApplicationsV2ResponseBody) SetSuccess

func (DescribeAntChainCertificateApplicationsV2ResponseBody) String

type DescribeAntChainCertificateApplicationsV2ResponseBodyResult

type DescribeAntChainCertificateApplicationsV2ResponseBodyResult struct {
	CertificateApplications []*DescribeAntChainCertificateApplicationsV2ResponseBodyResultCertificateApplications `json:"CertificateApplications,omitempty" xml:"CertificateApplications,omitempty" type:"Repeated"`
	Pagination              *DescribeAntChainCertificateApplicationsV2ResponseBodyResultPagination                `json:"Pagination,omitempty" xml:"Pagination,omitempty" type:"Struct"`
}

func (DescribeAntChainCertificateApplicationsV2ResponseBodyResult) GoString

func (DescribeAntChainCertificateApplicationsV2ResponseBodyResult) String

type DescribeAntChainCertificateApplicationsV2ResponseBodyResultCertificateApplications

type DescribeAntChainCertificateApplicationsV2ResponseBodyResultCertificateApplications struct {
	AntChainId *string `json:"AntChainId,omitempty" xml:"AntChainId,omitempty"`
	Bid        *string `json:"Bid,omitempty" xml:"Bid,omitempty"`
	Createtime *int64  `json:"Createtime,omitempty" xml:"Createtime,omitempty"`
	Status     *string `json:"Status,omitempty" xml:"Status,omitempty"`
	Updatetime *int64  `json:"Updatetime,omitempty" xml:"Updatetime,omitempty"`
	Username   *string `json:"Username,omitempty" xml:"Username,omitempty"`
}

func (DescribeAntChainCertificateApplicationsV2ResponseBodyResultCertificateApplications) GoString

func (*DescribeAntChainCertificateApplicationsV2ResponseBodyResultCertificateApplications) SetAntChainId

func (*DescribeAntChainCertificateApplicationsV2ResponseBodyResultCertificateApplications) SetCreatetime

func (*DescribeAntChainCertificateApplicationsV2ResponseBodyResultCertificateApplications) SetStatus

func (*DescribeAntChainCertificateApplicationsV2ResponseBodyResultCertificateApplications) SetUpdatetime

func (*DescribeAntChainCertificateApplicationsV2ResponseBodyResultCertificateApplications) SetUsername

func (DescribeAntChainCertificateApplicationsV2ResponseBodyResultCertificateApplications) String

type DescribeAntChainCertificateApplicationsV2ResponseBodyResultPagination

type DescribeAntChainCertificateApplicationsV2ResponseBodyResultPagination struct {
	PageNumber *int32 `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"`
	PageSize   *int32 `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
	TotalCount *int32 `json:"TotalCount,omitempty" xml:"TotalCount,omitempty"`
}

func (DescribeAntChainCertificateApplicationsV2ResponseBodyResultPagination) GoString

func (*DescribeAntChainCertificateApplicationsV2ResponseBodyResultPagination) SetPageNumber

func (*DescribeAntChainCertificateApplicationsV2ResponseBodyResultPagination) SetPageSize

func (*DescribeAntChainCertificateApplicationsV2ResponseBodyResultPagination) SetTotalCount

func (DescribeAntChainCertificateApplicationsV2ResponseBodyResultPagination) String

type DescribeAntChainConsortiumsRequest

type DescribeAntChainConsortiumsRequest struct {
	PageNumber *int32 `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"`
	PageSize   *int32 `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
}

func (DescribeAntChainConsortiumsRequest) GoString

func (*DescribeAntChainConsortiumsRequest) SetPageNumber

func (*DescribeAntChainConsortiumsRequest) SetPageSize

func (DescribeAntChainConsortiumsRequest) String

type DescribeAntChainConsortiumsResponse

type DescribeAntChainConsortiumsResponse struct {
	Headers    map[string]*string                       `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                                   `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DescribeAntChainConsortiumsResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DescribeAntChainConsortiumsResponse) GoString

func (*DescribeAntChainConsortiumsResponse) SetHeaders

func (*DescribeAntChainConsortiumsResponse) SetStatusCode

func (DescribeAntChainConsortiumsResponse) String

type DescribeAntChainConsortiumsResponseBody

type DescribeAntChainConsortiumsResponseBody struct {
	RequestId *string                                        `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Result    *DescribeAntChainConsortiumsResponseBodyResult `json:"Result,omitempty" xml:"Result,omitempty" type:"Struct"`
}

func (DescribeAntChainConsortiumsResponseBody) GoString

func (*DescribeAntChainConsortiumsResponseBody) SetRequestId

func (DescribeAntChainConsortiumsResponseBody) String

type DescribeAntChainConsortiumsResponseBodyResult

type DescribeAntChainConsortiumsResponseBodyResult struct {
	AntConsortiums []*DescribeAntChainConsortiumsResponseBodyResultAntConsortiums `json:"AntConsortiums,omitempty" xml:"AntConsortiums,omitempty" type:"Repeated"`
	Pagination     *DescribeAntChainConsortiumsResponseBodyResultPagination       `json:"Pagination,omitempty" xml:"Pagination,omitempty" type:"Struct"`
}

func (DescribeAntChainConsortiumsResponseBodyResult) GoString

func (DescribeAntChainConsortiumsResponseBodyResult) String

type DescribeAntChainConsortiumsResponseBodyResultAntConsortiums

type DescribeAntChainConsortiumsResponseBodyResultAntConsortiums struct {
	ChainNum              *int64  `json:"ChainNum,omitempty" xml:"ChainNum,omitempty"`
	ConsortiumDescription *string `json:"ConsortiumDescription,omitempty" xml:"ConsortiumDescription,omitempty"`
	ConsortiumId          *string `json:"ConsortiumId,omitempty" xml:"ConsortiumId,omitempty"`
	ConsortiumName        *string `json:"ConsortiumName,omitempty" xml:"ConsortiumName,omitempty"`
	CreateTime            *int64  `json:"CreateTime,omitempty" xml:"CreateTime,omitempty"`
	MemberNum             *int64  `json:"MemberNum,omitempty" xml:"MemberNum,omitempty"`
	Role                  *string `json:"Role,omitempty" xml:"Role,omitempty"`
	Status                *string `json:"Status,omitempty" xml:"Status,omitempty"`
}

func (DescribeAntChainConsortiumsResponseBodyResultAntConsortiums) GoString

func (*DescribeAntChainConsortiumsResponseBodyResultAntConsortiums) SetChainNum

func (*DescribeAntChainConsortiumsResponseBodyResultAntConsortiums) SetConsortiumDescription

func (*DescribeAntChainConsortiumsResponseBodyResultAntConsortiums) SetConsortiumId

func (*DescribeAntChainConsortiumsResponseBodyResultAntConsortiums) SetConsortiumName

func (*DescribeAntChainConsortiumsResponseBodyResultAntConsortiums) SetCreateTime

func (*DescribeAntChainConsortiumsResponseBodyResultAntConsortiums) SetMemberNum

func (*DescribeAntChainConsortiumsResponseBodyResultAntConsortiums) SetRole

func (*DescribeAntChainConsortiumsResponseBodyResultAntConsortiums) SetStatus

func (DescribeAntChainConsortiumsResponseBodyResultAntConsortiums) String

type DescribeAntChainConsortiumsResponseBodyResultPagination

type DescribeAntChainConsortiumsResponseBodyResultPagination struct {
	PageNumber *int32 `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"`
	PageSize   *int32 `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
	TotalCount *int32 `json:"TotalCount,omitempty" xml:"TotalCount,omitempty"`
}

func (DescribeAntChainConsortiumsResponseBodyResultPagination) GoString

func (*DescribeAntChainConsortiumsResponseBodyResultPagination) SetPageNumber

func (*DescribeAntChainConsortiumsResponseBodyResultPagination) SetPageSize

func (*DescribeAntChainConsortiumsResponseBodyResultPagination) SetTotalCount

func (DescribeAntChainConsortiumsResponseBodyResultPagination) String

type DescribeAntChainConsortiumsV2Request

type DescribeAntChainConsortiumsV2Request struct {
	PageNumber *int32 `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"`
	PageSize   *int32 `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
}

func (DescribeAntChainConsortiumsV2Request) GoString

func (*DescribeAntChainConsortiumsV2Request) SetPageNumber

func (*DescribeAntChainConsortiumsV2Request) SetPageSize

func (DescribeAntChainConsortiumsV2Request) String

type DescribeAntChainConsortiumsV2Response

type DescribeAntChainConsortiumsV2Response struct {
	Headers    map[string]*string                         `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                                     `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DescribeAntChainConsortiumsV2ResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DescribeAntChainConsortiumsV2Response) GoString

func (*DescribeAntChainConsortiumsV2Response) SetHeaders

func (*DescribeAntChainConsortiumsV2Response) SetStatusCode

func (DescribeAntChainConsortiumsV2Response) String

type DescribeAntChainConsortiumsV2ResponseBody

type DescribeAntChainConsortiumsV2ResponseBody struct {
	Code           *string                                          `json:"Code,omitempty" xml:"Code,omitempty"`
	HttpStatusCode *string                                          `json:"HttpStatusCode,omitempty" xml:"HttpStatusCode,omitempty"`
	Message        *string                                          `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId      *string                                          `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Result         *DescribeAntChainConsortiumsV2ResponseBodyResult `json:"Result,omitempty" xml:"Result,omitempty" type:"Struct"`
	ResultCode     *string                                          `json:"ResultCode,omitempty" xml:"ResultCode,omitempty"`
	ResultMessage  *string                                          `json:"ResultMessage,omitempty" xml:"ResultMessage,omitempty"`
	Success        *bool                                            `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (DescribeAntChainConsortiumsV2ResponseBody) GoString

func (*DescribeAntChainConsortiumsV2ResponseBody) SetCode

func (*DescribeAntChainConsortiumsV2ResponseBody) SetHttpStatusCode

func (*DescribeAntChainConsortiumsV2ResponseBody) SetMessage

func (*DescribeAntChainConsortiumsV2ResponseBody) SetRequestId

func (*DescribeAntChainConsortiumsV2ResponseBody) SetResultCode

func (*DescribeAntChainConsortiumsV2ResponseBody) SetResultMessage

func (*DescribeAntChainConsortiumsV2ResponseBody) SetSuccess

func (DescribeAntChainConsortiumsV2ResponseBody) String

type DescribeAntChainConsortiumsV2ResponseBodyResult

type DescribeAntChainConsortiumsV2ResponseBodyResult struct {
	AntConsortiums []*DescribeAntChainConsortiumsV2ResponseBodyResultAntConsortiums `json:"AntConsortiums,omitempty" xml:"AntConsortiums,omitempty" type:"Repeated"`
	Pagination     *DescribeAntChainConsortiumsV2ResponseBodyResultPagination       `json:"Pagination,omitempty" xml:"Pagination,omitempty" type:"Struct"`
}

func (DescribeAntChainConsortiumsV2ResponseBodyResult) GoString

func (DescribeAntChainConsortiumsV2ResponseBodyResult) String

type DescribeAntChainConsortiumsV2ResponseBodyResultAntConsortiums

type DescribeAntChainConsortiumsV2ResponseBodyResultAntConsortiums struct {
	ChainNum              *int64  `json:"ChainNum,omitempty" xml:"ChainNum,omitempty"`
	ConsortiumDescription *string `json:"ConsortiumDescription,omitempty" xml:"ConsortiumDescription,omitempty"`
	ConsortiumId          *string `json:"ConsortiumId,omitempty" xml:"ConsortiumId,omitempty"`
	ConsortiumName        *string `json:"ConsortiumName,omitempty" xml:"ConsortiumName,omitempty"`
	CreateTime            *int64  `json:"CreateTime,omitempty" xml:"CreateTime,omitempty"`
	IsEmptyConsortium     *bool   `json:"IsEmptyConsortium,omitempty" xml:"IsEmptyConsortium,omitempty"`
	MemberNum             *int64  `json:"MemberNum,omitempty" xml:"MemberNum,omitempty"`
	Role                  *string `json:"Role,omitempty" xml:"Role,omitempty"`
	Status                *string `json:"Status,omitempty" xml:"Status,omitempty"`
}

func (DescribeAntChainConsortiumsV2ResponseBodyResultAntConsortiums) GoString

func (*DescribeAntChainConsortiumsV2ResponseBodyResultAntConsortiums) SetChainNum

func (*DescribeAntChainConsortiumsV2ResponseBodyResultAntConsortiums) SetConsortiumDescription

func (*DescribeAntChainConsortiumsV2ResponseBodyResultAntConsortiums) SetConsortiumId

func (*DescribeAntChainConsortiumsV2ResponseBodyResultAntConsortiums) SetConsortiumName

func (*DescribeAntChainConsortiumsV2ResponseBodyResultAntConsortiums) SetCreateTime

func (*DescribeAntChainConsortiumsV2ResponseBodyResultAntConsortiums) SetIsEmptyConsortium

func (*DescribeAntChainConsortiumsV2ResponseBodyResultAntConsortiums) SetMemberNum

func (*DescribeAntChainConsortiumsV2ResponseBodyResultAntConsortiums) SetRole

func (*DescribeAntChainConsortiumsV2ResponseBodyResultAntConsortiums) SetStatus

func (DescribeAntChainConsortiumsV2ResponseBodyResultAntConsortiums) String

type DescribeAntChainConsortiumsV2ResponseBodyResultPagination

type DescribeAntChainConsortiumsV2ResponseBodyResultPagination struct {
	PageNumber *int32 `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"`
	PageSize   *int32 `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
	TotalCount *int32 `json:"TotalCount,omitempty" xml:"TotalCount,omitempty"`
}

func (DescribeAntChainConsortiumsV2ResponseBodyResultPagination) GoString

func (*DescribeAntChainConsortiumsV2ResponseBodyResultPagination) SetPageNumber

func (*DescribeAntChainConsortiumsV2ResponseBodyResultPagination) SetPageSize

func (*DescribeAntChainConsortiumsV2ResponseBodyResultPagination) SetTotalCount

func (DescribeAntChainConsortiumsV2ResponseBodyResultPagination) String

type DescribeAntChainContractProjectContentTreeRequest

type DescribeAntChainContractProjectContentTreeRequest struct {
	ProjectId *string `json:"ProjectId,omitempty" xml:"ProjectId,omitempty"`
}

func (DescribeAntChainContractProjectContentTreeRequest) GoString

func (*DescribeAntChainContractProjectContentTreeRequest) SetProjectId

func (DescribeAntChainContractProjectContentTreeRequest) String

type DescribeAntChainContractProjectContentTreeResponse

type DescribeAntChainContractProjectContentTreeResponse struct {
	Headers    map[string]*string                                      `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                                                  `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DescribeAntChainContractProjectContentTreeResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DescribeAntChainContractProjectContentTreeResponse) GoString

func (*DescribeAntChainContractProjectContentTreeResponse) SetHeaders

func (*DescribeAntChainContractProjectContentTreeResponse) SetStatusCode

func (DescribeAntChainContractProjectContentTreeResponse) String

type DescribeAntChainContractProjectContentTreeResponseBody

type DescribeAntChainContractProjectContentTreeResponseBody struct {
	RequestId *string                                                       `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Result    *DescribeAntChainContractProjectContentTreeResponseBodyResult `json:"Result,omitempty" xml:"Result,omitempty" type:"Struct"`
}

func (DescribeAntChainContractProjectContentTreeResponseBody) GoString

func (*DescribeAntChainContractProjectContentTreeResponseBody) SetRequestId

func (DescribeAntChainContractProjectContentTreeResponseBody) String

type DescribeAntChainContractProjectContentTreeResponseBodyResult

type DescribeAntChainContractProjectContentTreeResponseBodyResult struct {
	Children           []map[string]interface{} `json:"Children,omitempty" xml:"Children,omitempty" type:"Repeated"`
	ProjectDescription *string                  `json:"ProjectDescription,omitempty" xml:"ProjectDescription,omitempty"`
	ProjectId          *string                  `json:"ProjectId,omitempty" xml:"ProjectId,omitempty"`
	ProjectName        *string                  `json:"ProjectName,omitempty" xml:"ProjectName,omitempty"`
	ProjectVersion     *string                  `json:"ProjectVersion,omitempty" xml:"ProjectVersion,omitempty"`
}

func (DescribeAntChainContractProjectContentTreeResponseBodyResult) GoString

func (*DescribeAntChainContractProjectContentTreeResponseBodyResult) SetChildren

func (*DescribeAntChainContractProjectContentTreeResponseBodyResult) SetProjectDescription

func (*DescribeAntChainContractProjectContentTreeResponseBodyResult) SetProjectId

func (*DescribeAntChainContractProjectContentTreeResponseBodyResult) SetProjectName

func (*DescribeAntChainContractProjectContentTreeResponseBodyResult) SetProjectVersion

func (DescribeAntChainContractProjectContentTreeResponseBodyResult) String

type DescribeAntChainContractProjectContentTreeV2Request

type DescribeAntChainContractProjectContentTreeV2Request struct {
	ConsortiumId *string `json:"ConsortiumId,omitempty" xml:"ConsortiumId,omitempty"`
	ProjectId    *string `json:"ProjectId,omitempty" xml:"ProjectId,omitempty"`
}

func (DescribeAntChainContractProjectContentTreeV2Request) GoString

func (*DescribeAntChainContractProjectContentTreeV2Request) SetConsortiumId

func (*DescribeAntChainContractProjectContentTreeV2Request) SetProjectId

func (DescribeAntChainContractProjectContentTreeV2Request) String

type DescribeAntChainContractProjectContentTreeV2Response

type DescribeAntChainContractProjectContentTreeV2Response struct {
	Headers    map[string]*string                                        `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                                                    `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DescribeAntChainContractProjectContentTreeV2ResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DescribeAntChainContractProjectContentTreeV2Response) GoString

func (*DescribeAntChainContractProjectContentTreeV2Response) SetHeaders

func (*DescribeAntChainContractProjectContentTreeV2Response) SetStatusCode

func (DescribeAntChainContractProjectContentTreeV2Response) String

type DescribeAntChainContractProjectContentTreeV2ResponseBody

type DescribeAntChainContractProjectContentTreeV2ResponseBody struct {
	Code           *string `json:"Code,omitempty" xml:"Code,omitempty"`
	HttpStatusCode *string `json:"HttpStatusCode,omitempty" xml:"HttpStatusCode,omitempty"`
	Message        *string `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId      *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Result         *string `json:"Result,omitempty" xml:"Result,omitempty"`
	ResultCode     *string `json:"ResultCode,omitempty" xml:"ResultCode,omitempty"`
	ResultMessage  *string `json:"ResultMessage,omitempty" xml:"ResultMessage,omitempty"`
	Success        *bool   `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (DescribeAntChainContractProjectContentTreeV2ResponseBody) GoString

func (*DescribeAntChainContractProjectContentTreeV2ResponseBody) SetCode

func (*DescribeAntChainContractProjectContentTreeV2ResponseBody) SetHttpStatusCode

func (*DescribeAntChainContractProjectContentTreeV2ResponseBody) SetMessage

func (*DescribeAntChainContractProjectContentTreeV2ResponseBody) SetRequestId

func (*DescribeAntChainContractProjectContentTreeV2ResponseBody) SetResult

func (*DescribeAntChainContractProjectContentTreeV2ResponseBody) SetResultCode

func (*DescribeAntChainContractProjectContentTreeV2ResponseBody) SetResultMessage

func (*DescribeAntChainContractProjectContentTreeV2ResponseBody) SetSuccess

func (DescribeAntChainContractProjectContentTreeV2ResponseBody) String

type DescribeAntChainContractProjectsRequest

type DescribeAntChainContractProjectsRequest struct {
	ConsortiumId *string `json:"ConsortiumId,omitempty" xml:"ConsortiumId,omitempty"`
	PageNumber   *int32  `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"`
	PageSize     *int32  `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
}

func (DescribeAntChainContractProjectsRequest) GoString

func (*DescribeAntChainContractProjectsRequest) SetConsortiumId

func (*DescribeAntChainContractProjectsRequest) SetPageNumber

func (*DescribeAntChainContractProjectsRequest) SetPageSize

func (DescribeAntChainContractProjectsRequest) String

type DescribeAntChainContractProjectsResponse

type DescribeAntChainContractProjectsResponse struct {
	Headers    map[string]*string                            `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                                        `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DescribeAntChainContractProjectsResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DescribeAntChainContractProjectsResponse) GoString

func (*DescribeAntChainContractProjectsResponse) SetHeaders

func (*DescribeAntChainContractProjectsResponse) SetStatusCode

func (DescribeAntChainContractProjectsResponse) String

type DescribeAntChainContractProjectsResponseBody

type DescribeAntChainContractProjectsResponseBody struct {
	RequestId *string                                             `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Result    *DescribeAntChainContractProjectsResponseBodyResult `json:"Result,omitempty" xml:"Result,omitempty" type:"Struct"`
}

func (DescribeAntChainContractProjectsResponseBody) GoString

func (*DescribeAntChainContractProjectsResponseBody) SetRequestId

func (DescribeAntChainContractProjectsResponseBody) String

type DescribeAntChainContractProjectsResponseBodyResult

type DescribeAntChainContractProjectsResponseBodyResult struct {
	ContractProjects []*DescribeAntChainContractProjectsResponseBodyResultContractProjects `json:"ContractProjects,omitempty" xml:"ContractProjects,omitempty" type:"Repeated"`
	Pagination       *DescribeAntChainContractProjectsResponseBodyResultPagination         `json:"Pagination,omitempty" xml:"Pagination,omitempty" type:"Struct"`
}

func (DescribeAntChainContractProjectsResponseBodyResult) GoString

func (DescribeAntChainContractProjectsResponseBodyResult) String

type DescribeAntChainContractProjectsResponseBodyResultContractProjects

type DescribeAntChainContractProjectsResponseBodyResultContractProjects struct {
	ConsortiumId       *string `json:"ConsortiumId,omitempty" xml:"ConsortiumId,omitempty"`
	CreateTime         *int64  `json:"CreateTime,omitempty" xml:"CreateTime,omitempty"`
	ProjectDescription *string `json:"ProjectDescription,omitempty" xml:"ProjectDescription,omitempty"`
	ProjectId          *string `json:"ProjectId,omitempty" xml:"ProjectId,omitempty"`
	ProjectName        *string `json:"ProjectName,omitempty" xml:"ProjectName,omitempty"`
	ProjectVersion     *string `json:"ProjectVersion,omitempty" xml:"ProjectVersion,omitempty"`
	UpdateTime         *int64  `json:"UpdateTime,omitempty" xml:"UpdateTime,omitempty"`
}

func (DescribeAntChainContractProjectsResponseBodyResultContractProjects) GoString

func (*DescribeAntChainContractProjectsResponseBodyResultContractProjects) SetConsortiumId

func (*DescribeAntChainContractProjectsResponseBodyResultContractProjects) SetCreateTime

func (*DescribeAntChainContractProjectsResponseBodyResultContractProjects) SetProjectDescription

func (*DescribeAntChainContractProjectsResponseBodyResultContractProjects) SetProjectId

func (*DescribeAntChainContractProjectsResponseBodyResultContractProjects) SetProjectName

func (*DescribeAntChainContractProjectsResponseBodyResultContractProjects) SetProjectVersion

func (*DescribeAntChainContractProjectsResponseBodyResultContractProjects) SetUpdateTime

func (DescribeAntChainContractProjectsResponseBodyResultContractProjects) String

type DescribeAntChainContractProjectsResponseBodyResultPagination

type DescribeAntChainContractProjectsResponseBodyResultPagination struct {
	PageNumber *int32 `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"`
	PageSize   *int32 `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
	TotalCount *int32 `json:"TotalCount,omitempty" xml:"TotalCount,omitempty"`
}

func (DescribeAntChainContractProjectsResponseBodyResultPagination) GoString

func (*DescribeAntChainContractProjectsResponseBodyResultPagination) SetPageNumber

func (*DescribeAntChainContractProjectsResponseBodyResultPagination) SetPageSize

func (*DescribeAntChainContractProjectsResponseBodyResultPagination) SetTotalCount

func (DescribeAntChainContractProjectsResponseBodyResultPagination) String

type DescribeAntChainContractProjectsV2Request

type DescribeAntChainContractProjectsV2Request struct {
	ConsortiumId *string `json:"ConsortiumId,omitempty" xml:"ConsortiumId,omitempty"`
	PageNumber   *int32  `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"`
	PageSize     *int32  `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
}

func (DescribeAntChainContractProjectsV2Request) GoString

func (*DescribeAntChainContractProjectsV2Request) SetConsortiumId

func (*DescribeAntChainContractProjectsV2Request) SetPageNumber

func (*DescribeAntChainContractProjectsV2Request) SetPageSize

func (DescribeAntChainContractProjectsV2Request) String

type DescribeAntChainContractProjectsV2Response

type DescribeAntChainContractProjectsV2Response struct {
	Headers    map[string]*string                              `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                                          `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DescribeAntChainContractProjectsV2ResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DescribeAntChainContractProjectsV2Response) GoString

func (*DescribeAntChainContractProjectsV2Response) SetHeaders

func (*DescribeAntChainContractProjectsV2Response) SetStatusCode

func (DescribeAntChainContractProjectsV2Response) String

type DescribeAntChainContractProjectsV2ResponseBody

type DescribeAntChainContractProjectsV2ResponseBody struct {
	Code           *string                                               `json:"Code,omitempty" xml:"Code,omitempty"`
	HttpStatusCode *string                                               `json:"HttpStatusCode,omitempty" xml:"HttpStatusCode,omitempty"`
	Message        *string                                               `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId      *string                                               `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Result         *DescribeAntChainContractProjectsV2ResponseBodyResult `json:"Result,omitempty" xml:"Result,omitempty" type:"Struct"`
	ResultCode     *string                                               `json:"ResultCode,omitempty" xml:"ResultCode,omitempty"`
	ResultMessage  *string                                               `json:"ResultMessage,omitempty" xml:"ResultMessage,omitempty"`
	Success        *bool                                                 `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (DescribeAntChainContractProjectsV2ResponseBody) GoString

func (*DescribeAntChainContractProjectsV2ResponseBody) SetCode

func (*DescribeAntChainContractProjectsV2ResponseBody) SetHttpStatusCode

func (*DescribeAntChainContractProjectsV2ResponseBody) SetMessage

func (*DescribeAntChainContractProjectsV2ResponseBody) SetRequestId

func (*DescribeAntChainContractProjectsV2ResponseBody) SetResultCode

func (*DescribeAntChainContractProjectsV2ResponseBody) SetResultMessage

func (*DescribeAntChainContractProjectsV2ResponseBody) SetSuccess

func (DescribeAntChainContractProjectsV2ResponseBody) String

type DescribeAntChainContractProjectsV2ResponseBodyResult

type DescribeAntChainContractProjectsV2ResponseBodyResult struct {
	ContractProjects []*DescribeAntChainContractProjectsV2ResponseBodyResultContractProjects `json:"ContractProjects,omitempty" xml:"ContractProjects,omitempty" type:"Repeated"`
	Pagination       *DescribeAntChainContractProjectsV2ResponseBodyResultPagination         `json:"Pagination,omitempty" xml:"Pagination,omitempty" type:"Struct"`
}

func (DescribeAntChainContractProjectsV2ResponseBodyResult) GoString

func (DescribeAntChainContractProjectsV2ResponseBodyResult) String

type DescribeAntChainContractProjectsV2ResponseBodyResultContractProjects

type DescribeAntChainContractProjectsV2ResponseBodyResultContractProjects struct {
	ConsortiumId       *string `json:"ConsortiumId,omitempty" xml:"ConsortiumId,omitempty"`
	CreateTime         *int64  `json:"CreateTime,omitempty" xml:"CreateTime,omitempty"`
	ProjectDescription *string `json:"ProjectDescription,omitempty" xml:"ProjectDescription,omitempty"`
	ProjectId          *string `json:"ProjectId,omitempty" xml:"ProjectId,omitempty"`
	ProjectName        *string `json:"ProjectName,omitempty" xml:"ProjectName,omitempty"`
	ProjectVersion     *string `json:"ProjectVersion,omitempty" xml:"ProjectVersion,omitempty"`
	UpdateTime         *int64  `json:"UpdateTime,omitempty" xml:"UpdateTime,omitempty"`
}

func (DescribeAntChainContractProjectsV2ResponseBodyResultContractProjects) GoString

func (*DescribeAntChainContractProjectsV2ResponseBodyResultContractProjects) SetConsortiumId

func (*DescribeAntChainContractProjectsV2ResponseBodyResultContractProjects) SetCreateTime

func (*DescribeAntChainContractProjectsV2ResponseBodyResultContractProjects) SetProjectDescription

func (*DescribeAntChainContractProjectsV2ResponseBodyResultContractProjects) SetProjectId

func (*DescribeAntChainContractProjectsV2ResponseBodyResultContractProjects) SetProjectName

func (*DescribeAntChainContractProjectsV2ResponseBodyResultContractProjects) SetProjectVersion

func (*DescribeAntChainContractProjectsV2ResponseBodyResultContractProjects) SetUpdateTime

func (DescribeAntChainContractProjectsV2ResponseBodyResultContractProjects) String

type DescribeAntChainContractProjectsV2ResponseBodyResultPagination

type DescribeAntChainContractProjectsV2ResponseBodyResultPagination struct {
	PageNumber *int32 `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"`
	PageSize   *int32 `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
	TotalCount *int32 `json:"TotalCount,omitempty" xml:"TotalCount,omitempty"`
}

func (DescribeAntChainContractProjectsV2ResponseBodyResultPagination) GoString

func (*DescribeAntChainContractProjectsV2ResponseBodyResultPagination) SetPageNumber

func (*DescribeAntChainContractProjectsV2ResponseBodyResultPagination) SetPageSize

func (*DescribeAntChainContractProjectsV2ResponseBodyResultPagination) SetTotalCount

func (DescribeAntChainContractProjectsV2ResponseBodyResultPagination) String

type DescribeAntChainDownloadPathsRequest

type DescribeAntChainDownloadPathsRequest struct {
	AntChainId *string `json:"AntChainId,omitempty" xml:"AntChainId,omitempty"`
}

func (DescribeAntChainDownloadPathsRequest) GoString

func (*DescribeAntChainDownloadPathsRequest) SetAntChainId

func (DescribeAntChainDownloadPathsRequest) String

type DescribeAntChainDownloadPathsResponse

type DescribeAntChainDownloadPathsResponse struct {
	Headers    map[string]*string                         `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                                     `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DescribeAntChainDownloadPathsResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DescribeAntChainDownloadPathsResponse) GoString

func (*DescribeAntChainDownloadPathsResponse) SetHeaders

func (*DescribeAntChainDownloadPathsResponse) SetStatusCode

func (DescribeAntChainDownloadPathsResponse) String

type DescribeAntChainDownloadPathsResponseBody

type DescribeAntChainDownloadPathsResponseBody struct {
	RequestId *string                                          `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Result    *DescribeAntChainDownloadPathsResponseBodyResult `json:"Result,omitempty" xml:"Result,omitempty" type:"Struct"`
}

func (DescribeAntChainDownloadPathsResponseBody) GoString

func (*DescribeAntChainDownloadPathsResponseBody) SetRequestId

func (DescribeAntChainDownloadPathsResponseBody) String

type DescribeAntChainDownloadPathsResponseBodyResult

type DescribeAntChainDownloadPathsResponseBodyResult struct {
	CaCrtUrl     *string `json:"CaCrtUrl,omitempty" xml:"CaCrtUrl,omitempty"`
	ClientCrtUrl *string `json:"ClientCrtUrl,omitempty" xml:"ClientCrtUrl,omitempty"`
	SdkUrl       *string `json:"SdkUrl,omitempty" xml:"SdkUrl,omitempty"`
	TrustCaUrl   *string `json:"TrustCaUrl,omitempty" xml:"TrustCaUrl,omitempty"`
}

func (DescribeAntChainDownloadPathsResponseBodyResult) GoString

func (*DescribeAntChainDownloadPathsResponseBodyResult) SetCaCrtUrl

func (*DescribeAntChainDownloadPathsResponseBodyResult) SetClientCrtUrl

func (*DescribeAntChainDownloadPathsResponseBodyResult) SetSdkUrl

func (*DescribeAntChainDownloadPathsResponseBodyResult) SetTrustCaUrl

func (DescribeAntChainDownloadPathsResponseBodyResult) String

type DescribeAntChainDownloadPathsV2Request

type DescribeAntChainDownloadPathsV2Request struct {
	AntChainId   *string `json:"AntChainId,omitempty" xml:"AntChainId,omitempty"`
	ConsortiumId *string `json:"ConsortiumId,omitempty" xml:"ConsortiumId,omitempty"`
}

func (DescribeAntChainDownloadPathsV2Request) GoString

func (*DescribeAntChainDownloadPathsV2Request) SetAntChainId

func (*DescribeAntChainDownloadPathsV2Request) SetConsortiumId

func (DescribeAntChainDownloadPathsV2Request) String

type DescribeAntChainDownloadPathsV2Response

type DescribeAntChainDownloadPathsV2Response struct {
	Headers    map[string]*string                           `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                                       `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DescribeAntChainDownloadPathsV2ResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DescribeAntChainDownloadPathsV2Response) GoString

func (*DescribeAntChainDownloadPathsV2Response) SetHeaders

func (*DescribeAntChainDownloadPathsV2Response) SetStatusCode

func (DescribeAntChainDownloadPathsV2Response) String

type DescribeAntChainDownloadPathsV2ResponseBody

type DescribeAntChainDownloadPathsV2ResponseBody struct {
	Code           *string                                            `json:"Code,omitempty" xml:"Code,omitempty"`
	HttpStatusCode *string                                            `json:"HttpStatusCode,omitempty" xml:"HttpStatusCode,omitempty"`
	Message        *string                                            `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId      *string                                            `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Result         *DescribeAntChainDownloadPathsV2ResponseBodyResult `json:"Result,omitempty" xml:"Result,omitempty" type:"Struct"`
	ResultCode     *string                                            `json:"ResultCode,omitempty" xml:"ResultCode,omitempty"`
	ResultMessage  *string                                            `json:"ResultMessage,omitempty" xml:"ResultMessage,omitempty"`
	Success        *bool                                              `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (DescribeAntChainDownloadPathsV2ResponseBody) GoString

func (*DescribeAntChainDownloadPathsV2ResponseBody) SetCode

func (*DescribeAntChainDownloadPathsV2ResponseBody) SetHttpStatusCode

func (*DescribeAntChainDownloadPathsV2ResponseBody) SetMessage

func (*DescribeAntChainDownloadPathsV2ResponseBody) SetRequestId

func (*DescribeAntChainDownloadPathsV2ResponseBody) SetResultCode

func (*DescribeAntChainDownloadPathsV2ResponseBody) SetResultMessage

func (*DescribeAntChainDownloadPathsV2ResponseBody) SetSuccess

func (DescribeAntChainDownloadPathsV2ResponseBody) String

type DescribeAntChainDownloadPathsV2ResponseBodyResult

type DescribeAntChainDownloadPathsV2ResponseBodyResult struct {
	CaCrtUrl     *string `json:"CaCrtUrl,omitempty" xml:"CaCrtUrl,omitempty"`
	ClientCrtUrl *string `json:"ClientCrtUrl,omitempty" xml:"ClientCrtUrl,omitempty"`
	SdkUrl       *string `json:"SdkUrl,omitempty" xml:"SdkUrl,omitempty"`
	TrustCaUrl   *string `json:"TrustCaUrl,omitempty" xml:"TrustCaUrl,omitempty"`
}

func (DescribeAntChainDownloadPathsV2ResponseBodyResult) GoString

func (*DescribeAntChainDownloadPathsV2ResponseBodyResult) SetCaCrtUrl

func (*DescribeAntChainDownloadPathsV2ResponseBodyResult) SetClientCrtUrl

func (*DescribeAntChainDownloadPathsV2ResponseBodyResult) SetSdkUrl

func (*DescribeAntChainDownloadPathsV2ResponseBodyResult) SetTrustCaUrl

func (DescribeAntChainDownloadPathsV2ResponseBodyResult) String

type DescribeAntChainInformationRequest

type DescribeAntChainInformationRequest struct {
	AntChainId *string `json:"AntChainId,omitempty" xml:"AntChainId,omitempty"`
}

func (DescribeAntChainInformationRequest) GoString

func (*DescribeAntChainInformationRequest) SetAntChainId

func (DescribeAntChainInformationRequest) String

type DescribeAntChainInformationResponse

type DescribeAntChainInformationResponse struct {
	Headers    map[string]*string                       `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                                   `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DescribeAntChainInformationResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DescribeAntChainInformationResponse) GoString

func (*DescribeAntChainInformationResponse) SetHeaders

func (*DescribeAntChainInformationResponse) SetStatusCode

func (DescribeAntChainInformationResponse) String

type DescribeAntChainInformationResponseBody

type DescribeAntChainInformationResponseBody struct {
	RequestId *string                                        `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Result    *DescribeAntChainInformationResponseBodyResult `json:"Result,omitempty" xml:"Result,omitempty" type:"Struct"`
}

func (DescribeAntChainInformationResponseBody) GoString

func (*DescribeAntChainInformationResponseBody) SetRequestId

func (DescribeAntChainInformationResponseBody) String

type DescribeAntChainInformationResponseBodyResult

type DescribeAntChainInformationResponseBodyResult struct {
	AbnormalNodes  *int32                                                    `json:"AbnormalNodes,omitempty" xml:"AbnormalNodes,omitempty"`
	AntChainId     *string                                                   `json:"AntChainId,omitempty" xml:"AntChainId,omitempty"`
	BlockHeight    *int32                                                    `json:"BlockHeight,omitempty" xml:"BlockHeight,omitempty"`
	CreateTime     *int64                                                    `json:"CreateTime,omitempty" xml:"CreateTime,omitempty"`
	NodeInfos      []*DescribeAntChainInformationResponseBodyResultNodeInfos `json:"NodeInfos,omitempty" xml:"NodeInfos,omitempty" type:"Repeated"`
	NodeNumber     *int32                                                    `json:"NodeNumber,omitempty" xml:"NodeNumber,omitempty"`
	Normal         *bool                                                     `json:"Normal,omitempty" xml:"Normal,omitempty"`
	TransactionSum *int32                                                    `json:"TransactionSum,omitempty" xml:"TransactionSum,omitempty"`
	Version        *string                                                   `json:"Version,omitempty" xml:"Version,omitempty"`
}

func (DescribeAntChainInformationResponseBodyResult) GoString

func (*DescribeAntChainInformationResponseBodyResult) SetAbnormalNodes

func (*DescribeAntChainInformationResponseBodyResult) SetAntChainId

func (*DescribeAntChainInformationResponseBodyResult) SetBlockHeight

func (*DescribeAntChainInformationResponseBodyResult) SetCreateTime

func (*DescribeAntChainInformationResponseBodyResult) SetNodeNumber

func (*DescribeAntChainInformationResponseBodyResult) SetNormal

func (*DescribeAntChainInformationResponseBodyResult) SetTransactionSum

func (*DescribeAntChainInformationResponseBodyResult) SetVersion

func (DescribeAntChainInformationResponseBodyResult) String

type DescribeAntChainInformationResponseBodyResultNodeInfos

type DescribeAntChainInformationResponseBodyResultNodeInfos struct {
	BlockHeight *int64  `json:"BlockHeight,omitempty" xml:"BlockHeight,omitempty"`
	NodeName    *string `json:"NodeName,omitempty" xml:"NodeName,omitempty"`
	Status      *bool   `json:"Status,omitempty" xml:"Status,omitempty"`
	Version     *string `json:"Version,omitempty" xml:"Version,omitempty"`
}

func (DescribeAntChainInformationResponseBodyResultNodeInfos) GoString

func (*DescribeAntChainInformationResponseBodyResultNodeInfos) SetBlockHeight

func (*DescribeAntChainInformationResponseBodyResultNodeInfos) SetNodeName

func (*DescribeAntChainInformationResponseBodyResultNodeInfos) SetStatus

func (*DescribeAntChainInformationResponseBodyResultNodeInfos) SetVersion

func (DescribeAntChainInformationResponseBodyResultNodeInfos) String

type DescribeAntChainInformationV2Request

type DescribeAntChainInformationV2Request struct {
	AntChainId   *string `json:"AntChainId,omitempty" xml:"AntChainId,omitempty"`
	ConsortiumId *string `json:"ConsortiumId,omitempty" xml:"ConsortiumId,omitempty"`
}

func (DescribeAntChainInformationV2Request) GoString

func (*DescribeAntChainInformationV2Request) SetAntChainId

func (*DescribeAntChainInformationV2Request) SetConsortiumId

func (DescribeAntChainInformationV2Request) String

type DescribeAntChainInformationV2Response

type DescribeAntChainInformationV2Response struct {
	Headers    map[string]*string                         `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                                     `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DescribeAntChainInformationV2ResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DescribeAntChainInformationV2Response) GoString

func (*DescribeAntChainInformationV2Response) SetHeaders

func (*DescribeAntChainInformationV2Response) SetStatusCode

func (DescribeAntChainInformationV2Response) String

type DescribeAntChainInformationV2ResponseBody

type DescribeAntChainInformationV2ResponseBody struct {
	Code           *string                                          `json:"Code,omitempty" xml:"Code,omitempty"`
	HttpStatusCode *string                                          `json:"HttpStatusCode,omitempty" xml:"HttpStatusCode,omitempty"`
	Message        *string                                          `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId      *string                                          `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Result         *DescribeAntChainInformationV2ResponseBodyResult `json:"Result,omitempty" xml:"Result,omitempty" type:"Struct"`
	ResultCode     *string                                          `json:"ResultCode,omitempty" xml:"ResultCode,omitempty"`
	ResultMessage  *string                                          `json:"ResultMessage,omitempty" xml:"ResultMessage,omitempty"`
	Success        *bool                                            `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (DescribeAntChainInformationV2ResponseBody) GoString

func (*DescribeAntChainInformationV2ResponseBody) SetCode

func (*DescribeAntChainInformationV2ResponseBody) SetHttpStatusCode

func (*DescribeAntChainInformationV2ResponseBody) SetMessage

func (*DescribeAntChainInformationV2ResponseBody) SetRequestId

func (*DescribeAntChainInformationV2ResponseBody) SetResultCode

func (*DescribeAntChainInformationV2ResponseBody) SetResultMessage

func (*DescribeAntChainInformationV2ResponseBody) SetSuccess

func (DescribeAntChainInformationV2ResponseBody) String

type DescribeAntChainInformationV2ResponseBodyResult

type DescribeAntChainInformationV2ResponseBodyResult struct {
	AbnormalNodes  *int32                                                      `json:"AbnormalNodes,omitempty" xml:"AbnormalNodes,omitempty"`
	AntChainId     *string                                                     `json:"AntChainId,omitempty" xml:"AntChainId,omitempty"`
	BlockHeight    *int32                                                      `json:"BlockHeight,omitempty" xml:"BlockHeight,omitempty"`
	CreateTime     *int64                                                      `json:"CreateTime,omitempty" xml:"CreateTime,omitempty"`
	IsRole         *bool                                                       `json:"IsRole,omitempty" xml:"IsRole,omitempty"`
	NodeInfos      []*DescribeAntChainInformationV2ResponseBodyResultNodeInfos `json:"NodeInfos,omitempty" xml:"NodeInfos,omitempty" type:"Repeated"`
	NodeNumber     *int32                                                      `json:"NodeNumber,omitempty" xml:"NodeNumber,omitempty"`
	Normal         *bool                                                       `json:"Normal,omitempty" xml:"Normal,omitempty"`
	TransactionSum *int32                                                      `json:"TransactionSum,omitempty" xml:"TransactionSum,omitempty"`
	Version        *string                                                     `json:"Version,omitempty" xml:"Version,omitempty"`
}

func (DescribeAntChainInformationV2ResponseBodyResult) GoString

func (*DescribeAntChainInformationV2ResponseBodyResult) SetAbnormalNodes

func (*DescribeAntChainInformationV2ResponseBodyResult) SetAntChainId

func (*DescribeAntChainInformationV2ResponseBodyResult) SetBlockHeight

func (*DescribeAntChainInformationV2ResponseBodyResult) SetCreateTime

func (*DescribeAntChainInformationV2ResponseBodyResult) SetIsRole

func (*DescribeAntChainInformationV2ResponseBodyResult) SetNodeNumber

func (*DescribeAntChainInformationV2ResponseBodyResult) SetNormal

func (*DescribeAntChainInformationV2ResponseBodyResult) SetTransactionSum

func (*DescribeAntChainInformationV2ResponseBodyResult) SetVersion

func (DescribeAntChainInformationV2ResponseBodyResult) String

type DescribeAntChainInformationV2ResponseBodyResultNodeInfos

type DescribeAntChainInformationV2ResponseBodyResultNodeInfos struct {
	BlockHeight *int64  `json:"BlockHeight,omitempty" xml:"BlockHeight,omitempty"`
	NodeName    *string `json:"NodeName,omitempty" xml:"NodeName,omitempty"`
	Status      *bool   `json:"Status,omitempty" xml:"Status,omitempty"`
	Version     *string `json:"Version,omitempty" xml:"Version,omitempty"`
}

func (DescribeAntChainInformationV2ResponseBodyResultNodeInfos) GoString

func (*DescribeAntChainInformationV2ResponseBodyResultNodeInfos) SetBlockHeight

func (*DescribeAntChainInformationV2ResponseBodyResultNodeInfos) SetNodeName

func (*DescribeAntChainInformationV2ResponseBodyResultNodeInfos) SetStatus

func (*DescribeAntChainInformationV2ResponseBodyResultNodeInfos) SetVersion

func (DescribeAntChainInformationV2ResponseBodyResultNodeInfos) String

type DescribeAntChainLatestBlocksRequest

type DescribeAntChainLatestBlocksRequest struct {
	AntChainId *string `json:"AntChainId,omitempty" xml:"AntChainId,omitempty"`
}

func (DescribeAntChainLatestBlocksRequest) GoString

func (*DescribeAntChainLatestBlocksRequest) SetAntChainId

func (DescribeAntChainLatestBlocksRequest) String

type DescribeAntChainLatestBlocksResponse

type DescribeAntChainLatestBlocksResponse struct {
	Headers    map[string]*string                        `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                                    `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DescribeAntChainLatestBlocksResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DescribeAntChainLatestBlocksResponse) GoString

func (*DescribeAntChainLatestBlocksResponse) SetHeaders

func (*DescribeAntChainLatestBlocksResponse) SetStatusCode

func (DescribeAntChainLatestBlocksResponse) String

type DescribeAntChainLatestBlocksResponseBody

type DescribeAntChainLatestBlocksResponseBody struct {
	RequestId *string                  `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Result    []map[string]interface{} `json:"Result,omitempty" xml:"Result,omitempty" type:"Repeated"`
}

func (DescribeAntChainLatestBlocksResponseBody) GoString

func (*DescribeAntChainLatestBlocksResponseBody) SetRequestId

func (*DescribeAntChainLatestBlocksResponseBody) SetResult

func (DescribeAntChainLatestBlocksResponseBody) String

type DescribeAntChainLatestBlocksV2Request

type DescribeAntChainLatestBlocksV2Request struct {
	AntChainId   *string `json:"AntChainId,omitempty" xml:"AntChainId,omitempty"`
	ConsortiumId *string `json:"ConsortiumId,omitempty" xml:"ConsortiumId,omitempty"`
}

func (DescribeAntChainLatestBlocksV2Request) GoString

func (*DescribeAntChainLatestBlocksV2Request) SetAntChainId

func (*DescribeAntChainLatestBlocksV2Request) SetConsortiumId

func (DescribeAntChainLatestBlocksV2Request) String

type DescribeAntChainLatestBlocksV2Response

type DescribeAntChainLatestBlocksV2Response struct {
	Headers    map[string]*string                          `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                                      `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DescribeAntChainLatestBlocksV2ResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DescribeAntChainLatestBlocksV2Response) GoString

func (*DescribeAntChainLatestBlocksV2Response) SetHeaders

func (*DescribeAntChainLatestBlocksV2Response) SetStatusCode

func (DescribeAntChainLatestBlocksV2Response) String

type DescribeAntChainLatestBlocksV2ResponseBody

type DescribeAntChainLatestBlocksV2ResponseBody struct {
	Code           *string                                             `json:"Code,omitempty" xml:"Code,omitempty"`
	HttpStatusCode *string                                             `json:"HttpStatusCode,omitempty" xml:"HttpStatusCode,omitempty"`
	Message        *string                                             `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId      *string                                             `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Result         []*DescribeAntChainLatestBlocksV2ResponseBodyResult `json:"Result,omitempty" xml:"Result,omitempty" type:"Repeated"`
	ResultCode     *string                                             `json:"ResultCode,omitempty" xml:"ResultCode,omitempty"`
	ResultMessage  *string                                             `json:"ResultMessage,omitempty" xml:"ResultMessage,omitempty"`
	Success        *bool                                               `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (DescribeAntChainLatestBlocksV2ResponseBody) GoString

func (*DescribeAntChainLatestBlocksV2ResponseBody) SetCode

func (*DescribeAntChainLatestBlocksV2ResponseBody) SetHttpStatusCode

func (*DescribeAntChainLatestBlocksV2ResponseBody) SetMessage

func (*DescribeAntChainLatestBlocksV2ResponseBody) SetRequestId

func (*DescribeAntChainLatestBlocksV2ResponseBody) SetResultCode

func (*DescribeAntChainLatestBlocksV2ResponseBody) SetResultMessage

func (*DescribeAntChainLatestBlocksV2ResponseBody) SetSuccess

func (DescribeAntChainLatestBlocksV2ResponseBody) String

type DescribeAntChainLatestBlocksV2ResponseBodyResult

type DescribeAntChainLatestBlocksV2ResponseBodyResult struct {
	Alias           *string `json:"Alias,omitempty" xml:"Alias,omitempty"`
	BizData         *string `json:"BizData,omitempty" xml:"BizData,omitempty"`
	BlockHash       *string `json:"BlockHash,omitempty" xml:"BlockHash,omitempty"`
	CreateTime      *int64  `json:"CreateTime,omitempty" xml:"CreateTime,omitempty"`
	Height          *int64  `json:"Height,omitempty" xml:"Height,omitempty"`
	PreviousHash    *string `json:"PreviousHash,omitempty" xml:"PreviousHash,omitempty"`
	RootTxHash      *string `json:"RootTxHash,omitempty" xml:"RootTxHash,omitempty"`
	Size            *int64  `json:"Size,omitempty" xml:"Size,omitempty"`
	TransactionSize *int64  `json:"TransactionSize,omitempty" xml:"TransactionSize,omitempty"`
	Version         *int64  `json:"Version,omitempty" xml:"Version,omitempty"`
}

func (DescribeAntChainLatestBlocksV2ResponseBodyResult) GoString

func (*DescribeAntChainLatestBlocksV2ResponseBodyResult) SetAlias

func (*DescribeAntChainLatestBlocksV2ResponseBodyResult) SetBizData

func (*DescribeAntChainLatestBlocksV2ResponseBodyResult) SetBlockHash

func (*DescribeAntChainLatestBlocksV2ResponseBodyResult) SetCreateTime

func (*DescribeAntChainLatestBlocksV2ResponseBodyResult) SetHeight

func (*DescribeAntChainLatestBlocksV2ResponseBodyResult) SetPreviousHash

func (*DescribeAntChainLatestBlocksV2ResponseBodyResult) SetRootTxHash

func (*DescribeAntChainLatestBlocksV2ResponseBodyResult) SetSize

func (*DescribeAntChainLatestBlocksV2ResponseBodyResult) SetTransactionSize

func (*DescribeAntChainLatestBlocksV2ResponseBodyResult) SetVersion

func (DescribeAntChainLatestBlocksV2ResponseBodyResult) String

type DescribeAntChainLatestTransactionDigestsRequest

type DescribeAntChainLatestTransactionDigestsRequest struct {
	AntChainId *string `json:"AntChainId,omitempty" xml:"AntChainId,omitempty"`
}

func (DescribeAntChainLatestTransactionDigestsRequest) GoString

func (*DescribeAntChainLatestTransactionDigestsRequest) SetAntChainId

func (DescribeAntChainLatestTransactionDigestsRequest) String

type DescribeAntChainLatestTransactionDigestsResponse

type DescribeAntChainLatestTransactionDigestsResponse struct {
	Headers    map[string]*string                                    `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                                                `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DescribeAntChainLatestTransactionDigestsResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DescribeAntChainLatestTransactionDigestsResponse) GoString

func (*DescribeAntChainLatestTransactionDigestsResponse) SetHeaders

func (*DescribeAntChainLatestTransactionDigestsResponse) SetStatusCode

func (DescribeAntChainLatestTransactionDigestsResponse) String

type DescribeAntChainLatestTransactionDigestsResponseBody

type DescribeAntChainLatestTransactionDigestsResponseBody struct {
	RequestId *string                  `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Result    []map[string]interface{} `json:"Result,omitempty" xml:"Result,omitempty" type:"Repeated"`
}

func (DescribeAntChainLatestTransactionDigestsResponseBody) GoString

func (*DescribeAntChainLatestTransactionDigestsResponseBody) SetRequestId

func (*DescribeAntChainLatestTransactionDigestsResponseBody) SetResult

func (DescribeAntChainLatestTransactionDigestsResponseBody) String

type DescribeAntChainLatestTransactionDigestsV2Request

type DescribeAntChainLatestTransactionDigestsV2Request struct {
	AntChainId   *string `json:"AntChainId,omitempty" xml:"AntChainId,omitempty"`
	ConsortiumId *string `json:"ConsortiumId,omitempty" xml:"ConsortiumId,omitempty"`
}

func (DescribeAntChainLatestTransactionDigestsV2Request) GoString

func (*DescribeAntChainLatestTransactionDigestsV2Request) SetAntChainId

func (*DescribeAntChainLatestTransactionDigestsV2Request) SetConsortiumId

func (DescribeAntChainLatestTransactionDigestsV2Request) String

type DescribeAntChainLatestTransactionDigestsV2Response

type DescribeAntChainLatestTransactionDigestsV2Response struct {
	Headers    map[string]*string                                      `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                                                  `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DescribeAntChainLatestTransactionDigestsV2ResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DescribeAntChainLatestTransactionDigestsV2Response) GoString

func (*DescribeAntChainLatestTransactionDigestsV2Response) SetHeaders

func (*DescribeAntChainLatestTransactionDigestsV2Response) SetStatusCode

func (DescribeAntChainLatestTransactionDigestsV2Response) String

type DescribeAntChainLatestTransactionDigestsV2ResponseBody

type DescribeAntChainLatestTransactionDigestsV2ResponseBody struct {
	Code           *string   `json:"Code,omitempty" xml:"Code,omitempty"`
	HttpStatusCode *string   `json:"HttpStatusCode,omitempty" xml:"HttpStatusCode,omitempty"`
	Message        *string   `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId      *string   `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Result         []*string `json:"Result,omitempty" xml:"Result,omitempty" type:"Repeated"`
	ResultCode     *string   `json:"ResultCode,omitempty" xml:"ResultCode,omitempty"`
	ResultMessage  *string   `json:"ResultMessage,omitempty" xml:"ResultMessage,omitempty"`
	Success        *bool     `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (DescribeAntChainLatestTransactionDigestsV2ResponseBody) GoString

func (*DescribeAntChainLatestTransactionDigestsV2ResponseBody) SetCode

func (*DescribeAntChainLatestTransactionDigestsV2ResponseBody) SetHttpStatusCode

func (*DescribeAntChainLatestTransactionDigestsV2ResponseBody) SetMessage

func (*DescribeAntChainLatestTransactionDigestsV2ResponseBody) SetRequestId

func (*DescribeAntChainLatestTransactionDigestsV2ResponseBody) SetResult

func (*DescribeAntChainLatestTransactionDigestsV2ResponseBody) SetResultCode

func (*DescribeAntChainLatestTransactionDigestsV2ResponseBody) SetResultMessage

func (*DescribeAntChainLatestTransactionDigestsV2ResponseBody) SetSuccess

func (DescribeAntChainLatestTransactionDigestsV2ResponseBody) String

type DescribeAntChainMembersRequest

type DescribeAntChainMembersRequest struct {
	ConsortiumId *string `json:"ConsortiumId,omitempty" xml:"ConsortiumId,omitempty"`
	PageNumber   *int32  `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"`
	PageSize     *int32  `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
}

func (DescribeAntChainMembersRequest) GoString

func (*DescribeAntChainMembersRequest) SetConsortiumId

func (*DescribeAntChainMembersRequest) SetPageNumber

func (*DescribeAntChainMembersRequest) SetPageSize

func (DescribeAntChainMembersRequest) String

type DescribeAntChainMembersResponse

type DescribeAntChainMembersResponse struct {
	Headers    map[string]*string                   `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                               `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DescribeAntChainMembersResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DescribeAntChainMembersResponse) GoString

func (*DescribeAntChainMembersResponse) SetHeaders

func (*DescribeAntChainMembersResponse) SetStatusCode

func (DescribeAntChainMembersResponse) String

type DescribeAntChainMembersResponseBody

type DescribeAntChainMembersResponseBody struct {
	RequestId *string                                    `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Result    *DescribeAntChainMembersResponseBodyResult `json:"Result,omitempty" xml:"Result,omitempty" type:"Struct"`
}

func (DescribeAntChainMembersResponseBody) GoString

func (*DescribeAntChainMembersResponseBody) SetRequestId

func (DescribeAntChainMembersResponseBody) String

type DescribeAntChainMembersResponseBodyResult

type DescribeAntChainMembersResponseBodyResult struct {
	Members    []*DescribeAntChainMembersResponseBodyResultMembers  `json:"Members,omitempty" xml:"Members,omitempty" type:"Repeated"`
	Pagination *DescribeAntChainMembersResponseBodyResultPagination `json:"Pagination,omitempty" xml:"Pagination,omitempty" type:"Struct"`
}

func (DescribeAntChainMembersResponseBodyResult) GoString

func (DescribeAntChainMembersResponseBodyResult) String

type DescribeAntChainMembersResponseBodyResultMembers

type DescribeAntChainMembersResponseBodyResultMembers struct {
	JoinTime   *int64  `json:"JoinTime,omitempty" xml:"JoinTime,omitempty"`
	MemberId   *string `json:"MemberId,omitempty" xml:"MemberId,omitempty"`
	MemberName *string `json:"MemberName,omitempty" xml:"MemberName,omitempty"`
	Role       *string `json:"Role,omitempty" xml:"Role,omitempty"`
	Status     *string `json:"Status,omitempty" xml:"Status,omitempty"`
}

func (DescribeAntChainMembersResponseBodyResultMembers) GoString

func (*DescribeAntChainMembersResponseBodyResultMembers) SetJoinTime

func (*DescribeAntChainMembersResponseBodyResultMembers) SetMemberId

func (*DescribeAntChainMembersResponseBodyResultMembers) SetMemberName

func (*DescribeAntChainMembersResponseBodyResultMembers) SetRole

func (*DescribeAntChainMembersResponseBodyResultMembers) SetStatus

func (DescribeAntChainMembersResponseBodyResultMembers) String

type DescribeAntChainMembersResponseBodyResultPagination

type DescribeAntChainMembersResponseBodyResultPagination struct {
	PageNumber *int32 `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"`
	PageSize   *int32 `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
	TotalCount *int32 `json:"TotalCount,omitempty" xml:"TotalCount,omitempty"`
}

func (DescribeAntChainMembersResponseBodyResultPagination) GoString

func (*DescribeAntChainMembersResponseBodyResultPagination) SetPageNumber

func (*DescribeAntChainMembersResponseBodyResultPagination) SetPageSize

func (*DescribeAntChainMembersResponseBodyResultPagination) SetTotalCount

func (DescribeAntChainMembersResponseBodyResultPagination) String

type DescribeAntChainMembersV2Request

type DescribeAntChainMembersV2Request struct {
	ConsortiumId *string `json:"ConsortiumId,omitempty" xml:"ConsortiumId,omitempty"`
	PageNumber   *int32  `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"`
	PageSize     *int32  `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
}

func (DescribeAntChainMembersV2Request) GoString

func (*DescribeAntChainMembersV2Request) SetConsortiumId

func (*DescribeAntChainMembersV2Request) SetPageNumber

func (*DescribeAntChainMembersV2Request) SetPageSize

func (DescribeAntChainMembersV2Request) String

type DescribeAntChainMembersV2Response

type DescribeAntChainMembersV2Response struct {
	Headers    map[string]*string                     `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                                 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DescribeAntChainMembersV2ResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DescribeAntChainMembersV2Response) GoString

func (*DescribeAntChainMembersV2Response) SetHeaders

func (*DescribeAntChainMembersV2Response) SetStatusCode

func (DescribeAntChainMembersV2Response) String

type DescribeAntChainMembersV2ResponseBody

type DescribeAntChainMembersV2ResponseBody struct {
	Code           *string                                      `json:"Code,omitempty" xml:"Code,omitempty"`
	HttpStatusCode *string                                      `json:"HttpStatusCode,omitempty" xml:"HttpStatusCode,omitempty"`
	Message        *string                                      `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId      *string                                      `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Result         *DescribeAntChainMembersV2ResponseBodyResult `json:"Result,omitempty" xml:"Result,omitempty" type:"Struct"`
	ResultCode     *string                                      `json:"ResultCode,omitempty" xml:"ResultCode,omitempty"`
	ResultMessage  *string                                      `json:"ResultMessage,omitempty" xml:"ResultMessage,omitempty"`
	Success        *bool                                        `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (DescribeAntChainMembersV2ResponseBody) GoString

func (*DescribeAntChainMembersV2ResponseBody) SetCode

func (*DescribeAntChainMembersV2ResponseBody) SetHttpStatusCode

func (*DescribeAntChainMembersV2ResponseBody) SetMessage

func (*DescribeAntChainMembersV2ResponseBody) SetRequestId

func (*DescribeAntChainMembersV2ResponseBody) SetResultCode

func (*DescribeAntChainMembersV2ResponseBody) SetResultMessage

func (*DescribeAntChainMembersV2ResponseBody) SetSuccess

func (DescribeAntChainMembersV2ResponseBody) String

type DescribeAntChainMembersV2ResponseBodyResult

type DescribeAntChainMembersV2ResponseBodyResult struct {
	Members    []*DescribeAntChainMembersV2ResponseBodyResultMembers  `json:"Members,omitempty" xml:"Members,omitempty" type:"Repeated"`
	Pagination *DescribeAntChainMembersV2ResponseBodyResultPagination `json:"Pagination,omitempty" xml:"Pagination,omitempty" type:"Struct"`
}

func (DescribeAntChainMembersV2ResponseBodyResult) GoString

func (DescribeAntChainMembersV2ResponseBodyResult) String

type DescribeAntChainMembersV2ResponseBodyResultMembers

type DescribeAntChainMembersV2ResponseBodyResultMembers struct {
	JoinTime   *int64  `json:"JoinTime,omitempty" xml:"JoinTime,omitempty"`
	MemberId   *string `json:"MemberId,omitempty" xml:"MemberId,omitempty"`
	MemberName *string `json:"MemberName,omitempty" xml:"MemberName,omitempty"`
	Role       *string `json:"Role,omitempty" xml:"Role,omitempty"`
	Status     *string `json:"Status,omitempty" xml:"Status,omitempty"`
}

func (DescribeAntChainMembersV2ResponseBodyResultMembers) GoString

func (*DescribeAntChainMembersV2ResponseBodyResultMembers) SetJoinTime

func (*DescribeAntChainMembersV2ResponseBodyResultMembers) SetMemberId

func (*DescribeAntChainMembersV2ResponseBodyResultMembers) SetMemberName

func (*DescribeAntChainMembersV2ResponseBodyResultMembers) SetRole

func (*DescribeAntChainMembersV2ResponseBodyResultMembers) SetStatus

func (DescribeAntChainMembersV2ResponseBodyResultMembers) String

type DescribeAntChainMembersV2ResponseBodyResultPagination

type DescribeAntChainMembersV2ResponseBodyResultPagination struct {
	PageNumber *int32 `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"`
	PageSize   *int32 `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
	TotalCount *int32 `json:"TotalCount,omitempty" xml:"TotalCount,omitempty"`
}

func (DescribeAntChainMembersV2ResponseBodyResultPagination) GoString

func (*DescribeAntChainMembersV2ResponseBodyResultPagination) SetPageNumber

func (*DescribeAntChainMembersV2ResponseBodyResultPagination) SetPageSize

func (*DescribeAntChainMembersV2ResponseBodyResultPagination) SetTotalCount

func (DescribeAntChainMembersV2ResponseBodyResultPagination) String

type DescribeAntChainMiniAppBrowserQRCodeAccessLogRequest

type DescribeAntChainMiniAppBrowserQRCodeAccessLogRequest struct {
	AntChainId *string `json:"AntChainId,omitempty" xml:"AntChainId,omitempty"`
	QRCodeType *string `json:"QRCodeType,omitempty" xml:"QRCodeType,omitempty"`
}

func (DescribeAntChainMiniAppBrowserQRCodeAccessLogRequest) GoString

func (*DescribeAntChainMiniAppBrowserQRCodeAccessLogRequest) SetAntChainId

func (*DescribeAntChainMiniAppBrowserQRCodeAccessLogRequest) SetQRCodeType

func (DescribeAntChainMiniAppBrowserQRCodeAccessLogRequest) String

type DescribeAntChainMiniAppBrowserQRCodeAccessLogResponse

type DescribeAntChainMiniAppBrowserQRCodeAccessLogResponse struct {
	Headers    map[string]*string                                         `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                                                     `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DescribeAntChainMiniAppBrowserQRCodeAccessLogResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DescribeAntChainMiniAppBrowserQRCodeAccessLogResponse) GoString

func (*DescribeAntChainMiniAppBrowserQRCodeAccessLogResponse) SetHeaders

func (*DescribeAntChainMiniAppBrowserQRCodeAccessLogResponse) SetStatusCode

func (DescribeAntChainMiniAppBrowserQRCodeAccessLogResponse) String

type DescribeAntChainMiniAppBrowserQRCodeAccessLogResponseBody

type DescribeAntChainMiniAppBrowserQRCodeAccessLogResponseBody struct {
	RequestId *string                                                          `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Result    *DescribeAntChainMiniAppBrowserQRCodeAccessLogResponseBodyResult `json:"Result,omitempty" xml:"Result,omitempty" type:"Struct"`
}

func (DescribeAntChainMiniAppBrowserQRCodeAccessLogResponseBody) GoString

func (*DescribeAntChainMiniAppBrowserQRCodeAccessLogResponseBody) SetRequestId

func (DescribeAntChainMiniAppBrowserQRCodeAccessLogResponseBody) String

type DescribeAntChainMiniAppBrowserQRCodeAccessLogResponseBodyResult

type DescribeAntChainMiniAppBrowserQRCodeAccessLogResponseBodyResult struct {
	AccessAlipayAccountCount *int64 `json:"AccessAlipayAccountCount,omitempty" xml:"AccessAlipayAccountCount,omitempty"`
	AccessCount              *int64 `json:"AccessCount,omitempty" xml:"AccessCount,omitempty"`
}

func (DescribeAntChainMiniAppBrowserQRCodeAccessLogResponseBodyResult) GoString

func (*DescribeAntChainMiniAppBrowserQRCodeAccessLogResponseBodyResult) SetAccessAlipayAccountCount

func (*DescribeAntChainMiniAppBrowserQRCodeAccessLogResponseBodyResult) SetAccessCount

func (DescribeAntChainMiniAppBrowserQRCodeAccessLogResponseBodyResult) String

type DescribeAntChainMiniAppBrowserQRCodeAccessLogV2Request

type DescribeAntChainMiniAppBrowserQRCodeAccessLogV2Request struct {
	AntChainId *string `json:"AntChainId,omitempty" xml:"AntChainId,omitempty"`
	QRCodeType *string `json:"QRCodeType,omitempty" xml:"QRCodeType,omitempty"`
}

func (DescribeAntChainMiniAppBrowserQRCodeAccessLogV2Request) GoString

func (*DescribeAntChainMiniAppBrowserQRCodeAccessLogV2Request) SetAntChainId

func (*DescribeAntChainMiniAppBrowserQRCodeAccessLogV2Request) SetQRCodeType

func (DescribeAntChainMiniAppBrowserQRCodeAccessLogV2Request) String

type DescribeAntChainMiniAppBrowserQRCodeAccessLogV2Response

type DescribeAntChainMiniAppBrowserQRCodeAccessLogV2Response struct {
	Headers    map[string]*string                                           `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                                                       `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DescribeAntChainMiniAppBrowserQRCodeAccessLogV2ResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DescribeAntChainMiniAppBrowserQRCodeAccessLogV2Response) GoString

func (*DescribeAntChainMiniAppBrowserQRCodeAccessLogV2Response) SetHeaders

func (*DescribeAntChainMiniAppBrowserQRCodeAccessLogV2Response) SetStatusCode

func (DescribeAntChainMiniAppBrowserQRCodeAccessLogV2Response) String

type DescribeAntChainMiniAppBrowserQRCodeAccessLogV2ResponseBody

type DescribeAntChainMiniAppBrowserQRCodeAccessLogV2ResponseBody struct {
	Code           *string                                                            `json:"Code,omitempty" xml:"Code,omitempty"`
	HttpStatusCode *string                                                            `json:"HttpStatusCode,omitempty" xml:"HttpStatusCode,omitempty"`
	Message        *string                                                            `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId      *string                                                            `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Result         *DescribeAntChainMiniAppBrowserQRCodeAccessLogV2ResponseBodyResult `json:"Result,omitempty" xml:"Result,omitempty" type:"Struct"`
	ResultCode     *string                                                            `json:"ResultCode,omitempty" xml:"ResultCode,omitempty"`
	ResultMessage  *string                                                            `json:"ResultMessage,omitempty" xml:"ResultMessage,omitempty"`
	Success        *bool                                                              `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (DescribeAntChainMiniAppBrowserQRCodeAccessLogV2ResponseBody) GoString

func (*DescribeAntChainMiniAppBrowserQRCodeAccessLogV2ResponseBody) SetCode

func (*DescribeAntChainMiniAppBrowserQRCodeAccessLogV2ResponseBody) SetHttpStatusCode

func (*DescribeAntChainMiniAppBrowserQRCodeAccessLogV2ResponseBody) SetMessage

func (*DescribeAntChainMiniAppBrowserQRCodeAccessLogV2ResponseBody) SetRequestId

func (*DescribeAntChainMiniAppBrowserQRCodeAccessLogV2ResponseBody) SetResultCode

func (*DescribeAntChainMiniAppBrowserQRCodeAccessLogV2ResponseBody) SetResultMessage

func (*DescribeAntChainMiniAppBrowserQRCodeAccessLogV2ResponseBody) SetSuccess

func (DescribeAntChainMiniAppBrowserQRCodeAccessLogV2ResponseBody) String

type DescribeAntChainMiniAppBrowserQRCodeAccessLogV2ResponseBodyResult

type DescribeAntChainMiniAppBrowserQRCodeAccessLogV2ResponseBodyResult struct {
	AccessAlipayAccountCount *int64 `json:"AccessAlipayAccountCount,omitempty" xml:"AccessAlipayAccountCount,omitempty"`
	AccessCount              *int64 `json:"AccessCount,omitempty" xml:"AccessCount,omitempty"`
}

func (DescribeAntChainMiniAppBrowserQRCodeAccessLogV2ResponseBodyResult) GoString

func (*DescribeAntChainMiniAppBrowserQRCodeAccessLogV2ResponseBodyResult) SetAccessAlipayAccountCount

func (*DescribeAntChainMiniAppBrowserQRCodeAccessLogV2ResponseBodyResult) SetAccessCount

func (DescribeAntChainMiniAppBrowserQRCodeAccessLogV2ResponseBodyResult) String

type DescribeAntChainMiniAppBrowserQRCodeAuthorizedUsersRequest

type DescribeAntChainMiniAppBrowserQRCodeAuthorizedUsersRequest struct {
	AntChainId *string `json:"AntChainId,omitempty" xml:"AntChainId,omitempty"`
	PageNumber *int32  `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"`
	PageSize   *int32  `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
	QRCodeType *string `json:"QRCodeType,omitempty" xml:"QRCodeType,omitempty"`
}

func (DescribeAntChainMiniAppBrowserQRCodeAuthorizedUsersRequest) GoString

func (*DescribeAntChainMiniAppBrowserQRCodeAuthorizedUsersRequest) SetAntChainId

func (*DescribeAntChainMiniAppBrowserQRCodeAuthorizedUsersRequest) SetPageNumber

func (*DescribeAntChainMiniAppBrowserQRCodeAuthorizedUsersRequest) SetPageSize

func (*DescribeAntChainMiniAppBrowserQRCodeAuthorizedUsersRequest) SetQRCodeType

func (DescribeAntChainMiniAppBrowserQRCodeAuthorizedUsersRequest) String

type DescribeAntChainMiniAppBrowserQRCodeAuthorizedUsersResponse

type DescribeAntChainMiniAppBrowserQRCodeAuthorizedUsersResponse struct {
	Headers    map[string]*string                                               `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                                                           `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DescribeAntChainMiniAppBrowserQRCodeAuthorizedUsersResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DescribeAntChainMiniAppBrowserQRCodeAuthorizedUsersResponse) GoString

func (*DescribeAntChainMiniAppBrowserQRCodeAuthorizedUsersResponse) SetHeaders

func (*DescribeAntChainMiniAppBrowserQRCodeAuthorizedUsersResponse) SetStatusCode

func (DescribeAntChainMiniAppBrowserQRCodeAuthorizedUsersResponse) String

type DescribeAntChainMiniAppBrowserQRCodeAuthorizedUsersResponseBody

type DescribeAntChainMiniAppBrowserQRCodeAuthorizedUsersResponseBody struct {
	RequestId *string                                                                `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Result    *DescribeAntChainMiniAppBrowserQRCodeAuthorizedUsersResponseBodyResult `json:"Result,omitempty" xml:"Result,omitempty" type:"Struct"`
}

func (DescribeAntChainMiniAppBrowserQRCodeAuthorizedUsersResponseBody) GoString

func (*DescribeAntChainMiniAppBrowserQRCodeAuthorizedUsersResponseBody) SetRequestId

func (DescribeAntChainMiniAppBrowserQRCodeAuthorizedUsersResponseBody) String

type DescribeAntChainMiniAppBrowserQRCodeAuthorizedUsersResponseBodyResult

type DescribeAntChainMiniAppBrowserQRCodeAuthorizedUsersResponseBodyResult struct {
	AntChainId         *string                                                                                    `json:"AntChainId,omitempty" xml:"AntChainId,omitempty"`
	AuthorizationType  *string                                                                                    `json:"AuthorizationType,omitempty" xml:"AuthorizationType,omitempty"`
	AuthorizedUserList []*DescribeAntChainMiniAppBrowserQRCodeAuthorizedUsersResponseBodyResultAuthorizedUserList `json:"AuthorizedUserList,omitempty" xml:"AuthorizedUserList,omitempty" type:"Repeated"`
	Pagination         *DescribeAntChainMiniAppBrowserQRCodeAuthorizedUsersResponseBodyResultPagination           `json:"Pagination,omitempty" xml:"Pagination,omitempty" type:"Struct"`
	QRCodeType         *string                                                                                    `json:"QRCodeType,omitempty" xml:"QRCodeType,omitempty"`
}

func (DescribeAntChainMiniAppBrowserQRCodeAuthorizedUsersResponseBodyResult) GoString

func (*DescribeAntChainMiniAppBrowserQRCodeAuthorizedUsersResponseBodyResult) SetAntChainId

func (*DescribeAntChainMiniAppBrowserQRCodeAuthorizedUsersResponseBodyResult) SetAuthorizationType

func (*DescribeAntChainMiniAppBrowserQRCodeAuthorizedUsersResponseBodyResult) SetQRCodeType

func (DescribeAntChainMiniAppBrowserQRCodeAuthorizedUsersResponseBodyResult) String

type DescribeAntChainMiniAppBrowserQRCodeAuthorizedUsersResponseBodyResultAuthorizedUserList

type DescribeAntChainMiniAppBrowserQRCodeAuthorizedUsersResponseBodyResultAuthorizedUserList struct {
	GmtAuthorized *string `json:"GmtAuthorized,omitempty" xml:"GmtAuthorized,omitempty"`
	Phone         *string `json:"Phone,omitempty" xml:"Phone,omitempty"`
}

func (DescribeAntChainMiniAppBrowserQRCodeAuthorizedUsersResponseBodyResultAuthorizedUserList) GoString

func (*DescribeAntChainMiniAppBrowserQRCodeAuthorizedUsersResponseBodyResultAuthorizedUserList) SetGmtAuthorized

func (DescribeAntChainMiniAppBrowserQRCodeAuthorizedUsersResponseBodyResultAuthorizedUserList) String

type DescribeAntChainMiniAppBrowserQRCodeAuthorizedUsersResponseBodyResultPagination

type DescribeAntChainMiniAppBrowserQRCodeAuthorizedUsersResponseBodyResultPagination struct {
	PageNumber *int32 `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"`
	PageSize   *int32 `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
	TotalCount *int32 `json:"TotalCount,omitempty" xml:"TotalCount,omitempty"`
}

func (DescribeAntChainMiniAppBrowserQRCodeAuthorizedUsersResponseBodyResultPagination) GoString

func (*DescribeAntChainMiniAppBrowserQRCodeAuthorizedUsersResponseBodyResultPagination) SetPageNumber

func (*DescribeAntChainMiniAppBrowserQRCodeAuthorizedUsersResponseBodyResultPagination) SetPageSize

func (*DescribeAntChainMiniAppBrowserQRCodeAuthorizedUsersResponseBodyResultPagination) SetTotalCount

func (DescribeAntChainMiniAppBrowserQRCodeAuthorizedUsersResponseBodyResultPagination) String

type DescribeAntChainMiniAppBrowserQRCodeAuthorizedUsersV2Request

type DescribeAntChainMiniAppBrowserQRCodeAuthorizedUsersV2Request struct {
	AntChainId *string `json:"AntChainId,omitempty" xml:"AntChainId,omitempty"`
	PageNumber *int32  `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"`
	PageSize   *int32  `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
	QRCodeType *string `json:"QRCodeType,omitempty" xml:"QRCodeType,omitempty"`
}

func (DescribeAntChainMiniAppBrowserQRCodeAuthorizedUsersV2Request) GoString

func (*DescribeAntChainMiniAppBrowserQRCodeAuthorizedUsersV2Request) SetAntChainId

func (*DescribeAntChainMiniAppBrowserQRCodeAuthorizedUsersV2Request) SetPageNumber

func (*DescribeAntChainMiniAppBrowserQRCodeAuthorizedUsersV2Request) SetPageSize

func (*DescribeAntChainMiniAppBrowserQRCodeAuthorizedUsersV2Request) SetQRCodeType

func (DescribeAntChainMiniAppBrowserQRCodeAuthorizedUsersV2Request) String

type DescribeAntChainMiniAppBrowserQRCodeAuthorizedUsersV2Response

type DescribeAntChainMiniAppBrowserQRCodeAuthorizedUsersV2Response struct {
	Headers    map[string]*string                                                 `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                                                             `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DescribeAntChainMiniAppBrowserQRCodeAuthorizedUsersV2ResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DescribeAntChainMiniAppBrowserQRCodeAuthorizedUsersV2Response) GoString

func (*DescribeAntChainMiniAppBrowserQRCodeAuthorizedUsersV2Response) SetHeaders

func (*DescribeAntChainMiniAppBrowserQRCodeAuthorizedUsersV2Response) SetStatusCode

func (DescribeAntChainMiniAppBrowserQRCodeAuthorizedUsersV2Response) String

type DescribeAntChainMiniAppBrowserQRCodeAuthorizedUsersV2ResponseBody

type DescribeAntChainMiniAppBrowserQRCodeAuthorizedUsersV2ResponseBody struct {
	Code           *string                                                                  `json:"Code,omitempty" xml:"Code,omitempty"`
	HttpStatusCode *string                                                                  `json:"HttpStatusCode,omitempty" xml:"HttpStatusCode,omitempty"`
	Message        *string                                                                  `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId      *string                                                                  `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Result         *DescribeAntChainMiniAppBrowserQRCodeAuthorizedUsersV2ResponseBodyResult `json:"Result,omitempty" xml:"Result,omitempty" type:"Struct"`
	ResultCode     *string                                                                  `json:"ResultCode,omitempty" xml:"ResultCode,omitempty"`
	ResultMessage  *string                                                                  `json:"ResultMessage,omitempty" xml:"ResultMessage,omitempty"`
	Success        *bool                                                                    `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (DescribeAntChainMiniAppBrowserQRCodeAuthorizedUsersV2ResponseBody) GoString

func (*DescribeAntChainMiniAppBrowserQRCodeAuthorizedUsersV2ResponseBody) SetCode

func (*DescribeAntChainMiniAppBrowserQRCodeAuthorizedUsersV2ResponseBody) SetHttpStatusCode

func (*DescribeAntChainMiniAppBrowserQRCodeAuthorizedUsersV2ResponseBody) SetMessage

func (*DescribeAntChainMiniAppBrowserQRCodeAuthorizedUsersV2ResponseBody) SetRequestId

func (*DescribeAntChainMiniAppBrowserQRCodeAuthorizedUsersV2ResponseBody) SetResultCode

func (*DescribeAntChainMiniAppBrowserQRCodeAuthorizedUsersV2ResponseBody) SetResultMessage

func (*DescribeAntChainMiniAppBrowserQRCodeAuthorizedUsersV2ResponseBody) SetSuccess

func (DescribeAntChainMiniAppBrowserQRCodeAuthorizedUsersV2ResponseBody) String

type DescribeAntChainMiniAppBrowserQRCodeAuthorizedUsersV2ResponseBodyResult

type DescribeAntChainMiniAppBrowserQRCodeAuthorizedUsersV2ResponseBodyResult struct {
	AntChainId         *string                                                                                      `json:"AntChainId,omitempty" xml:"AntChainId,omitempty"`
	AuthorizationType  *string                                                                                      `json:"AuthorizationType,omitempty" xml:"AuthorizationType,omitempty"`
	AuthorizedUserList []*DescribeAntChainMiniAppBrowserQRCodeAuthorizedUsersV2ResponseBodyResultAuthorizedUserList `json:"AuthorizedUserList,omitempty" xml:"AuthorizedUserList,omitempty" type:"Repeated"`
	Pagination         *DescribeAntChainMiniAppBrowserQRCodeAuthorizedUsersV2ResponseBodyResultPagination           `json:"Pagination,omitempty" xml:"Pagination,omitempty" type:"Struct"`
	QRCodeType         *string                                                                                      `json:"QRCodeType,omitempty" xml:"QRCodeType,omitempty"`
}

func (DescribeAntChainMiniAppBrowserQRCodeAuthorizedUsersV2ResponseBodyResult) GoString

func (*DescribeAntChainMiniAppBrowserQRCodeAuthorizedUsersV2ResponseBodyResult) SetAntChainId

func (*DescribeAntChainMiniAppBrowserQRCodeAuthorizedUsersV2ResponseBodyResult) SetAuthorizationType

func (*DescribeAntChainMiniAppBrowserQRCodeAuthorizedUsersV2ResponseBodyResult) SetQRCodeType

func (DescribeAntChainMiniAppBrowserQRCodeAuthorizedUsersV2ResponseBodyResult) String

type DescribeAntChainMiniAppBrowserQRCodeAuthorizedUsersV2ResponseBodyResultAuthorizedUserList

type DescribeAntChainMiniAppBrowserQRCodeAuthorizedUsersV2ResponseBodyResultAuthorizedUserList struct {
	GmtAuthorized *string `json:"GmtAuthorized,omitempty" xml:"GmtAuthorized,omitempty"`
	Phone         *string `json:"Phone,omitempty" xml:"Phone,omitempty"`
}

func (DescribeAntChainMiniAppBrowserQRCodeAuthorizedUsersV2ResponseBodyResultAuthorizedUserList) GoString

func (*DescribeAntChainMiniAppBrowserQRCodeAuthorizedUsersV2ResponseBodyResultAuthorizedUserList) SetGmtAuthorized

func (DescribeAntChainMiniAppBrowserQRCodeAuthorizedUsersV2ResponseBodyResultAuthorizedUserList) String

type DescribeAntChainMiniAppBrowserQRCodeAuthorizedUsersV2ResponseBodyResultPagination

type DescribeAntChainMiniAppBrowserQRCodeAuthorizedUsersV2ResponseBodyResultPagination struct {
	PageNumber *int32 `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"`
	PageSize   *int32 `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
	TotalCount *int32 `json:"TotalCount,omitempty" xml:"TotalCount,omitempty"`
}

func (DescribeAntChainMiniAppBrowserQRCodeAuthorizedUsersV2ResponseBodyResultPagination) GoString

func (*DescribeAntChainMiniAppBrowserQRCodeAuthorizedUsersV2ResponseBodyResultPagination) SetPageNumber

func (*DescribeAntChainMiniAppBrowserQRCodeAuthorizedUsersV2ResponseBodyResultPagination) SetPageSize

func (*DescribeAntChainMiniAppBrowserQRCodeAuthorizedUsersV2ResponseBodyResultPagination) SetTotalCount

func (DescribeAntChainMiniAppBrowserQRCodeAuthorizedUsersV2ResponseBodyResultPagination) String

type DescribeAntChainMiniAppBrowserTransactionQRCodeNewRequest

type DescribeAntChainMiniAppBrowserTransactionQRCodeNewRequest struct {
	AntChainId      *string `json:"AntChainId,omitempty" xml:"AntChainId,omitempty"`
	ContractId      *string `json:"ContractId,omitempty" xml:"ContractId,omitempty"`
	TransactionHash *string `json:"TransactionHash,omitempty" xml:"TransactionHash,omitempty"`
}

func (DescribeAntChainMiniAppBrowserTransactionQRCodeNewRequest) GoString

func (*DescribeAntChainMiniAppBrowserTransactionQRCodeNewRequest) SetAntChainId

func (*DescribeAntChainMiniAppBrowserTransactionQRCodeNewRequest) SetContractId

func (*DescribeAntChainMiniAppBrowserTransactionQRCodeNewRequest) SetTransactionHash

func (DescribeAntChainMiniAppBrowserTransactionQRCodeNewRequest) String

type DescribeAntChainMiniAppBrowserTransactionQRCodeNewResponse

type DescribeAntChainMiniAppBrowserTransactionQRCodeNewResponse struct {
	Headers    map[string]*string                                              `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                                                          `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DescribeAntChainMiniAppBrowserTransactionQRCodeNewResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DescribeAntChainMiniAppBrowserTransactionQRCodeNewResponse) GoString

func (*DescribeAntChainMiniAppBrowserTransactionQRCodeNewResponse) SetHeaders

func (*DescribeAntChainMiniAppBrowserTransactionQRCodeNewResponse) SetStatusCode

func (DescribeAntChainMiniAppBrowserTransactionQRCodeNewResponse) String

type DescribeAntChainMiniAppBrowserTransactionQRCodeNewResponseBody

type DescribeAntChainMiniAppBrowserTransactionQRCodeNewResponseBody struct {
	Code           *string                                                               `json:"Code,omitempty" xml:"Code,omitempty"`
	HttpStatusCode *string                                                               `json:"HttpStatusCode,omitempty" xml:"HttpStatusCode,omitempty"`
	Message        *string                                                               `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId      *string                                                               `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Result         *DescribeAntChainMiniAppBrowserTransactionQRCodeNewResponseBodyResult `json:"Result,omitempty" xml:"Result,omitempty" type:"Struct"`
	ResultCode     *string                                                               `json:"ResultCode,omitempty" xml:"ResultCode,omitempty"`
	ResultMessage  *string                                                               `json:"ResultMessage,omitempty" xml:"ResultMessage,omitempty"`
	Success        *bool                                                                 `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (DescribeAntChainMiniAppBrowserTransactionQRCodeNewResponseBody) GoString

func (*DescribeAntChainMiniAppBrowserTransactionQRCodeNewResponseBody) SetCode

func (*DescribeAntChainMiniAppBrowserTransactionQRCodeNewResponseBody) SetHttpStatusCode

func (*DescribeAntChainMiniAppBrowserTransactionQRCodeNewResponseBody) SetMessage

func (*DescribeAntChainMiniAppBrowserTransactionQRCodeNewResponseBody) SetRequestId

func (*DescribeAntChainMiniAppBrowserTransactionQRCodeNewResponseBody) SetResultCode

func (*DescribeAntChainMiniAppBrowserTransactionQRCodeNewResponseBody) SetResultMessage

func (*DescribeAntChainMiniAppBrowserTransactionQRCodeNewResponseBody) SetSuccess

func (DescribeAntChainMiniAppBrowserTransactionQRCodeNewResponseBody) String

type DescribeAntChainMiniAppBrowserTransactionQRCodeNewResponseBodyResult

type DescribeAntChainMiniAppBrowserTransactionQRCodeNewResponseBodyResult struct {
	AntChainId      *string `json:"AntChainId,omitempty" xml:"AntChainId,omitempty"`
	Base64QRCodePNG *string `json:"Base64QRCodePNG,omitempty" xml:"Base64QRCodePNG,omitempty"`
	QRCodeContent   *string `json:"QRCodeContent,omitempty" xml:"QRCodeContent,omitempty"`
	TransactionHash *string `json:"TransactionHash,omitempty" xml:"TransactionHash,omitempty"`
}

func (DescribeAntChainMiniAppBrowserTransactionQRCodeNewResponseBodyResult) GoString

func (*DescribeAntChainMiniAppBrowserTransactionQRCodeNewResponseBodyResult) SetAntChainId

func (*DescribeAntChainMiniAppBrowserTransactionQRCodeNewResponseBodyResult) SetBase64QRCodePNG

func (*DescribeAntChainMiniAppBrowserTransactionQRCodeNewResponseBodyResult) SetQRCodeContent

func (*DescribeAntChainMiniAppBrowserTransactionQRCodeNewResponseBodyResult) SetTransactionHash

func (DescribeAntChainMiniAppBrowserTransactionQRCodeNewResponseBodyResult) String

type DescribeAntChainMiniAppBrowserTransactionQRCodeRequest

type DescribeAntChainMiniAppBrowserTransactionQRCodeRequest struct {
	AntChainId      *string `json:"AntChainId,omitempty" xml:"AntChainId,omitempty"`
	TransactionHash *string `json:"TransactionHash,omitempty" xml:"TransactionHash,omitempty"`
}

func (DescribeAntChainMiniAppBrowserTransactionQRCodeRequest) GoString

func (*DescribeAntChainMiniAppBrowserTransactionQRCodeRequest) SetAntChainId

func (*DescribeAntChainMiniAppBrowserTransactionQRCodeRequest) SetTransactionHash

func (DescribeAntChainMiniAppBrowserTransactionQRCodeRequest) String

type DescribeAntChainMiniAppBrowserTransactionQRCodeResponse

type DescribeAntChainMiniAppBrowserTransactionQRCodeResponse struct {
	Headers    map[string]*string                                           `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                                                       `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DescribeAntChainMiniAppBrowserTransactionQRCodeResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DescribeAntChainMiniAppBrowserTransactionQRCodeResponse) GoString

func (*DescribeAntChainMiniAppBrowserTransactionQRCodeResponse) SetHeaders

func (*DescribeAntChainMiniAppBrowserTransactionQRCodeResponse) SetStatusCode

func (DescribeAntChainMiniAppBrowserTransactionQRCodeResponse) String

type DescribeAntChainMiniAppBrowserTransactionQRCodeResponseBody

type DescribeAntChainMiniAppBrowserTransactionQRCodeResponseBody struct {
	RequestId *string                                                            `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Result    *DescribeAntChainMiniAppBrowserTransactionQRCodeResponseBodyResult `json:"Result,omitempty" xml:"Result,omitempty" type:"Struct"`
}

func (DescribeAntChainMiniAppBrowserTransactionQRCodeResponseBody) GoString

func (*DescribeAntChainMiniAppBrowserTransactionQRCodeResponseBody) SetRequestId

func (DescribeAntChainMiniAppBrowserTransactionQRCodeResponseBody) String

type DescribeAntChainMiniAppBrowserTransactionQRCodeResponseBodyResult

type DescribeAntChainMiniAppBrowserTransactionQRCodeResponseBodyResult struct {
	AntChainId      *string `json:"AntChainId,omitempty" xml:"AntChainId,omitempty"`
	Base64QRCodePNG *string `json:"Base64QRCodePNG,omitempty" xml:"Base64QRCodePNG,omitempty"`
	QRCodeContent   *string `json:"QRCodeContent,omitempty" xml:"QRCodeContent,omitempty"`
	TransactionHash *string `json:"TransactionHash,omitempty" xml:"TransactionHash,omitempty"`
}

func (DescribeAntChainMiniAppBrowserTransactionQRCodeResponseBodyResult) GoString

func (*DescribeAntChainMiniAppBrowserTransactionQRCodeResponseBodyResult) SetAntChainId

func (*DescribeAntChainMiniAppBrowserTransactionQRCodeResponseBodyResult) SetBase64QRCodePNG

func (*DescribeAntChainMiniAppBrowserTransactionQRCodeResponseBodyResult) SetQRCodeContent

func (*DescribeAntChainMiniAppBrowserTransactionQRCodeResponseBodyResult) SetTransactionHash

func (DescribeAntChainMiniAppBrowserTransactionQRCodeResponseBodyResult) String

type DescribeAntChainNodesRequest

type DescribeAntChainNodesRequest struct {
	AntChainId *string `json:"AntChainId,omitempty" xml:"AntChainId,omitempty"`
}

func (DescribeAntChainNodesRequest) GoString

func (s DescribeAntChainNodesRequest) GoString() string

func (*DescribeAntChainNodesRequest) SetAntChainId

func (DescribeAntChainNodesRequest) String

type DescribeAntChainNodesResponse

type DescribeAntChainNodesResponse struct {
	Headers    map[string]*string                 `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                             `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DescribeAntChainNodesResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DescribeAntChainNodesResponse) GoString

func (*DescribeAntChainNodesResponse) SetBody

func (*DescribeAntChainNodesResponse) SetHeaders

func (*DescribeAntChainNodesResponse) SetStatusCode

func (DescribeAntChainNodesResponse) String

type DescribeAntChainNodesResponseBody

type DescribeAntChainNodesResponseBody struct {
	RequestId *string                  `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Result    []map[string]interface{} `json:"Result,omitempty" xml:"Result,omitempty" type:"Repeated"`
}

func (DescribeAntChainNodesResponseBody) GoString

func (*DescribeAntChainNodesResponseBody) SetRequestId

func (*DescribeAntChainNodesResponseBody) SetResult

func (DescribeAntChainNodesResponseBody) String

type DescribeAntChainNodesV2Request

type DescribeAntChainNodesV2Request struct {
	AntChainId   *string `json:"AntChainId,omitempty" xml:"AntChainId,omitempty"`
	ConsortiumId *string `json:"ConsortiumId,omitempty" xml:"ConsortiumId,omitempty"`
}

func (DescribeAntChainNodesV2Request) GoString

func (*DescribeAntChainNodesV2Request) SetAntChainId

func (*DescribeAntChainNodesV2Request) SetConsortiumId

func (DescribeAntChainNodesV2Request) String

type DescribeAntChainNodesV2Response

type DescribeAntChainNodesV2Response struct {
	Headers    map[string]*string                   `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                               `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DescribeAntChainNodesV2ResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DescribeAntChainNodesV2Response) GoString

func (*DescribeAntChainNodesV2Response) SetHeaders

func (*DescribeAntChainNodesV2Response) SetStatusCode

func (DescribeAntChainNodesV2Response) String

type DescribeAntChainNodesV2ResponseBody

type DescribeAntChainNodesV2ResponseBody struct {
	Code           *string   `json:"Code,omitempty" xml:"Code,omitempty"`
	HttpStatusCode *string   `json:"HttpStatusCode,omitempty" xml:"HttpStatusCode,omitempty"`
	Message        *string   `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId      *string   `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Result         []*string `json:"Result,omitempty" xml:"Result,omitempty" type:"Repeated"`
	ResultCode     *string   `json:"ResultCode,omitempty" xml:"ResultCode,omitempty"`
	ResultMessage  *string   `json:"ResultMessage,omitempty" xml:"ResultMessage,omitempty"`
	Success        *bool     `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (DescribeAntChainNodesV2ResponseBody) GoString

func (*DescribeAntChainNodesV2ResponseBody) SetCode

func (*DescribeAntChainNodesV2ResponseBody) SetHttpStatusCode

func (*DescribeAntChainNodesV2ResponseBody) SetMessage

func (*DescribeAntChainNodesV2ResponseBody) SetRequestId

func (*DescribeAntChainNodesV2ResponseBody) SetResult

func (*DescribeAntChainNodesV2ResponseBody) SetResultCode

func (*DescribeAntChainNodesV2ResponseBody) SetResultMessage

func (*DescribeAntChainNodesV2ResponseBody) SetSuccess

func (DescribeAntChainNodesV2ResponseBody) String

type DescribeAntChainQRCodeAuthorizationRequest

type DescribeAntChainQRCodeAuthorizationRequest struct {
	AntChainId *string `json:"AntChainId,omitempty" xml:"AntChainId,omitempty"`
	QRCodeType *string `json:"QRCodeType,omitempty" xml:"QRCodeType,omitempty"`
}

func (DescribeAntChainQRCodeAuthorizationRequest) GoString

func (*DescribeAntChainQRCodeAuthorizationRequest) SetAntChainId

func (*DescribeAntChainQRCodeAuthorizationRequest) SetQRCodeType

func (DescribeAntChainQRCodeAuthorizationRequest) String

type DescribeAntChainQRCodeAuthorizationResponse

type DescribeAntChainQRCodeAuthorizationResponse struct {
	Headers    map[string]*string                               `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                                           `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DescribeAntChainQRCodeAuthorizationResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DescribeAntChainQRCodeAuthorizationResponse) GoString

func (*DescribeAntChainQRCodeAuthorizationResponse) SetHeaders

func (*DescribeAntChainQRCodeAuthorizationResponse) SetStatusCode

func (DescribeAntChainQRCodeAuthorizationResponse) String

type DescribeAntChainQRCodeAuthorizationResponseBody

type DescribeAntChainQRCodeAuthorizationResponseBody struct {
	RequestId *string                                                `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Result    *DescribeAntChainQRCodeAuthorizationResponseBodyResult `json:"Result,omitempty" xml:"Result,omitempty" type:"Struct"`
}

func (DescribeAntChainQRCodeAuthorizationResponseBody) GoString

func (*DescribeAntChainQRCodeAuthorizationResponseBody) SetRequestId

func (DescribeAntChainQRCodeAuthorizationResponseBody) String

type DescribeAntChainQRCodeAuthorizationResponseBodyResult

type DescribeAntChainQRCodeAuthorizationResponseBodyResult struct {
	AntChainId        *string `json:"AntChainId,omitempty" xml:"AntChainId,omitempty"`
	AuthorizationType *string `json:"AuthorizationType,omitempty" xml:"AuthorizationType,omitempty"`
	QRCodeType        *string `json:"QRCodeType,omitempty" xml:"QRCodeType,omitempty"`
}

func (DescribeAntChainQRCodeAuthorizationResponseBodyResult) GoString

func (*DescribeAntChainQRCodeAuthorizationResponseBodyResult) SetAntChainId

func (*DescribeAntChainQRCodeAuthorizationResponseBodyResult) SetAuthorizationType

func (*DescribeAntChainQRCodeAuthorizationResponseBodyResult) SetQRCodeType

func (DescribeAntChainQRCodeAuthorizationResponseBodyResult) String

type DescribeAntChainQRCodeAuthorizationV2Request

type DescribeAntChainQRCodeAuthorizationV2Request struct {
	AntChainId *string `json:"AntChainId,omitempty" xml:"AntChainId,omitempty"`
	QRCodeType *string `json:"QRCodeType,omitempty" xml:"QRCodeType,omitempty"`
}

func (DescribeAntChainQRCodeAuthorizationV2Request) GoString

func (*DescribeAntChainQRCodeAuthorizationV2Request) SetAntChainId

func (*DescribeAntChainQRCodeAuthorizationV2Request) SetQRCodeType

func (DescribeAntChainQRCodeAuthorizationV2Request) String

type DescribeAntChainQRCodeAuthorizationV2Response

type DescribeAntChainQRCodeAuthorizationV2Response struct {
	Headers    map[string]*string                                 `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                                             `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DescribeAntChainQRCodeAuthorizationV2ResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DescribeAntChainQRCodeAuthorizationV2Response) GoString

func (*DescribeAntChainQRCodeAuthorizationV2Response) SetHeaders

func (*DescribeAntChainQRCodeAuthorizationV2Response) SetStatusCode

func (DescribeAntChainQRCodeAuthorizationV2Response) String

type DescribeAntChainQRCodeAuthorizationV2ResponseBody

type DescribeAntChainQRCodeAuthorizationV2ResponseBody struct {
	Code           *string                                                  `json:"Code,omitempty" xml:"Code,omitempty"`
	HttpStatusCode *string                                                  `json:"HttpStatusCode,omitempty" xml:"HttpStatusCode,omitempty"`
	Message        *string                                                  `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId      *string                                                  `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Result         *DescribeAntChainQRCodeAuthorizationV2ResponseBodyResult `json:"Result,omitempty" xml:"Result,omitempty" type:"Struct"`
	ResultCode     *string                                                  `json:"ResultCode,omitempty" xml:"ResultCode,omitempty"`
	ResultMessage  *string                                                  `json:"ResultMessage,omitempty" xml:"ResultMessage,omitempty"`
	Success        *bool                                                    `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (DescribeAntChainQRCodeAuthorizationV2ResponseBody) GoString

func (*DescribeAntChainQRCodeAuthorizationV2ResponseBody) SetCode

func (*DescribeAntChainQRCodeAuthorizationV2ResponseBody) SetHttpStatusCode

func (*DescribeAntChainQRCodeAuthorizationV2ResponseBody) SetMessage

func (*DescribeAntChainQRCodeAuthorizationV2ResponseBody) SetRequestId

func (*DescribeAntChainQRCodeAuthorizationV2ResponseBody) SetResultCode

func (*DescribeAntChainQRCodeAuthorizationV2ResponseBody) SetResultMessage

func (*DescribeAntChainQRCodeAuthorizationV2ResponseBody) SetSuccess

func (DescribeAntChainQRCodeAuthorizationV2ResponseBody) String

type DescribeAntChainQRCodeAuthorizationV2ResponseBodyResult

type DescribeAntChainQRCodeAuthorizationV2ResponseBodyResult struct {
	AntChainId        *string `json:"AntChainId,omitempty" xml:"AntChainId,omitempty"`
	AuthorizationType *string `json:"AuthorizationType,omitempty" xml:"AuthorizationType,omitempty"`
	QRCodeType        *string `json:"QRCodeType,omitempty" xml:"QRCodeType,omitempty"`
}

func (DescribeAntChainQRCodeAuthorizationV2ResponseBodyResult) GoString

func (*DescribeAntChainQRCodeAuthorizationV2ResponseBodyResult) SetAntChainId

func (*DescribeAntChainQRCodeAuthorizationV2ResponseBodyResult) SetAuthorizationType

func (*DescribeAntChainQRCodeAuthorizationV2ResponseBodyResult) SetQRCodeType

func (DescribeAntChainQRCodeAuthorizationV2ResponseBodyResult) String

type DescribeAntChainTransactionReceiptRequest

type DescribeAntChainTransactionReceiptRequest struct {
	AntChainId *string `json:"AntChainId,omitempty" xml:"AntChainId,omitempty"`
	Hash       *string `json:"Hash,omitempty" xml:"Hash,omitempty"`
}

func (DescribeAntChainTransactionReceiptRequest) GoString

func (*DescribeAntChainTransactionReceiptRequest) SetAntChainId

func (*DescribeAntChainTransactionReceiptRequest) SetHash

func (DescribeAntChainTransactionReceiptRequest) String

type DescribeAntChainTransactionReceiptResponse

type DescribeAntChainTransactionReceiptResponse struct {
	Headers    map[string]*string                              `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                                          `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DescribeAntChainTransactionReceiptResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DescribeAntChainTransactionReceiptResponse) GoString

func (*DescribeAntChainTransactionReceiptResponse) SetHeaders

func (*DescribeAntChainTransactionReceiptResponse) SetStatusCode

func (DescribeAntChainTransactionReceiptResponse) String

type DescribeAntChainTransactionReceiptResponseBody

type DescribeAntChainTransactionReceiptResponseBody struct {
	RequestId *string                                               `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Result    *DescribeAntChainTransactionReceiptResponseBodyResult `json:"Result,omitempty" xml:"Result,omitempty" type:"Struct"`
}

func (DescribeAntChainTransactionReceiptResponseBody) GoString

func (*DescribeAntChainTransactionReceiptResponseBody) SetRequestId

func (DescribeAntChainTransactionReceiptResponseBody) String

type DescribeAntChainTransactionReceiptResponseBodyResult

type DescribeAntChainTransactionReceiptResponseBodyResult struct {
	Data    *string   `json:"Data,omitempty" xml:"Data,omitempty"`
	GasUsed *string   `json:"GasUsed,omitempty" xml:"GasUsed,omitempty"`
	Logs    []*string `json:"Logs,omitempty" xml:"Logs,omitempty" type:"Repeated"`
	Result  *int64    `json:"Result,omitempty" xml:"Result,omitempty"`
}

func (DescribeAntChainTransactionReceiptResponseBodyResult) GoString

func (*DescribeAntChainTransactionReceiptResponseBodyResult) SetData

func (*DescribeAntChainTransactionReceiptResponseBodyResult) SetGasUsed

func (*DescribeAntChainTransactionReceiptResponseBodyResult) SetLogs

func (*DescribeAntChainTransactionReceiptResponseBodyResult) SetResult

func (DescribeAntChainTransactionReceiptResponseBodyResult) String

type DescribeAntChainTransactionReceiptV2Request

type DescribeAntChainTransactionReceiptV2Request struct {
	AntChainId   *string `json:"AntChainId,omitempty" xml:"AntChainId,omitempty"`
	ConsortiumId *string `json:"ConsortiumId,omitempty" xml:"ConsortiumId,omitempty"`
	Hash         *string `json:"Hash,omitempty" xml:"Hash,omitempty"`
}

func (DescribeAntChainTransactionReceiptV2Request) GoString

func (*DescribeAntChainTransactionReceiptV2Request) SetAntChainId

func (*DescribeAntChainTransactionReceiptV2Request) SetConsortiumId

func (*DescribeAntChainTransactionReceiptV2Request) SetHash

func (DescribeAntChainTransactionReceiptV2Request) String

type DescribeAntChainTransactionReceiptV2Response

type DescribeAntChainTransactionReceiptV2Response struct {
	Headers    map[string]*string                                `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                                            `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DescribeAntChainTransactionReceiptV2ResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DescribeAntChainTransactionReceiptV2Response) GoString

func (*DescribeAntChainTransactionReceiptV2Response) SetHeaders

func (*DescribeAntChainTransactionReceiptV2Response) SetStatusCode

func (DescribeAntChainTransactionReceiptV2Response) String

type DescribeAntChainTransactionReceiptV2ResponseBody

type DescribeAntChainTransactionReceiptV2ResponseBody struct {
	Code           *string                                                 `json:"Code,omitempty" xml:"Code,omitempty"`
	HttpStatusCode *string                                                 `json:"HttpStatusCode,omitempty" xml:"HttpStatusCode,omitempty"`
	Message        *string                                                 `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId      *string                                                 `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Result         *DescribeAntChainTransactionReceiptV2ResponseBodyResult `json:"Result,omitempty" xml:"Result,omitempty" type:"Struct"`
	ResultCode     *string                                                 `json:"ResultCode,omitempty" xml:"ResultCode,omitempty"`
	ResultMessage  *string                                                 `json:"ResultMessage,omitempty" xml:"ResultMessage,omitempty"`
	Success        *bool                                                   `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (DescribeAntChainTransactionReceiptV2ResponseBody) GoString

func (*DescribeAntChainTransactionReceiptV2ResponseBody) SetCode

func (*DescribeAntChainTransactionReceiptV2ResponseBody) SetHttpStatusCode

func (*DescribeAntChainTransactionReceiptV2ResponseBody) SetMessage

func (*DescribeAntChainTransactionReceiptV2ResponseBody) SetRequestId

func (*DescribeAntChainTransactionReceiptV2ResponseBody) SetResultCode

func (*DescribeAntChainTransactionReceiptV2ResponseBody) SetResultMessage

func (*DescribeAntChainTransactionReceiptV2ResponseBody) SetSuccess

func (DescribeAntChainTransactionReceiptV2ResponseBody) String

type DescribeAntChainTransactionReceiptV2ResponseBodyResult

type DescribeAntChainTransactionReceiptV2ResponseBodyResult struct {
	Data    *string   `json:"Data,omitempty" xml:"Data,omitempty"`
	GasUsed *string   `json:"GasUsed,omitempty" xml:"GasUsed,omitempty"`
	Logs    []*string `json:"Logs,omitempty" xml:"Logs,omitempty" type:"Repeated"`
	Result  *int64    `json:"Result,omitempty" xml:"Result,omitempty"`
}

func (DescribeAntChainTransactionReceiptV2ResponseBodyResult) GoString

func (*DescribeAntChainTransactionReceiptV2ResponseBodyResult) SetData

func (*DescribeAntChainTransactionReceiptV2ResponseBodyResult) SetGasUsed

func (*DescribeAntChainTransactionReceiptV2ResponseBodyResult) SetLogs

func (*DescribeAntChainTransactionReceiptV2ResponseBodyResult) SetResult

func (DescribeAntChainTransactionReceiptV2ResponseBodyResult) String

type DescribeAntChainTransactionRequest

type DescribeAntChainTransactionRequest struct {
	AntChainId *string `json:"AntChainId,omitempty" xml:"AntChainId,omitempty"`
	Hash       *string `json:"Hash,omitempty" xml:"Hash,omitempty"`
}

func (DescribeAntChainTransactionRequest) GoString

func (*DescribeAntChainTransactionRequest) SetAntChainId

func (*DescribeAntChainTransactionRequest) SetHash

func (DescribeAntChainTransactionRequest) String

type DescribeAntChainTransactionResponse

type DescribeAntChainTransactionResponse struct {
	Headers    map[string]*string                       `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                                   `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DescribeAntChainTransactionResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DescribeAntChainTransactionResponse) GoString

func (*DescribeAntChainTransactionResponse) SetHeaders

func (*DescribeAntChainTransactionResponse) SetStatusCode

func (DescribeAntChainTransactionResponse) String

type DescribeAntChainTransactionResponseBody

type DescribeAntChainTransactionResponseBody struct {
	RequestId *string                                        `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Result    *DescribeAntChainTransactionResponseBodyResult `json:"Result,omitempty" xml:"Result,omitempty" type:"Struct"`
}

func (DescribeAntChainTransactionResponseBody) GoString

func (*DescribeAntChainTransactionResponseBody) SetRequestId

func (DescribeAntChainTransactionResponseBody) String

type DescribeAntChainTransactionResponseBodyResult

type DescribeAntChainTransactionResponseBodyResult struct {
	BlockHash    *string                                                   `json:"BlockHash,omitempty" xml:"BlockHash,omitempty"`
	BlockHeight  *int64                                                    `json:"BlockHeight,omitempty" xml:"BlockHeight,omitempty"`
	BlockVersion *string                                                   `json:"BlockVersion,omitempty" xml:"BlockVersion,omitempty"`
	CreateTime   *int64                                                    `json:"CreateTime,omitempty" xml:"CreateTime,omitempty"`
	Hash         *string                                                   `json:"Hash,omitempty" xml:"Hash,omitempty"`
	Transaction  *DescribeAntChainTransactionResponseBodyResultTransaction `json:"Transaction,omitempty" xml:"Transaction,omitempty" type:"Struct"`
}

func (DescribeAntChainTransactionResponseBodyResult) GoString

func (*DescribeAntChainTransactionResponseBodyResult) SetBlockHash

func (*DescribeAntChainTransactionResponseBodyResult) SetBlockHeight

func (*DescribeAntChainTransactionResponseBodyResult) SetBlockVersion

func (*DescribeAntChainTransactionResponseBodyResult) SetCreateTime

func (*DescribeAntChainTransactionResponseBodyResult) SetHash

func (DescribeAntChainTransactionResponseBodyResult) String

type DescribeAntChainTransactionResponseBodyResultTransaction

type DescribeAntChainTransactionResponseBodyResultTransaction struct {
	Data       *string   `json:"Data,omitempty" xml:"Data,omitempty"`
	Extentions []*string `json:"Extentions,omitempty" xml:"Extentions,omitempty" type:"Repeated"`
	From       *string   `json:"From,omitempty" xml:"From,omitempty"`
	Gas        *string   `json:"Gas,omitempty" xml:"Gas,omitempty"`
	Hash       *string   `json:"Hash,omitempty" xml:"Hash,omitempty"`
	Nonce      *string   `json:"Nonce,omitempty" xml:"Nonce,omitempty"`
	// Period
	Period     *int64    `json:"Period,omitempty" xml:"Period,omitempty"`
	Signatures []*string `json:"Signatures,omitempty" xml:"Signatures,omitempty" type:"Repeated"`
	Timestamp  *int64    `json:"Timestamp,omitempty" xml:"Timestamp,omitempty"`
	To         *string   `json:"To,omitempty" xml:"To,omitempty"`
	TxType     *string   `json:"TxType,omitempty" xml:"TxType,omitempty"`
	Value      *string   `json:"Value,omitempty" xml:"Value,omitempty"`
}

func (DescribeAntChainTransactionResponseBodyResultTransaction) GoString

func (*DescribeAntChainTransactionResponseBodyResultTransaction) SetData

func (*DescribeAntChainTransactionResponseBodyResultTransaction) SetExtentions

func (*DescribeAntChainTransactionResponseBodyResultTransaction) SetFrom

func (*DescribeAntChainTransactionResponseBodyResultTransaction) SetGas

func (*DescribeAntChainTransactionResponseBodyResultTransaction) SetHash

func (*DescribeAntChainTransactionResponseBodyResultTransaction) SetNonce

func (*DescribeAntChainTransactionResponseBodyResultTransaction) SetPeriod

func (*DescribeAntChainTransactionResponseBodyResultTransaction) SetSignatures

func (*DescribeAntChainTransactionResponseBodyResultTransaction) SetTimestamp

func (*DescribeAntChainTransactionResponseBodyResultTransaction) SetTo

func (*DescribeAntChainTransactionResponseBodyResultTransaction) SetTxType

func (*DescribeAntChainTransactionResponseBodyResultTransaction) SetValue

func (DescribeAntChainTransactionResponseBodyResultTransaction) String

type DescribeAntChainTransactionStatisticsRequest

type DescribeAntChainTransactionStatisticsRequest struct {
	AntChainId *string `json:"AntChainId,omitempty" xml:"AntChainId,omitempty"`
	End        *int64  `json:"End,omitempty" xml:"End,omitempty"`
	Start      *int64  `json:"Start,omitempty" xml:"Start,omitempty"`
}

func (DescribeAntChainTransactionStatisticsRequest) GoString

func (*DescribeAntChainTransactionStatisticsRequest) SetAntChainId

func (*DescribeAntChainTransactionStatisticsRequest) SetEnd

func (*DescribeAntChainTransactionStatisticsRequest) SetStart

func (DescribeAntChainTransactionStatisticsRequest) String

type DescribeAntChainTransactionStatisticsResponse

type DescribeAntChainTransactionStatisticsResponse struct {
	Headers    map[string]*string                                 `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                                             `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DescribeAntChainTransactionStatisticsResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DescribeAntChainTransactionStatisticsResponse) GoString

func (*DescribeAntChainTransactionStatisticsResponse) SetHeaders

func (*DescribeAntChainTransactionStatisticsResponse) SetStatusCode

func (DescribeAntChainTransactionStatisticsResponse) String

type DescribeAntChainTransactionStatisticsResponseBody

type DescribeAntChainTransactionStatisticsResponseBody struct {
	RequestId *string                                                    `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Result    []*DescribeAntChainTransactionStatisticsResponseBodyResult `json:"Result,omitempty" xml:"Result,omitempty" type:"Repeated"`
}

func (DescribeAntChainTransactionStatisticsResponseBody) GoString

func (*DescribeAntChainTransactionStatisticsResponseBody) SetRequestId

func (DescribeAntChainTransactionStatisticsResponseBody) String

type DescribeAntChainTransactionStatisticsResponseBodyResult

type DescribeAntChainTransactionStatisticsResponseBodyResult struct {
	AntChainId         *string `json:"AntChainId,omitempty" xml:"AntChainId,omitempty"`
	CreatTime          *int64  `json:"CreatTime,omitempty" xml:"CreatTime,omitempty"`
	Dt                 *string `json:"Dt,omitempty" xml:"Dt,omitempty"`
	LastSumBlockHeight *int64  `json:"LastSumBlockHeight,omitempty" xml:"LastSumBlockHeight,omitempty"`
	TransCount         *int64  `json:"TransCount,omitempty" xml:"TransCount,omitempty"`
}

func (DescribeAntChainTransactionStatisticsResponseBodyResult) GoString

func (*DescribeAntChainTransactionStatisticsResponseBodyResult) SetAntChainId

func (*DescribeAntChainTransactionStatisticsResponseBodyResult) SetCreatTime

func (*DescribeAntChainTransactionStatisticsResponseBodyResult) SetDt

func (*DescribeAntChainTransactionStatisticsResponseBodyResult) SetLastSumBlockHeight

func (*DescribeAntChainTransactionStatisticsResponseBodyResult) SetTransCount

func (DescribeAntChainTransactionStatisticsResponseBodyResult) String

type DescribeAntChainTransactionStatisticsV2Request

type DescribeAntChainTransactionStatisticsV2Request struct {
	AntChainId   *string `json:"AntChainId,omitempty" xml:"AntChainId,omitempty"`
	ConsortiumId *string `json:"ConsortiumId,omitempty" xml:"ConsortiumId,omitempty"`
	End          *int64  `json:"End,omitempty" xml:"End,omitempty"`
	Start        *int64  `json:"Start,omitempty" xml:"Start,omitempty"`
}

func (DescribeAntChainTransactionStatisticsV2Request) GoString

func (*DescribeAntChainTransactionStatisticsV2Request) SetAntChainId

func (*DescribeAntChainTransactionStatisticsV2Request) SetConsortiumId

func (*DescribeAntChainTransactionStatisticsV2Request) SetEnd

func (*DescribeAntChainTransactionStatisticsV2Request) SetStart

func (DescribeAntChainTransactionStatisticsV2Request) String

type DescribeAntChainTransactionStatisticsV2Response

type DescribeAntChainTransactionStatisticsV2Response struct {
	Headers    map[string]*string                                   `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                                               `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DescribeAntChainTransactionStatisticsV2ResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DescribeAntChainTransactionStatisticsV2Response) GoString

func (*DescribeAntChainTransactionStatisticsV2Response) SetHeaders

func (*DescribeAntChainTransactionStatisticsV2Response) SetStatusCode

func (DescribeAntChainTransactionStatisticsV2Response) String

type DescribeAntChainTransactionStatisticsV2ResponseBody

type DescribeAntChainTransactionStatisticsV2ResponseBody struct {
	Code           *string                                                      `json:"Code,omitempty" xml:"Code,omitempty"`
	HttpStatusCode *string                                                      `json:"HttpStatusCode,omitempty" xml:"HttpStatusCode,omitempty"`
	Message        *string                                                      `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId      *string                                                      `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Result         []*DescribeAntChainTransactionStatisticsV2ResponseBodyResult `json:"Result,omitempty" xml:"Result,omitempty" type:"Repeated"`
	ResultCode     *string                                                      `json:"ResultCode,omitempty" xml:"ResultCode,omitempty"`
	ResultMessage  *string                                                      `json:"ResultMessage,omitempty" xml:"ResultMessage,omitempty"`
	Success        *bool                                                        `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (DescribeAntChainTransactionStatisticsV2ResponseBody) GoString

func (*DescribeAntChainTransactionStatisticsV2ResponseBody) SetCode

func (*DescribeAntChainTransactionStatisticsV2ResponseBody) SetHttpStatusCode

func (*DescribeAntChainTransactionStatisticsV2ResponseBody) SetMessage

func (*DescribeAntChainTransactionStatisticsV2ResponseBody) SetRequestId

func (*DescribeAntChainTransactionStatisticsV2ResponseBody) SetResultCode

func (*DescribeAntChainTransactionStatisticsV2ResponseBody) SetResultMessage

func (*DescribeAntChainTransactionStatisticsV2ResponseBody) SetSuccess

func (DescribeAntChainTransactionStatisticsV2ResponseBody) String

type DescribeAntChainTransactionStatisticsV2ResponseBodyResult

type DescribeAntChainTransactionStatisticsV2ResponseBodyResult struct {
	AntChainId         *string `json:"AntChainId,omitempty" xml:"AntChainId,omitempty"`
	CreatTime          *int64  `json:"CreatTime,omitempty" xml:"CreatTime,omitempty"`
	Dt                 *int64  `json:"Dt,omitempty" xml:"Dt,omitempty"`
	LastSumBlockHeight *int64  `json:"LastSumBlockHeight,omitempty" xml:"LastSumBlockHeight,omitempty"`
	TransCount         *int64  `json:"TransCount,omitempty" xml:"TransCount,omitempty"`
}

func (DescribeAntChainTransactionStatisticsV2ResponseBodyResult) GoString

func (*DescribeAntChainTransactionStatisticsV2ResponseBodyResult) SetAntChainId

func (*DescribeAntChainTransactionStatisticsV2ResponseBodyResult) SetCreatTime

func (*DescribeAntChainTransactionStatisticsV2ResponseBodyResult) SetDt

func (*DescribeAntChainTransactionStatisticsV2ResponseBodyResult) SetLastSumBlockHeight

func (*DescribeAntChainTransactionStatisticsV2ResponseBodyResult) SetTransCount

func (DescribeAntChainTransactionStatisticsV2ResponseBodyResult) String

type DescribeAntChainTransactionV2Request

type DescribeAntChainTransactionV2Request struct {
	AntChainId   *string `json:"AntChainId,omitempty" xml:"AntChainId,omitempty"`
	ConsortiumId *string `json:"ConsortiumId,omitempty" xml:"ConsortiumId,omitempty"`
	Hash         *string `json:"Hash,omitempty" xml:"Hash,omitempty"`
}

func (DescribeAntChainTransactionV2Request) GoString

func (*DescribeAntChainTransactionV2Request) SetAntChainId

func (*DescribeAntChainTransactionV2Request) SetConsortiumId

func (*DescribeAntChainTransactionV2Request) SetHash

func (DescribeAntChainTransactionV2Request) String

type DescribeAntChainTransactionV2Response

type DescribeAntChainTransactionV2Response struct {
	Headers    map[string]*string                         `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                                     `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DescribeAntChainTransactionV2ResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DescribeAntChainTransactionV2Response) GoString

func (*DescribeAntChainTransactionV2Response) SetHeaders

func (*DescribeAntChainTransactionV2Response) SetStatusCode

func (DescribeAntChainTransactionV2Response) String

type DescribeAntChainTransactionV2ResponseBody

type DescribeAntChainTransactionV2ResponseBody struct {
	Code           *string                                          `json:"Code,omitempty" xml:"Code,omitempty"`
	HttpStatusCode *string                                          `json:"HttpStatusCode,omitempty" xml:"HttpStatusCode,omitempty"`
	Message        *string                                          `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId      *string                                          `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Result         *DescribeAntChainTransactionV2ResponseBodyResult `json:"Result,omitempty" xml:"Result,omitempty" type:"Struct"`
	ResultCode     *string                                          `json:"ResultCode,omitempty" xml:"ResultCode,omitempty"`
	ResultMessage  *string                                          `json:"ResultMessage,omitempty" xml:"ResultMessage,omitempty"`
	Success        *bool                                            `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (DescribeAntChainTransactionV2ResponseBody) GoString

func (*DescribeAntChainTransactionV2ResponseBody) SetCode

func (*DescribeAntChainTransactionV2ResponseBody) SetHttpStatusCode

func (*DescribeAntChainTransactionV2ResponseBody) SetMessage

func (*DescribeAntChainTransactionV2ResponseBody) SetRequestId

func (*DescribeAntChainTransactionV2ResponseBody) SetResultCode

func (*DescribeAntChainTransactionV2ResponseBody) SetResultMessage

func (*DescribeAntChainTransactionV2ResponseBody) SetSuccess

func (DescribeAntChainTransactionV2ResponseBody) String

type DescribeAntChainTransactionV2ResponseBodyResult

type DescribeAntChainTransactionV2ResponseBodyResult struct {
	BlockHash    *string                                                     `json:"BlockHash,omitempty" xml:"BlockHash,omitempty"`
	BlockHeight  *int64                                                      `json:"BlockHeight,omitempty" xml:"BlockHeight,omitempty"`
	BlockVersion *string                                                     `json:"BlockVersion,omitempty" xml:"BlockVersion,omitempty"`
	CreateTime   *int64                                                      `json:"CreateTime,omitempty" xml:"CreateTime,omitempty"`
	Hash         *string                                                     `json:"Hash,omitempty" xml:"Hash,omitempty"`
	Transaction  *DescribeAntChainTransactionV2ResponseBodyResultTransaction `json:"Transaction,omitempty" xml:"Transaction,omitempty" type:"Struct"`
}

func (DescribeAntChainTransactionV2ResponseBodyResult) GoString

func (*DescribeAntChainTransactionV2ResponseBodyResult) SetBlockHash

func (*DescribeAntChainTransactionV2ResponseBodyResult) SetBlockHeight

func (*DescribeAntChainTransactionV2ResponseBodyResult) SetBlockVersion

func (*DescribeAntChainTransactionV2ResponseBodyResult) SetCreateTime

func (*DescribeAntChainTransactionV2ResponseBodyResult) SetHash

func (DescribeAntChainTransactionV2ResponseBodyResult) String

type DescribeAntChainTransactionV2ResponseBodyResultTransaction

type DescribeAntChainTransactionV2ResponseBodyResultTransaction struct {
	Data       *string   `json:"Data,omitempty" xml:"Data,omitempty"`
	Extentions []*string `json:"Extentions,omitempty" xml:"Extentions,omitempty" type:"Repeated"`
	From       *string   `json:"From,omitempty" xml:"From,omitempty"`
	Gas        *string   `json:"Gas,omitempty" xml:"Gas,omitempty"`
	Hash       *string   `json:"Hash,omitempty" xml:"Hash,omitempty"`
	Nonce      *string   `json:"Nonce,omitempty" xml:"Nonce,omitempty"`
	Period     *int64    `json:"Period,omitempty" xml:"Period,omitempty"`
	Signatures []*string `json:"Signatures,omitempty" xml:"Signatures,omitempty" type:"Repeated"`
	Timestamp  *int64    `json:"Timestamp,omitempty" xml:"Timestamp,omitempty"`
	To         *string   `json:"To,omitempty" xml:"To,omitempty"`
	TxType     *string   `json:"TxType,omitempty" xml:"TxType,omitempty"`
	Value      *string   `json:"Value,omitempty" xml:"Value,omitempty"`
}

func (DescribeAntChainTransactionV2ResponseBodyResultTransaction) GoString

func (*DescribeAntChainTransactionV2ResponseBodyResultTransaction) SetData

func (*DescribeAntChainTransactionV2ResponseBodyResultTransaction) SetExtentions

func (*DescribeAntChainTransactionV2ResponseBodyResultTransaction) SetFrom

func (*DescribeAntChainTransactionV2ResponseBodyResultTransaction) SetGas

func (*DescribeAntChainTransactionV2ResponseBodyResultTransaction) SetHash

func (*DescribeAntChainTransactionV2ResponseBodyResultTransaction) SetNonce

func (*DescribeAntChainTransactionV2ResponseBodyResultTransaction) SetPeriod

func (*DescribeAntChainTransactionV2ResponseBodyResultTransaction) SetSignatures

func (*DescribeAntChainTransactionV2ResponseBodyResultTransaction) SetTimestamp

func (*DescribeAntChainTransactionV2ResponseBodyResultTransaction) SetTo

func (*DescribeAntChainTransactionV2ResponseBodyResultTransaction) SetTxType

func (*DescribeAntChainTransactionV2ResponseBodyResultTransaction) SetValue

func (DescribeAntChainTransactionV2ResponseBodyResultTransaction) String

type DescribeAntChainsRequest

type DescribeAntChainsRequest struct {
	ConsortiumId *string `json:"ConsortiumId,omitempty" xml:"ConsortiumId,omitempty"`
	PageNumber   *int32  `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"`
	PageSize     *int32  `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
}

func (DescribeAntChainsRequest) GoString

func (s DescribeAntChainsRequest) GoString() string

func (*DescribeAntChainsRequest) SetConsortiumId

func (*DescribeAntChainsRequest) SetPageNumber

func (*DescribeAntChainsRequest) SetPageSize

func (DescribeAntChainsRequest) String

func (s DescribeAntChainsRequest) String() string

type DescribeAntChainsResponse

type DescribeAntChainsResponse struct {
	Headers    map[string]*string             `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                         `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DescribeAntChainsResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DescribeAntChainsResponse) GoString

func (s DescribeAntChainsResponse) GoString() string

func (*DescribeAntChainsResponse) SetBody

func (*DescribeAntChainsResponse) SetHeaders

func (*DescribeAntChainsResponse) SetStatusCode

func (DescribeAntChainsResponse) String

func (s DescribeAntChainsResponse) String() string

type DescribeAntChainsResponseBody

type DescribeAntChainsResponseBody struct {
	RequestId *string                              `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Result    *DescribeAntChainsResponseBodyResult `json:"Result,omitempty" xml:"Result,omitempty" type:"Struct"`
}

func (DescribeAntChainsResponseBody) GoString

func (*DescribeAntChainsResponseBody) SetRequestId

func (DescribeAntChainsResponseBody) String

type DescribeAntChainsResponseBodyResult

type DescribeAntChainsResponseBodyResult struct {
	AntChains  []*DescribeAntChainsResponseBodyResultAntChains `json:"AntChains,omitempty" xml:"AntChains,omitempty" type:"Repeated"`
	IsExist    *bool                                           `json:"IsExist,omitempty" xml:"IsExist,omitempty"`
	Pagination *DescribeAntChainsResponseBodyResultPagination  `json:"Pagination,omitempty" xml:"Pagination,omitempty" type:"Struct"`
}

func (DescribeAntChainsResponseBodyResult) GoString

func (*DescribeAntChainsResponseBodyResult) SetIsExist

func (DescribeAntChainsResponseBodyResult) String

type DescribeAntChainsResponseBodyResultAntChains

type DescribeAntChainsResponseBodyResultAntChains struct {
	AntChainId     *string `json:"AntChainId,omitempty" xml:"AntChainId,omitempty"`
	AntChainName   *string `json:"AntChainName,omitempty" xml:"AntChainName,omitempty"`
	ChainType      *string `json:"ChainType,omitempty" xml:"ChainType,omitempty"`
	CipherSuit     *string `json:"CipherSuit,omitempty" xml:"CipherSuit,omitempty"`
	CreateTime     *int64  `json:"CreateTime,omitempty" xml:"CreateTime,omitempty"`
	ExpireTime     *int64  `json:"ExpireTime,omitempty" xml:"ExpireTime,omitempty"`
	IsAdmin        *bool   `json:"IsAdmin,omitempty" xml:"IsAdmin,omitempty"`
	MemberStatus   *string `json:"MemberStatus,omitempty" xml:"MemberStatus,omitempty"`
	MerkleTreeSuit *string `json:"MerkleTreeSuit,omitempty" xml:"MerkleTreeSuit,omitempty"`
	Network        *string `json:"Network,omitempty" xml:"Network,omitempty"`
	NodeNum        *int32  `json:"NodeNum,omitempty" xml:"NodeNum,omitempty"`
	RegionId       *string `json:"RegionId,omitempty" xml:"RegionId,omitempty"`
	ResourceSize   *string `json:"ResourceSize,omitempty" xml:"ResourceSize,omitempty"`
	TlsAlgo        *string `json:"TlsAlgo,omitempty" xml:"TlsAlgo,omitempty"`
	Version        *string `json:"Version,omitempty" xml:"Version,omitempty"`
}

func (DescribeAntChainsResponseBodyResultAntChains) GoString

func (*DescribeAntChainsResponseBodyResultAntChains) SetAntChainId

func (*DescribeAntChainsResponseBodyResultAntChains) SetAntChainName

func (*DescribeAntChainsResponseBodyResultAntChains) SetChainType

func (*DescribeAntChainsResponseBodyResultAntChains) SetCipherSuit

func (*DescribeAntChainsResponseBodyResultAntChains) SetCreateTime

func (*DescribeAntChainsResponseBodyResultAntChains) SetExpireTime

func (*DescribeAntChainsResponseBodyResultAntChains) SetIsAdmin

func (*DescribeAntChainsResponseBodyResultAntChains) SetMemberStatus

func (*DescribeAntChainsResponseBodyResultAntChains) SetMerkleTreeSuit

func (*DescribeAntChainsResponseBodyResultAntChains) SetNetwork

func (*DescribeAntChainsResponseBodyResultAntChains) SetNodeNum

func (*DescribeAntChainsResponseBodyResultAntChains) SetRegionId

func (*DescribeAntChainsResponseBodyResultAntChains) SetResourceSize

func (*DescribeAntChainsResponseBodyResultAntChains) SetTlsAlgo

func (*DescribeAntChainsResponseBodyResultAntChains) SetVersion

func (DescribeAntChainsResponseBodyResultAntChains) String

type DescribeAntChainsResponseBodyResultPagination

type DescribeAntChainsResponseBodyResultPagination struct {
	PageNumber *int32 `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"`
	PageSize   *int32 `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
	TotalCount *int32 `json:"TotalCount,omitempty" xml:"TotalCount,omitempty"`
}

func (DescribeAntChainsResponseBodyResultPagination) GoString

func (*DescribeAntChainsResponseBodyResultPagination) SetPageNumber

func (*DescribeAntChainsResponseBodyResultPagination) SetPageSize

func (*DescribeAntChainsResponseBodyResultPagination) SetTotalCount

func (DescribeAntChainsResponseBodyResultPagination) String

type DescribeAntChainsV2Request

type DescribeAntChainsV2Request struct {
	ConsortiumId *string `json:"ConsortiumId,omitempty" xml:"ConsortiumId,omitempty"`
	PageNumber   *int32  `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"`
	PageSize     *int32  `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
}

func (DescribeAntChainsV2Request) GoString

func (s DescribeAntChainsV2Request) GoString() string

func (*DescribeAntChainsV2Request) SetConsortiumId

func (*DescribeAntChainsV2Request) SetPageNumber

func (*DescribeAntChainsV2Request) SetPageSize

func (DescribeAntChainsV2Request) String

type DescribeAntChainsV2Response

type DescribeAntChainsV2Response struct {
	Headers    map[string]*string               `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                           `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DescribeAntChainsV2ResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DescribeAntChainsV2Response) GoString

func (s DescribeAntChainsV2Response) GoString() string

func (*DescribeAntChainsV2Response) SetBody

func (*DescribeAntChainsV2Response) SetHeaders

func (*DescribeAntChainsV2Response) SetStatusCode

func (DescribeAntChainsV2Response) String

type DescribeAntChainsV2ResponseBody

type DescribeAntChainsV2ResponseBody struct {
	Code           *string                                `json:"Code,omitempty" xml:"Code,omitempty"`
	HttpStatusCode *string                                `json:"HttpStatusCode,omitempty" xml:"HttpStatusCode,omitempty"`
	Message        *string                                `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId      *string                                `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Result         *DescribeAntChainsV2ResponseBodyResult `json:"Result,omitempty" xml:"Result,omitempty" type:"Struct"`
	ResultCode     *string                                `json:"ResultCode,omitempty" xml:"ResultCode,omitempty"`
	ResultMessage  *string                                `json:"ResultMessage,omitempty" xml:"ResultMessage,omitempty"`
	Success        *bool                                  `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (DescribeAntChainsV2ResponseBody) GoString

func (*DescribeAntChainsV2ResponseBody) SetCode

func (*DescribeAntChainsV2ResponseBody) SetHttpStatusCode

func (*DescribeAntChainsV2ResponseBody) SetMessage

func (*DescribeAntChainsV2ResponseBody) SetRequestId

func (*DescribeAntChainsV2ResponseBody) SetResultCode

func (*DescribeAntChainsV2ResponseBody) SetResultMessage

func (*DescribeAntChainsV2ResponseBody) SetSuccess

func (DescribeAntChainsV2ResponseBody) String

type DescribeAntChainsV2ResponseBodyResult

type DescribeAntChainsV2ResponseBodyResult struct {
	AntChains  []*DescribeAntChainsV2ResponseBodyResultAntChains `json:"AntChains,omitempty" xml:"AntChains,omitempty" type:"Repeated"`
	IsExist    *bool                                             `json:"IsExist,omitempty" xml:"IsExist,omitempty"`
	Pagination *DescribeAntChainsV2ResponseBodyResultPagination  `json:"Pagination,omitempty" xml:"Pagination,omitempty" type:"Struct"`
}

func (DescribeAntChainsV2ResponseBodyResult) GoString

func (*DescribeAntChainsV2ResponseBodyResult) SetIsExist

func (DescribeAntChainsV2ResponseBodyResult) String

type DescribeAntChainsV2ResponseBodyResultAntChains

type DescribeAntChainsV2ResponseBodyResultAntChains struct {
	AntChainId     *string `json:"AntChainId,omitempty" xml:"AntChainId,omitempty"`
	AntChainName   *string `json:"AntChainName,omitempty" xml:"AntChainName,omitempty"`
	ChainType      *string `json:"ChainType,omitempty" xml:"ChainType,omitempty"`
	CipherSuit     *string `json:"CipherSuit,omitempty" xml:"CipherSuit,omitempty"`
	CreateTime     *int64  `json:"CreateTime,omitempty" xml:"CreateTime,omitempty"`
	ExpireTime     *int64  `json:"ExpireTime,omitempty" xml:"ExpireTime,omitempty"`
	InstanceId     *string `json:"InstanceId,omitempty" xml:"InstanceId,omitempty"`
	IsAdmin        *bool   `json:"IsAdmin,omitempty" xml:"IsAdmin,omitempty"`
	MemberStatus   *string `json:"MemberStatus,omitempty" xml:"MemberStatus,omitempty"`
	MerkleTreeSuit *string `json:"MerkleTreeSuit,omitempty" xml:"MerkleTreeSuit,omitempty"`
	MonitorStatus  *bool   `json:"MonitorStatus,omitempty" xml:"MonitorStatus,omitempty"`
	Network        *string `json:"Network,omitempty" xml:"Network,omitempty"`
	NodeNum        *int32  `json:"NodeNum,omitempty" xml:"NodeNum,omitempty"`
	RegionId       *string `json:"RegionId,omitempty" xml:"RegionId,omitempty"`
	ResourceSize   *string `json:"ResourceSize,omitempty" xml:"ResourceSize,omitempty"`
	RestStatus     *string `json:"RestStatus,omitempty" xml:"RestStatus,omitempty"`
	TlsAlgo        *string `json:"TlsAlgo,omitempty" xml:"TlsAlgo,omitempty"`
	Version        *string `json:"Version,omitempty" xml:"Version,omitempty"`
}

func (DescribeAntChainsV2ResponseBodyResultAntChains) GoString

func (*DescribeAntChainsV2ResponseBodyResultAntChains) SetAntChainId

func (*DescribeAntChainsV2ResponseBodyResultAntChains) SetAntChainName

func (*DescribeAntChainsV2ResponseBodyResultAntChains) SetChainType

func (*DescribeAntChainsV2ResponseBodyResultAntChains) SetCipherSuit

func (*DescribeAntChainsV2ResponseBodyResultAntChains) SetCreateTime

func (*DescribeAntChainsV2ResponseBodyResultAntChains) SetExpireTime

func (*DescribeAntChainsV2ResponseBodyResultAntChains) SetInstanceId

func (*DescribeAntChainsV2ResponseBodyResultAntChains) SetIsAdmin

func (*DescribeAntChainsV2ResponseBodyResultAntChains) SetMemberStatus

func (*DescribeAntChainsV2ResponseBodyResultAntChains) SetMerkleTreeSuit

func (*DescribeAntChainsV2ResponseBodyResultAntChains) SetMonitorStatus

func (*DescribeAntChainsV2ResponseBodyResultAntChains) SetNetwork

func (*DescribeAntChainsV2ResponseBodyResultAntChains) SetNodeNum

func (*DescribeAntChainsV2ResponseBodyResultAntChains) SetRegionId

func (*DescribeAntChainsV2ResponseBodyResultAntChains) SetResourceSize

func (*DescribeAntChainsV2ResponseBodyResultAntChains) SetRestStatus

func (*DescribeAntChainsV2ResponseBodyResultAntChains) SetTlsAlgo

func (*DescribeAntChainsV2ResponseBodyResultAntChains) SetVersion

func (DescribeAntChainsV2ResponseBodyResultAntChains) String

type DescribeAntChainsV2ResponseBodyResultPagination

type DescribeAntChainsV2ResponseBodyResultPagination struct {
	PageNumber *int32 `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"`
	PageSize   *int32 `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
	TotalCount *int32 `json:"TotalCount,omitempty" xml:"TotalCount,omitempty"`
}

func (DescribeAntChainsV2ResponseBodyResultPagination) GoString

func (*DescribeAntChainsV2ResponseBodyResultPagination) SetPageNumber

func (*DescribeAntChainsV2ResponseBodyResultPagination) SetPageSize

func (*DescribeAntChainsV2ResponseBodyResultPagination) SetTotalCount

func (DescribeAntChainsV2ResponseBodyResultPagination) String

type DescribeEthereumDeletableRequest

type DescribeEthereumDeletableRequest struct {
	EthereumId *string `json:"EthereumId,omitempty" xml:"EthereumId,omitempty"`
}

func (DescribeEthereumDeletableRequest) GoString

func (*DescribeEthereumDeletableRequest) SetEthereumId

func (DescribeEthereumDeletableRequest) String

type DescribeEthereumDeletableResponse

type DescribeEthereumDeletableResponse struct {
	Headers    map[string]*string                     `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                                 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DescribeEthereumDeletableResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DescribeEthereumDeletableResponse) GoString

func (*DescribeEthereumDeletableResponse) SetHeaders

func (*DescribeEthereumDeletableResponse) SetStatusCode

func (DescribeEthereumDeletableResponse) String

type DescribeEthereumDeletableResponseBody

type DescribeEthereumDeletableResponseBody struct {
	ErrorCode *int32                                       `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	RequestId *string                                      `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Result    *DescribeEthereumDeletableResponseBodyResult `json:"Result,omitempty" xml:"Result,omitempty" type:"Struct"`
	Success   *bool                                        `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (DescribeEthereumDeletableResponseBody) GoString

func (*DescribeEthereumDeletableResponseBody) SetErrorCode

func (*DescribeEthereumDeletableResponseBody) SetRequestId

func (*DescribeEthereumDeletableResponseBody) SetSuccess

func (DescribeEthereumDeletableResponseBody) String

type DescribeEthereumDeletableResponseBodyResult

type DescribeEthereumDeletableResponseBodyResult struct {
	Deletable  *bool   `json:"Deletable,omitempty" xml:"Deletable,omitempty"`
	EthereumId *string `json:"EthereumId,omitempty" xml:"EthereumId,omitempty"`
}

func (DescribeEthereumDeletableResponseBodyResult) GoString

func (*DescribeEthereumDeletableResponseBodyResult) SetDeletable

func (*DescribeEthereumDeletableResponseBodyResult) SetEthereumId

func (DescribeEthereumDeletableResponseBodyResult) String

type DescribeFabricCandidateOrganizationsRequest

type DescribeFabricCandidateOrganizationsRequest struct {
	Location *string `json:"Location,omitempty" xml:"Location,omitempty"`
}

func (DescribeFabricCandidateOrganizationsRequest) GoString

func (*DescribeFabricCandidateOrganizationsRequest) SetLocation

func (DescribeFabricCandidateOrganizationsRequest) String

type DescribeFabricCandidateOrganizationsResponse

type DescribeFabricCandidateOrganizationsResponse struct {
	Headers    map[string]*string                                `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                                            `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DescribeFabricCandidateOrganizationsResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DescribeFabricCandidateOrganizationsResponse) GoString

func (*DescribeFabricCandidateOrganizationsResponse) SetHeaders

func (*DescribeFabricCandidateOrganizationsResponse) SetStatusCode

func (DescribeFabricCandidateOrganizationsResponse) String

type DescribeFabricCandidateOrganizationsResponseBody

type DescribeFabricCandidateOrganizationsResponseBody struct {
	ErrorCode *int32                                                    `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	RequestId *string                                                   `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Result    []*DescribeFabricCandidateOrganizationsResponseBodyResult `json:"Result,omitempty" xml:"Result,omitempty" type:"Repeated"`
	Success   *bool                                                     `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (DescribeFabricCandidateOrganizationsResponseBody) GoString

func (*DescribeFabricCandidateOrganizationsResponseBody) SetErrorCode

func (*DescribeFabricCandidateOrganizationsResponseBody) SetRequestId

func (*DescribeFabricCandidateOrganizationsResponseBody) SetSuccess

func (DescribeFabricCandidateOrganizationsResponseBody) String

type DescribeFabricCandidateOrganizationsResponseBodyResult

type DescribeFabricCandidateOrganizationsResponseBodyResult struct {
	ClusterState     *string `json:"ClusterState,omitempty" xml:"ClusterState,omitempty"`
	OrganizationId   *string `json:"OrganizationId,omitempty" xml:"OrganizationId,omitempty"`
	OrganizationName *string `json:"OrganizationName,omitempty" xml:"OrganizationName,omitempty"`
	ServiceState     *string `json:"ServiceState,omitempty" xml:"ServiceState,omitempty"`
}

func (DescribeFabricCandidateOrganizationsResponseBodyResult) GoString

func (*DescribeFabricCandidateOrganizationsResponseBodyResult) SetClusterState

func (*DescribeFabricCandidateOrganizationsResponseBodyResult) SetOrganizationId

func (*DescribeFabricCandidateOrganizationsResponseBodyResult) SetOrganizationName

func (*DescribeFabricCandidateOrganizationsResponseBodyResult) SetServiceState

func (DescribeFabricCandidateOrganizationsResponseBodyResult) String

type DescribeFabricChaincodeDefinitionTaskRequest

type DescribeFabricChaincodeDefinitionTaskRequest struct {
	ChaincodeId    *string `json:"ChaincodeId,omitempty" xml:"ChaincodeId,omitempty"`
	OrganizationId *string `json:"OrganizationId,omitempty" xml:"OrganizationId,omitempty"`
}

func (DescribeFabricChaincodeDefinitionTaskRequest) GoString

func (*DescribeFabricChaincodeDefinitionTaskRequest) SetChaincodeId

func (*DescribeFabricChaincodeDefinitionTaskRequest) SetOrganizationId

func (DescribeFabricChaincodeDefinitionTaskRequest) String

type DescribeFabricChaincodeDefinitionTaskResponse

type DescribeFabricChaincodeDefinitionTaskResponse struct {
	Headers    map[string]*string                                 `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                                             `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DescribeFabricChaincodeDefinitionTaskResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DescribeFabricChaincodeDefinitionTaskResponse) GoString

func (*DescribeFabricChaincodeDefinitionTaskResponse) SetHeaders

func (*DescribeFabricChaincodeDefinitionTaskResponse) SetStatusCode

func (DescribeFabricChaincodeDefinitionTaskResponse) String

type DescribeFabricChaincodeDefinitionTaskResponseBody

type DescribeFabricChaincodeDefinitionTaskResponseBody struct {
	ErrorCode *int32                                                   `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	RequestId *string                                                  `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Result    *DescribeFabricChaincodeDefinitionTaskResponseBodyResult `json:"Result,omitempty" xml:"Result,omitempty" type:"Struct"`
	Success   *bool                                                    `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (DescribeFabricChaincodeDefinitionTaskResponseBody) GoString

func (*DescribeFabricChaincodeDefinitionTaskResponseBody) SetErrorCode

func (*DescribeFabricChaincodeDefinitionTaskResponseBody) SetRequestId

func (*DescribeFabricChaincodeDefinitionTaskResponseBody) SetSuccess

func (DescribeFabricChaincodeDefinitionTaskResponseBody) String

type DescribeFabricChaincodeDefinitionTaskResponseBodyResult

type DescribeFabricChaincodeDefinitionTaskResponseBodyResult struct {
	Approvers   []*string                                                       `json:"Approvers,omitempty" xml:"Approvers,omitempty" type:"Repeated"`
	ChannelName *string                                                         `json:"ChannelName,omitempty" xml:"ChannelName,omitempty"`
	Content     *DescribeFabricChaincodeDefinitionTaskResponseBodyResultContent `json:"Content,omitempty" xml:"Content,omitempty" type:"Struct"`
	CreateTime  *int64                                                          `json:"CreateTime,omitempty" xml:"CreateTime,omitempty"`
	Creator     *string                                                         `json:"Creator,omitempty" xml:"Creator,omitempty"`
	Description *string                                                         `json:"Description,omitempty" xml:"Description,omitempty"`
	Status      *string                                                         `json:"Status,omitempty" xml:"Status,omitempty"`
	TaskId      *string                                                         `json:"TaskId,omitempty" xml:"TaskId,omitempty"`
	Type        *string                                                         `json:"Type,omitempty" xml:"Type,omitempty"`
}

func (DescribeFabricChaincodeDefinitionTaskResponseBodyResult) GoString

func (*DescribeFabricChaincodeDefinitionTaskResponseBodyResult) SetApprovers

func (*DescribeFabricChaincodeDefinitionTaskResponseBodyResult) SetChannelName

func (*DescribeFabricChaincodeDefinitionTaskResponseBodyResult) SetCreateTime

func (*DescribeFabricChaincodeDefinitionTaskResponseBodyResult) SetCreator

func (*DescribeFabricChaincodeDefinitionTaskResponseBodyResult) SetDescription

func (*DescribeFabricChaincodeDefinitionTaskResponseBodyResult) SetStatus

func (*DescribeFabricChaincodeDefinitionTaskResponseBodyResult) SetTaskId

func (*DescribeFabricChaincodeDefinitionTaskResponseBodyResult) SetType

func (DescribeFabricChaincodeDefinitionTaskResponseBodyResult) String

type DescribeFabricChaincodeDefinitionTaskResponseBodyResultContent

type DescribeFabricChaincodeDefinitionTaskResponseBodyResultContent struct {
	ChaincodeDefinition *DescribeFabricChaincodeDefinitionTaskResponseBodyResultContentChaincodeDefinition `json:"ChaincodeDefinition,omitempty" xml:"ChaincodeDefinition,omitempty" type:"Struct"`
}

func (DescribeFabricChaincodeDefinitionTaskResponseBodyResultContent) GoString

func (DescribeFabricChaincodeDefinitionTaskResponseBodyResultContent) String

type DescribeFabricChaincodeDefinitionTaskResponseBodyResultContentChaincodeDefinition

type DescribeFabricChaincodeDefinitionTaskResponseBodyResultContentChaincodeDefinition struct {
	ChaincodePackageId *string `json:"ChaincodePackageId,omitempty" xml:"ChaincodePackageId,omitempty"`
	CollectionConfig   *string `json:"CollectionConfig,omitempty" xml:"CollectionConfig,omitempty"`
	EndorsementPolicy  *string `json:"EndorsementPolicy,omitempty" xml:"EndorsementPolicy,omitempty"`
	InitRequired       *bool   `json:"InitRequired,omitempty" xml:"InitRequired,omitempty"`
	Name               *string `json:"Name,omitempty" xml:"Name,omitempty"`
	Sequence           *int64  `json:"Sequence,omitempty" xml:"Sequence,omitempty"`
	Uid                *string `json:"Uid,omitempty" xml:"Uid,omitempty"`
	Version            *string `json:"Version,omitempty" xml:"Version,omitempty"`
}

func (DescribeFabricChaincodeDefinitionTaskResponseBodyResultContentChaincodeDefinition) GoString

func (*DescribeFabricChaincodeDefinitionTaskResponseBodyResultContentChaincodeDefinition) SetChaincodePackageId

func (*DescribeFabricChaincodeDefinitionTaskResponseBodyResultContentChaincodeDefinition) SetCollectionConfig

func (*DescribeFabricChaincodeDefinitionTaskResponseBodyResultContentChaincodeDefinition) SetEndorsementPolicy

func (*DescribeFabricChaincodeDefinitionTaskResponseBodyResultContentChaincodeDefinition) SetInitRequired

func (*DescribeFabricChaincodeDefinitionTaskResponseBodyResultContentChaincodeDefinition) SetName

func (*DescribeFabricChaincodeDefinitionTaskResponseBodyResultContentChaincodeDefinition) SetSequence

func (*DescribeFabricChaincodeDefinitionTaskResponseBodyResultContentChaincodeDefinition) SetVersion

func (DescribeFabricChaincodeDefinitionTaskResponseBodyResultContentChaincodeDefinition) String

type DescribeFabricChaincodeUploadPolicyRequest

type DescribeFabricChaincodeUploadPolicyRequest struct {
	OrganizationId *string `json:"OrganizationId,omitempty" xml:"OrganizationId,omitempty"`
}

func (DescribeFabricChaincodeUploadPolicyRequest) GoString

func (*DescribeFabricChaincodeUploadPolicyRequest) SetOrganizationId

func (DescribeFabricChaincodeUploadPolicyRequest) String

type DescribeFabricChaincodeUploadPolicyResponse

type DescribeFabricChaincodeUploadPolicyResponse struct {
	Headers    map[string]*string                               `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                                           `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DescribeFabricChaincodeUploadPolicyResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DescribeFabricChaincodeUploadPolicyResponse) GoString

func (*DescribeFabricChaincodeUploadPolicyResponse) SetHeaders

func (*DescribeFabricChaincodeUploadPolicyResponse) SetStatusCode

func (DescribeFabricChaincodeUploadPolicyResponse) String

type DescribeFabricChaincodeUploadPolicyResponseBody

type DescribeFabricChaincodeUploadPolicyResponseBody struct {
	ErrorCode *int32                                                 `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	RequestId *string                                                `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Result    *DescribeFabricChaincodeUploadPolicyResponseBodyResult `json:"Result,omitempty" xml:"Result,omitempty" type:"Struct"`
	Success   *bool                                                  `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (DescribeFabricChaincodeUploadPolicyResponseBody) GoString

func (*DescribeFabricChaincodeUploadPolicyResponseBody) SetErrorCode

func (*DescribeFabricChaincodeUploadPolicyResponseBody) SetRequestId

func (*DescribeFabricChaincodeUploadPolicyResponseBody) SetSuccess

func (DescribeFabricChaincodeUploadPolicyResponseBody) String

type DescribeFabricChaincodeUploadPolicyResponseBodyResult

type DescribeFabricChaincodeUploadPolicyResponseBodyResult struct {
	AccessId  *string `json:"AccessId,omitempty" xml:"AccessId,omitempty"`
	Dir       *string `json:"Dir,omitempty" xml:"Dir,omitempty"`
	Expire    *int32  `json:"Expire,omitempty" xml:"Expire,omitempty"`
	Host      *string `json:"Host,omitempty" xml:"Host,omitempty"`
	Policy    *string `json:"Policy,omitempty" xml:"Policy,omitempty"`
	Signature *string `json:"Signature,omitempty" xml:"Signature,omitempty"`
}

func (DescribeFabricChaincodeUploadPolicyResponseBodyResult) GoString

func (*DescribeFabricChaincodeUploadPolicyResponseBodyResult) SetAccessId

func (*DescribeFabricChaincodeUploadPolicyResponseBodyResult) SetDir

func (*DescribeFabricChaincodeUploadPolicyResponseBodyResult) SetExpire

func (*DescribeFabricChaincodeUploadPolicyResponseBodyResult) SetHost

func (*DescribeFabricChaincodeUploadPolicyResponseBodyResult) SetPolicy

func (*DescribeFabricChaincodeUploadPolicyResponseBodyResult) SetSignature

func (DescribeFabricChaincodeUploadPolicyResponseBodyResult) String

type DescribeFabricChannelMembersRequest

type DescribeFabricChannelMembersRequest struct {
	ChannelId *string `json:"ChannelId,omitempty" xml:"ChannelId,omitempty"`
}

func (DescribeFabricChannelMembersRequest) GoString

func (*DescribeFabricChannelMembersRequest) SetChannelId

func (DescribeFabricChannelMembersRequest) String

type DescribeFabricChannelMembersResponse

type DescribeFabricChannelMembersResponse struct {
	Headers    map[string]*string                        `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                                    `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DescribeFabricChannelMembersResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DescribeFabricChannelMembersResponse) GoString

func (*DescribeFabricChannelMembersResponse) SetHeaders

func (*DescribeFabricChannelMembersResponse) SetStatusCode

func (DescribeFabricChannelMembersResponse) String

type DescribeFabricChannelMembersResponseBody

type DescribeFabricChannelMembersResponseBody struct {
	ErrorCode *int32                                            `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	RequestId *string                                           `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Result    []*DescribeFabricChannelMembersResponseBodyResult `json:"Result,omitempty" xml:"Result,omitempty" type:"Repeated"`
	Success   *bool                                             `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (DescribeFabricChannelMembersResponseBody) GoString

func (*DescribeFabricChannelMembersResponseBody) SetErrorCode

func (*DescribeFabricChannelMembersResponseBody) SetRequestId

func (*DescribeFabricChannelMembersResponseBody) SetSuccess

func (DescribeFabricChannelMembersResponseBody) String

type DescribeFabricChannelMembersResponseBodyResult

type DescribeFabricChannelMembersResponseBodyResult struct {
	AcceptTime              *string `json:"AcceptTime,omitempty" xml:"AcceptTime,omitempty"`
	ChannelId               *string `json:"ChannelId,omitempty" xml:"ChannelId,omitempty"`
	InviteTime              *string `json:"InviteTime,omitempty" xml:"InviteTime,omitempty"`
	OrganizationDescription *string `json:"OrganizationDescription,omitempty" xml:"OrganizationDescription,omitempty"`
	OrganizationDomain      *string `json:"OrganizationDomain,omitempty" xml:"OrganizationDomain,omitempty"`
	OrganizationId          *string `json:"OrganizationId,omitempty" xml:"OrganizationId,omitempty"`
	OrganizationName        *string `json:"OrganizationName,omitempty" xml:"OrganizationName,omitempty"`
	State                   *string `json:"State,omitempty" xml:"State,omitempty"`
	WithPeer                *bool   `json:"WithPeer,omitempty" xml:"WithPeer,omitempty"`
}

func (DescribeFabricChannelMembersResponseBodyResult) GoString

func (*DescribeFabricChannelMembersResponseBodyResult) SetAcceptTime

func (*DescribeFabricChannelMembersResponseBodyResult) SetChannelId

func (*DescribeFabricChannelMembersResponseBodyResult) SetInviteTime

func (*DescribeFabricChannelMembersResponseBodyResult) SetOrganizationDescription

func (*DescribeFabricChannelMembersResponseBodyResult) SetOrganizationDomain

func (*DescribeFabricChannelMembersResponseBodyResult) SetOrganizationId

func (*DescribeFabricChannelMembersResponseBodyResult) SetOrganizationName

func (*DescribeFabricChannelMembersResponseBodyResult) SetState

func (*DescribeFabricChannelMembersResponseBodyResult) SetWithPeer

func (DescribeFabricChannelMembersResponseBodyResult) String

type DescribeFabricConsortiumAdminStatusRequest

type DescribeFabricConsortiumAdminStatusRequest struct {
	Location *string `json:"Location,omitempty" xml:"Location,omitempty"`
}

func (DescribeFabricConsortiumAdminStatusRequest) GoString

func (*DescribeFabricConsortiumAdminStatusRequest) SetLocation

func (DescribeFabricConsortiumAdminStatusRequest) String

type DescribeFabricConsortiumAdminStatusResponse

type DescribeFabricConsortiumAdminStatusResponse struct {
	Headers    map[string]*string                               `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                                           `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DescribeFabricConsortiumAdminStatusResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DescribeFabricConsortiumAdminStatusResponse) GoString

func (*DescribeFabricConsortiumAdminStatusResponse) SetHeaders

func (*DescribeFabricConsortiumAdminStatusResponse) SetStatusCode

func (DescribeFabricConsortiumAdminStatusResponse) String

type DescribeFabricConsortiumAdminStatusResponseBody

type DescribeFabricConsortiumAdminStatusResponseBody struct {
	ErrorCode *int32                                                   `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	RequestId *string                                                  `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Result    []*DescribeFabricConsortiumAdminStatusResponseBodyResult `json:"Result,omitempty" xml:"Result,omitempty" type:"Repeated"`
	Success   *bool                                                    `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (DescribeFabricConsortiumAdminStatusResponseBody) GoString

func (*DescribeFabricConsortiumAdminStatusResponseBody) SetErrorCode

func (*DescribeFabricConsortiumAdminStatusResponseBody) SetRequestId

func (*DescribeFabricConsortiumAdminStatusResponseBody) SetSuccess

func (DescribeFabricConsortiumAdminStatusResponseBody) String

type DescribeFabricConsortiumAdminStatusResponseBodyResult

type DescribeFabricConsortiumAdminStatusResponseBodyResult struct {
	ConsortiumAdministrator *bool   `json:"ConsortiumAdministrator,omitempty" xml:"ConsortiumAdministrator,omitempty"`
	ConsortiumId            *string `json:"ConsortiumId,omitempty" xml:"ConsortiumId,omitempty"`
}

func (DescribeFabricConsortiumAdminStatusResponseBodyResult) GoString

func (*DescribeFabricConsortiumAdminStatusResponseBodyResult) SetConsortiumAdministrator

func (*DescribeFabricConsortiumAdminStatusResponseBodyResult) SetConsortiumId

func (DescribeFabricConsortiumAdminStatusResponseBodyResult) String

type DescribeFabricConsortiumChaincodesRequest

type DescribeFabricConsortiumChaincodesRequest struct {
	ConsortiumId *string `json:"ConsortiumId,omitempty" xml:"ConsortiumId,omitempty"`
	Location     *string `json:"Location,omitempty" xml:"Location,omitempty"`
}

func (DescribeFabricConsortiumChaincodesRequest) GoString

func (*DescribeFabricConsortiumChaincodesRequest) SetConsortiumId

func (*DescribeFabricConsortiumChaincodesRequest) SetLocation

func (DescribeFabricConsortiumChaincodesRequest) String

type DescribeFabricConsortiumChaincodesResponse

type DescribeFabricConsortiumChaincodesResponse struct {
	Headers    map[string]*string                              `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                                          `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DescribeFabricConsortiumChaincodesResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DescribeFabricConsortiumChaincodesResponse) GoString

func (*DescribeFabricConsortiumChaincodesResponse) SetHeaders

func (*DescribeFabricConsortiumChaincodesResponse) SetStatusCode

func (DescribeFabricConsortiumChaincodesResponse) String

type DescribeFabricConsortiumChaincodesResponseBody

type DescribeFabricConsortiumChaincodesResponseBody struct {
	ErrorCode *int32                                                  `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	RequestId *string                                                 `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Result    []*DescribeFabricConsortiumChaincodesResponseBodyResult `json:"Result,omitempty" xml:"Result,omitempty" type:"Repeated"`
	Success   *bool                                                   `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (DescribeFabricConsortiumChaincodesResponseBody) GoString

func (*DescribeFabricConsortiumChaincodesResponseBody) SetErrorCode

func (*DescribeFabricConsortiumChaincodesResponseBody) SetRequestId

func (*DescribeFabricConsortiumChaincodesResponseBody) SetSuccess

func (DescribeFabricConsortiumChaincodesResponseBody) String

type DescribeFabricConsortiumChaincodesResponseBodyResult

type DescribeFabricConsortiumChaincodesResponseBodyResult struct {
	ChaincodeId      *string `json:"ChaincodeId,omitempty" xml:"ChaincodeId,omitempty"`
	ChaincodeName    *string `json:"ChaincodeName,omitempty" xml:"ChaincodeName,omitempty"`
	ChaincodeVersion *string `json:"ChaincodeVersion,omitempty" xml:"ChaincodeVersion,omitempty"`
	ChannelId        *string `json:"ChannelId,omitempty" xml:"ChannelId,omitempty"`
	ChannelName      *string `json:"ChannelName,omitempty" xml:"ChannelName,omitempty"`
	ConsortiumId     *string `json:"ConsortiumId,omitempty" xml:"ConsortiumId,omitempty"`
	CreateTime       *string `json:"CreateTime,omitempty" xml:"CreateTime,omitempty"`
	DeployTime       *string `json:"DeployTime,omitempty" xml:"DeployTime,omitempty"`
	EndorsePolicy    *string `json:"EndorsePolicy,omitempty" xml:"EndorsePolicy,omitempty"`
	Input            *string `json:"Input,omitempty" xml:"Input,omitempty"`
	Install          *bool   `json:"Install,omitempty" xml:"Install,omitempty"`
	Message          *string `json:"Message,omitempty" xml:"Message,omitempty"`
	Path             *string `json:"Path,omitempty" xml:"Path,omitempty"`
	ProviderId       *string `json:"ProviderId,omitempty" xml:"ProviderId,omitempty"`
	ProviderName     *string `json:"ProviderName,omitempty" xml:"ProviderName,omitempty"`
	State            *string `json:"State,omitempty" xml:"State,omitempty"`
	Type             *int32  `json:"Type,omitempty" xml:"Type,omitempty"`
}

func (DescribeFabricConsortiumChaincodesResponseBodyResult) GoString

func (*DescribeFabricConsortiumChaincodesResponseBodyResult) SetChaincodeId

func (*DescribeFabricConsortiumChaincodesResponseBodyResult) SetChaincodeName

func (*DescribeFabricConsortiumChaincodesResponseBodyResult) SetChaincodeVersion

func (*DescribeFabricConsortiumChaincodesResponseBodyResult) SetChannelId

func (*DescribeFabricConsortiumChaincodesResponseBodyResult) SetChannelName

func (*DescribeFabricConsortiumChaincodesResponseBodyResult) SetConsortiumId

func (*DescribeFabricConsortiumChaincodesResponseBodyResult) SetCreateTime

func (*DescribeFabricConsortiumChaincodesResponseBodyResult) SetDeployTime

func (*DescribeFabricConsortiumChaincodesResponseBodyResult) SetEndorsePolicy

func (*DescribeFabricConsortiumChaincodesResponseBodyResult) SetInput

func (*DescribeFabricConsortiumChaincodesResponseBodyResult) SetInstall

func (*DescribeFabricConsortiumChaincodesResponseBodyResult) SetMessage

func (*DescribeFabricConsortiumChaincodesResponseBodyResult) SetPath

func (*DescribeFabricConsortiumChaincodesResponseBodyResult) SetProviderId

func (*DescribeFabricConsortiumChaincodesResponseBodyResult) SetProviderName

func (*DescribeFabricConsortiumChaincodesResponseBodyResult) SetState

func (*DescribeFabricConsortiumChaincodesResponseBodyResult) SetType

func (DescribeFabricConsortiumChaincodesResponseBodyResult) String

type DescribeFabricConsortiumChannelsRequest

type DescribeFabricConsortiumChannelsRequest struct {
	ConsortiumId *string `json:"ConsortiumId,omitempty" xml:"ConsortiumId,omitempty"`
	Location     *string `json:"Location,omitempty" xml:"Location,omitempty"`
}

func (DescribeFabricConsortiumChannelsRequest) GoString

func (*DescribeFabricConsortiumChannelsRequest) SetConsortiumId

func (*DescribeFabricConsortiumChannelsRequest) SetLocation

func (DescribeFabricConsortiumChannelsRequest) String

type DescribeFabricConsortiumChannelsResponse

type DescribeFabricConsortiumChannelsResponse struct {
	Headers    map[string]*string                            `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                                        `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DescribeFabricConsortiumChannelsResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DescribeFabricConsortiumChannelsResponse) GoString

func (*DescribeFabricConsortiumChannelsResponse) SetHeaders

func (*DescribeFabricConsortiumChannelsResponse) SetStatusCode

func (DescribeFabricConsortiumChannelsResponse) String

type DescribeFabricConsortiumChannelsResponseBody

type DescribeFabricConsortiumChannelsResponseBody struct {
	ErrorCode *int32                                                `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	RequestId *string                                               `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Result    []*DescribeFabricConsortiumChannelsResponseBodyResult `json:"Result,omitempty" xml:"Result,omitempty" type:"Repeated"`
	Success   *bool                                                 `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (DescribeFabricConsortiumChannelsResponseBody) GoString

func (*DescribeFabricConsortiumChannelsResponseBody) SetErrorCode

func (*DescribeFabricConsortiumChannelsResponseBody) SetRequestId

func (*DescribeFabricConsortiumChannelsResponseBody) SetSuccess

func (DescribeFabricConsortiumChannelsResponseBody) String

type DescribeFabricConsortiumChannelsResponseBodyResult

type DescribeFabricConsortiumChannelsResponseBodyResult struct {
	BatchTimeout         *int32  `json:"BatchTimeout,omitempty" xml:"BatchTimeout,omitempty"`
	BlockCount           *int32  `json:"BlockCount,omitempty" xml:"BlockCount,omitempty"`
	ChaincodeCount       *int32  `json:"ChaincodeCount,omitempty" xml:"ChaincodeCount,omitempty"`
	ChannelId            *string `json:"ChannelId,omitempty" xml:"ChannelId,omitempty"`
	ChannelName          *string `json:"ChannelName,omitempty" xml:"ChannelName,omitempty"`
	ConsortiumChannelId  *int32  `json:"ConsortiumChannelId,omitempty" xml:"ConsortiumChannelId,omitempty"`
	ConsortiumId         *string `json:"ConsortiumId,omitempty" xml:"ConsortiumId,omitempty"`
	ConsortiumName       *string `json:"ConsortiumName,omitempty" xml:"ConsortiumName,omitempty"`
	CreateTime           *string `json:"CreateTime,omitempty" xml:"CreateTime,omitempty"`
	DeleteTime           *string `json:"DeleteTime,omitempty" xml:"DeleteTime,omitempty"`
	Deleted              *bool   `json:"Deleted,omitempty" xml:"Deleted,omitempty"`
	MaxMessageCount      *int32  `json:"MaxMessageCount,omitempty" xml:"MaxMessageCount,omitempty"`
	MemberCount          *int32  `json:"MemberCount,omitempty" xml:"MemberCount,omitempty"`
	MemberJoinedCount    *string `json:"MemberJoinedCount,omitempty" xml:"MemberJoinedCount,omitempty"`
	NeedJoined           *bool   `json:"NeedJoined,omitempty" xml:"NeedJoined,omitempty"`
	OwnerBid             *string `json:"OwnerBid,omitempty" xml:"OwnerBid,omitempty"`
	OwnerName            *string `json:"OwnerName,omitempty" xml:"OwnerName,omitempty"`
	OwnerUid             *int64  `json:"OwnerUid,omitempty" xml:"OwnerUid,omitempty"`
	PreferredMaxBytes    *int32  `json:"PreferredMaxBytes,omitempty" xml:"PreferredMaxBytes,omitempty"`
	RequestId            *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	State                *string `json:"State,omitempty" xml:"State,omitempty"`
	SupportChannelConfig *bool   `json:"SupportChannelConfig,omitempty" xml:"SupportChannelConfig,omitempty"`
	UpdateTime           *string `json:"UpdateTime,omitempty" xml:"UpdateTime,omitempty"`
}

func (DescribeFabricConsortiumChannelsResponseBodyResult) GoString

func (*DescribeFabricConsortiumChannelsResponseBodyResult) SetBatchTimeout

func (*DescribeFabricConsortiumChannelsResponseBodyResult) SetBlockCount

func (*DescribeFabricConsortiumChannelsResponseBodyResult) SetChaincodeCount

func (*DescribeFabricConsortiumChannelsResponseBodyResult) SetChannelId

func (*DescribeFabricConsortiumChannelsResponseBodyResult) SetChannelName

func (*DescribeFabricConsortiumChannelsResponseBodyResult) SetConsortiumChannelId

func (*DescribeFabricConsortiumChannelsResponseBodyResult) SetConsortiumId

func (*DescribeFabricConsortiumChannelsResponseBodyResult) SetConsortiumName

func (*DescribeFabricConsortiumChannelsResponseBodyResult) SetCreateTime

func (*DescribeFabricConsortiumChannelsResponseBodyResult) SetDeleteTime

func (*DescribeFabricConsortiumChannelsResponseBodyResult) SetDeleted

func (*DescribeFabricConsortiumChannelsResponseBodyResult) SetMaxMessageCount

func (*DescribeFabricConsortiumChannelsResponseBodyResult) SetMemberCount

func (*DescribeFabricConsortiumChannelsResponseBodyResult) SetMemberJoinedCount

func (*DescribeFabricConsortiumChannelsResponseBodyResult) SetNeedJoined

func (*DescribeFabricConsortiumChannelsResponseBodyResult) SetOwnerBid

func (*DescribeFabricConsortiumChannelsResponseBodyResult) SetOwnerName

func (*DescribeFabricConsortiumChannelsResponseBodyResult) SetOwnerUid

func (*DescribeFabricConsortiumChannelsResponseBodyResult) SetPreferredMaxBytes

func (*DescribeFabricConsortiumChannelsResponseBodyResult) SetRequestId

func (*DescribeFabricConsortiumChannelsResponseBodyResult) SetState

func (*DescribeFabricConsortiumChannelsResponseBodyResult) SetSupportChannelConfig

func (*DescribeFabricConsortiumChannelsResponseBodyResult) SetUpdateTime

func (DescribeFabricConsortiumChannelsResponseBodyResult) String

type DescribeFabricConsortiumConfigResponse

type DescribeFabricConsortiumConfigResponse struct {
	Headers    map[string]*string                          `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                                      `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DescribeFabricConsortiumConfigResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DescribeFabricConsortiumConfigResponse) GoString

func (*DescribeFabricConsortiumConfigResponse) SetHeaders

func (*DescribeFabricConsortiumConfigResponse) SetStatusCode

func (DescribeFabricConsortiumConfigResponse) String

type DescribeFabricConsortiumConfigResponseBody

type DescribeFabricConsortiumConfigResponseBody struct {
	ErrorCode *int32                                            `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	RequestId *string                                           `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Result    *DescribeFabricConsortiumConfigResponseBodyResult `json:"Result,omitempty" xml:"Result,omitempty" type:"Struct"`
	Success   *bool                                             `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (DescribeFabricConsortiumConfigResponseBody) GoString

func (*DescribeFabricConsortiumConfigResponseBody) SetErrorCode

func (*DescribeFabricConsortiumConfigResponseBody) SetRequestId

func (*DescribeFabricConsortiumConfigResponseBody) SetSuccess

func (DescribeFabricConsortiumConfigResponseBody) String

type DescribeFabricConsortiumConfigResponseBodyResult

type DescribeFabricConsortiumConfigResponseBodyResult struct {
	ChannelPolicy []*string `json:"ChannelPolicy,omitempty" xml:"ChannelPolicy,omitempty" type:"Repeated"`
	OrdererType   []*string `json:"OrdererType,omitempty" xml:"OrdererType,omitempty" type:"Repeated"`
}

func (DescribeFabricConsortiumConfigResponseBodyResult) GoString

func (*DescribeFabricConsortiumConfigResponseBodyResult) SetChannelPolicy

func (*DescribeFabricConsortiumConfigResponseBodyResult) SetOrdererType

func (DescribeFabricConsortiumConfigResponseBodyResult) String

type DescribeFabricConsortiumDeletableRequest

type DescribeFabricConsortiumDeletableRequest struct {
	ConsortiumId *string `json:"ConsortiumId,omitempty" xml:"ConsortiumId,omitempty"`
	Location     *string `json:"Location,omitempty" xml:"Location,omitempty"`
}

func (DescribeFabricConsortiumDeletableRequest) GoString

func (*DescribeFabricConsortiumDeletableRequest) SetConsortiumId

func (*DescribeFabricConsortiumDeletableRequest) SetLocation

func (DescribeFabricConsortiumDeletableRequest) String

type DescribeFabricConsortiumDeletableResponse

type DescribeFabricConsortiumDeletableResponse struct {
	Headers    map[string]*string                             `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                                         `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DescribeFabricConsortiumDeletableResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DescribeFabricConsortiumDeletableResponse) GoString

func (*DescribeFabricConsortiumDeletableResponse) SetHeaders

func (*DescribeFabricConsortiumDeletableResponse) SetStatusCode

func (DescribeFabricConsortiumDeletableResponse) String

type DescribeFabricConsortiumDeletableResponseBody

type DescribeFabricConsortiumDeletableResponseBody struct {
	ErrorCode *int32                                               `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	RequestId *string                                              `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Result    *DescribeFabricConsortiumDeletableResponseBodyResult `json:"Result,omitempty" xml:"Result,omitempty" type:"Struct"`
	Success   *bool                                                `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (DescribeFabricConsortiumDeletableResponseBody) GoString

func (*DescribeFabricConsortiumDeletableResponseBody) SetErrorCode

func (*DescribeFabricConsortiumDeletableResponseBody) SetRequestId

func (*DescribeFabricConsortiumDeletableResponseBody) SetSuccess

func (DescribeFabricConsortiumDeletableResponseBody) String

type DescribeFabricConsortiumDeletableResponseBodyResult

type DescribeFabricConsortiumDeletableResponseBodyResult struct {
	CodeName       *string `json:"CodeName,omitempty" xml:"CodeName,omitempty"`
	ConsortiumId   *string `json:"ConsortiumId,omitempty" xml:"ConsortiumId,omitempty"`
	ConsortiumName *string `json:"ConsortiumName,omitempty" xml:"ConsortiumName,omitempty"`
	Deletable      *bool   `json:"Deletable,omitempty" xml:"Deletable,omitempty"`
	Description    *string `json:"Description,omitempty" xml:"Description,omitempty"`
	Domain         *string `json:"Domain,omitempty" xml:"Domain,omitempty"`
	RegionId       *string `json:"RegionId,omitempty" xml:"RegionId,omitempty"`
	State          *string `json:"State,omitempty" xml:"State,omitempty"`
	ZoneId         *string `json:"ZoneId,omitempty" xml:"ZoneId,omitempty"`
}

func (DescribeFabricConsortiumDeletableResponseBodyResult) GoString

func (*DescribeFabricConsortiumDeletableResponseBodyResult) SetCodeName

func (*DescribeFabricConsortiumDeletableResponseBodyResult) SetConsortiumId

func (*DescribeFabricConsortiumDeletableResponseBodyResult) SetConsortiumName

func (*DescribeFabricConsortiumDeletableResponseBodyResult) SetDeletable

func (*DescribeFabricConsortiumDeletableResponseBodyResult) SetDescription

func (*DescribeFabricConsortiumDeletableResponseBodyResult) SetDomain

func (*DescribeFabricConsortiumDeletableResponseBodyResult) SetRegionId

func (*DescribeFabricConsortiumDeletableResponseBodyResult) SetState

func (*DescribeFabricConsortiumDeletableResponseBodyResult) SetZoneId

func (DescribeFabricConsortiumDeletableResponseBodyResult) String

type DescribeFabricConsortiumMemberApprovalRequest

type DescribeFabricConsortiumMemberApprovalRequest struct {
	ConsortiumId *string `json:"ConsortiumId,omitempty" xml:"ConsortiumId,omitempty"`
	Location     *string `json:"Location,omitempty" xml:"Location,omitempty"`
}

func (DescribeFabricConsortiumMemberApprovalRequest) GoString

func (*DescribeFabricConsortiumMemberApprovalRequest) SetConsortiumId

func (*DescribeFabricConsortiumMemberApprovalRequest) SetLocation

func (DescribeFabricConsortiumMemberApprovalRequest) String

type DescribeFabricConsortiumMemberApprovalResponse

type DescribeFabricConsortiumMemberApprovalResponse struct {
	Headers    map[string]*string                                  `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                                              `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DescribeFabricConsortiumMemberApprovalResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DescribeFabricConsortiumMemberApprovalResponse) GoString

func (*DescribeFabricConsortiumMemberApprovalResponse) SetHeaders

func (*DescribeFabricConsortiumMemberApprovalResponse) SetStatusCode

func (DescribeFabricConsortiumMemberApprovalResponse) String

type DescribeFabricConsortiumMemberApprovalResponseBody

type DescribeFabricConsortiumMemberApprovalResponseBody struct {
	ErrorCode *int32                                                      `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	RequestId *string                                                     `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Result    []*DescribeFabricConsortiumMemberApprovalResponseBodyResult `json:"Result,omitempty" xml:"Result,omitempty" type:"Repeated"`
	Success   *bool                                                       `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (DescribeFabricConsortiumMemberApprovalResponseBody) GoString

func (*DescribeFabricConsortiumMemberApprovalResponseBody) SetErrorCode

func (*DescribeFabricConsortiumMemberApprovalResponseBody) SetRequestId

func (*DescribeFabricConsortiumMemberApprovalResponseBody) SetSuccess

func (DescribeFabricConsortiumMemberApprovalResponseBody) String

type DescribeFabricConsortiumMemberApprovalResponseBodyResult

type DescribeFabricConsortiumMemberApprovalResponseBodyResult struct {
	ChannelCreatePolicy *string `json:"ChannelCreatePolicy,omitempty" xml:"ChannelCreatePolicy,omitempty"`
	ConfirmTime         *string `json:"ConfirmTime,omitempty" xml:"ConfirmTime,omitempty"`
	ConsortiumId        *string `json:"ConsortiumId,omitempty" xml:"ConsortiumId,omitempty"`
	ConsortiumName      *string `json:"ConsortiumName,omitempty" xml:"ConsortiumName,omitempty"`
	DomainName          *string `json:"DomainName,omitempty" xml:"DomainName,omitempty"`
	OrganizationId      *string `json:"OrganizationId,omitempty" xml:"OrganizationId,omitempty"`
	OrganizationName    *string `json:"OrganizationName,omitempty" xml:"OrganizationName,omitempty"`
	State               *string `json:"State,omitempty" xml:"State,omitempty"`
}

func (DescribeFabricConsortiumMemberApprovalResponseBodyResult) GoString

func (*DescribeFabricConsortiumMemberApprovalResponseBodyResult) SetChannelCreatePolicy

func (*DescribeFabricConsortiumMemberApprovalResponseBodyResult) SetConfirmTime

func (*DescribeFabricConsortiumMemberApprovalResponseBodyResult) SetConsortiumId

func (*DescribeFabricConsortiumMemberApprovalResponseBodyResult) SetConsortiumName

func (*DescribeFabricConsortiumMemberApprovalResponseBodyResult) SetDomainName

func (*DescribeFabricConsortiumMemberApprovalResponseBodyResult) SetOrganizationId

func (*DescribeFabricConsortiumMemberApprovalResponseBodyResult) SetOrganizationName

func (*DescribeFabricConsortiumMemberApprovalResponseBodyResult) SetState

func (DescribeFabricConsortiumMemberApprovalResponseBodyResult) String

type DescribeFabricConsortiumMembersRequest

type DescribeFabricConsortiumMembersRequest struct {
	ConsortiumId *string `json:"ConsortiumId,omitempty" xml:"ConsortiumId,omitempty"`
	Location     *string `json:"Location,omitempty" xml:"Location,omitempty"`
}

func (DescribeFabricConsortiumMembersRequest) GoString

func (*DescribeFabricConsortiumMembersRequest) SetConsortiumId

func (*DescribeFabricConsortiumMembersRequest) SetLocation

func (DescribeFabricConsortiumMembersRequest) String

type DescribeFabricConsortiumMembersResponse

type DescribeFabricConsortiumMembersResponse struct {
	Headers    map[string]*string                           `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                                       `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DescribeFabricConsortiumMembersResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DescribeFabricConsortiumMembersResponse) GoString

func (*DescribeFabricConsortiumMembersResponse) SetHeaders

func (*DescribeFabricConsortiumMembersResponse) SetStatusCode

func (DescribeFabricConsortiumMembersResponse) String

type DescribeFabricConsortiumMembersResponseBody

type DescribeFabricConsortiumMembersResponseBody struct {
	ErrorCode *int32                                               `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	RequestId *string                                              `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Result    []*DescribeFabricConsortiumMembersResponseBodyResult `json:"Result,omitempty" xml:"Result,omitempty" type:"Repeated"`
	Success   *bool                                                `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (DescribeFabricConsortiumMembersResponseBody) GoString

func (*DescribeFabricConsortiumMembersResponseBody) SetErrorCode

func (*DescribeFabricConsortiumMembersResponseBody) SetRequestId

func (*DescribeFabricConsortiumMembersResponseBody) SetSuccess

func (DescribeFabricConsortiumMembersResponseBody) String

type DescribeFabricConsortiumMembersResponseBodyResult

type DescribeFabricConsortiumMembersResponseBodyResult struct {
	ConsortiumId     *string `json:"ConsortiumId,omitempty" xml:"ConsortiumId,omitempty"`
	Description      *string `json:"Description,omitempty" xml:"Description,omitempty"`
	Domain           *string `json:"Domain,omitempty" xml:"Domain,omitempty"`
	JoinedTime       *string `json:"JoinedTime,omitempty" xml:"JoinedTime,omitempty"`
	OrganizationId   *string `json:"OrganizationId,omitempty" xml:"OrganizationId,omitempty"`
	OrganizationName *string `json:"OrganizationName,omitempty" xml:"OrganizationName,omitempty"`
}

func (DescribeFabricConsortiumMembersResponseBodyResult) GoString

func (*DescribeFabricConsortiumMembersResponseBodyResult) SetConsortiumId

func (*DescribeFabricConsortiumMembersResponseBodyResult) SetDescription

func (*DescribeFabricConsortiumMembersResponseBodyResult) SetDomain

func (*DescribeFabricConsortiumMembersResponseBodyResult) SetJoinedTime

func (*DescribeFabricConsortiumMembersResponseBodyResult) SetOrganizationId

func (*DescribeFabricConsortiumMembersResponseBodyResult) SetOrganizationName

func (DescribeFabricConsortiumMembersResponseBodyResult) String

type DescribeFabricConsortiumOrderersRequest

type DescribeFabricConsortiumOrderersRequest struct {
	ConsortiumId *string `json:"ConsortiumId,omitempty" xml:"ConsortiumId,omitempty"`
	Location     *string `json:"Location,omitempty" xml:"Location,omitempty"`
}

func (DescribeFabricConsortiumOrderersRequest) GoString

func (*DescribeFabricConsortiumOrderersRequest) SetConsortiumId

func (*DescribeFabricConsortiumOrderersRequest) SetLocation

func (DescribeFabricConsortiumOrderersRequest) String

type DescribeFabricConsortiumOrderersResponse

type DescribeFabricConsortiumOrderersResponse struct {
	Headers    map[string]*string                            `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                                        `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DescribeFabricConsortiumOrderersResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DescribeFabricConsortiumOrderersResponse) GoString

func (*DescribeFabricConsortiumOrderersResponse) SetHeaders

func (*DescribeFabricConsortiumOrderersResponse) SetStatusCode

func (DescribeFabricConsortiumOrderersResponse) String

type DescribeFabricConsortiumOrderersResponseBody

type DescribeFabricConsortiumOrderersResponseBody struct {
	ErrorCode *int32                                                `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	RequestId *string                                               `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Result    []*DescribeFabricConsortiumOrderersResponseBodyResult `json:"Result,omitempty" xml:"Result,omitempty" type:"Repeated"`
	Success   *bool                                                 `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (DescribeFabricConsortiumOrderersResponseBody) GoString

func (*DescribeFabricConsortiumOrderersResponseBody) SetErrorCode

func (*DescribeFabricConsortiumOrderersResponseBody) SetRequestId

func (*DescribeFabricConsortiumOrderersResponseBody) SetSuccess

func (DescribeFabricConsortiumOrderersResponseBody) String

type DescribeFabricConsortiumOrderersResponseBodyResult

type DescribeFabricConsortiumOrderersResponseBodyResult struct {
	CreateTime   *string `json:"CreateTime,omitempty" xml:"CreateTime,omitempty"`
	Domain       *string `json:"Domain,omitempty" xml:"Domain,omitempty"`
	InstanceType *string `json:"InstanceType,omitempty" xml:"InstanceType,omitempty"`
	OrdererName  *string `json:"OrdererName,omitempty" xml:"OrdererName,omitempty"`
	Port         *int32  `json:"Port,omitempty" xml:"Port,omitempty"`
	UpdateTime   *string `json:"UpdateTime,omitempty" xml:"UpdateTime,omitempty"`
}

func (DescribeFabricConsortiumOrderersResponseBodyResult) GoString

func (*DescribeFabricConsortiumOrderersResponseBodyResult) SetCreateTime

func (*DescribeFabricConsortiumOrderersResponseBodyResult) SetDomain

func (*DescribeFabricConsortiumOrderersResponseBodyResult) SetInstanceType

func (*DescribeFabricConsortiumOrderersResponseBodyResult) SetOrdererName

func (*DescribeFabricConsortiumOrderersResponseBodyResult) SetPort

func (*DescribeFabricConsortiumOrderersResponseBodyResult) SetUpdateTime

func (DescribeFabricConsortiumOrderersResponseBodyResult) String

type DescribeFabricConsortiumSpecsResponse

type DescribeFabricConsortiumSpecsResponse struct {
	Headers    map[string]*string                         `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                                     `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DescribeFabricConsortiumSpecsResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DescribeFabricConsortiumSpecsResponse) GoString

func (*DescribeFabricConsortiumSpecsResponse) SetHeaders

func (*DescribeFabricConsortiumSpecsResponse) SetStatusCode

func (DescribeFabricConsortiumSpecsResponse) String

type DescribeFabricConsortiumSpecsResponseBody

type DescribeFabricConsortiumSpecsResponseBody struct {
	ErrorCode *int32                                             `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	RequestId *string                                            `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Result    []*DescribeFabricConsortiumSpecsResponseBodyResult `json:"Result,omitempty" xml:"Result,omitempty" type:"Repeated"`
	Success   *bool                                              `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (DescribeFabricConsortiumSpecsResponseBody) GoString

func (*DescribeFabricConsortiumSpecsResponseBody) SetErrorCode

func (*DescribeFabricConsortiumSpecsResponseBody) SetRequestId

func (*DescribeFabricConsortiumSpecsResponseBody) SetSuccess

func (DescribeFabricConsortiumSpecsResponseBody) String

type DescribeFabricConsortiumSpecsResponseBodyResult

type DescribeFabricConsortiumSpecsResponseBodyResult struct {
	Enable    *bool   `json:"Enable,omitempty" xml:"Enable,omitempty"`
	SpecName  *string `json:"SpecName,omitempty" xml:"SpecName,omitempty"`
	SpecTitle *string `json:"SpecTitle,omitempty" xml:"SpecTitle,omitempty"`
}

func (DescribeFabricConsortiumSpecsResponseBodyResult) GoString

func (*DescribeFabricConsortiumSpecsResponseBodyResult) SetEnable

func (*DescribeFabricConsortiumSpecsResponseBodyResult) SetSpecName

func (*DescribeFabricConsortiumSpecsResponseBodyResult) SetSpecTitle

func (DescribeFabricConsortiumSpecsResponseBodyResult) String

type DescribeFabricConsortiumsRequest

type DescribeFabricConsortiumsRequest struct {
	ConsortiumId *string                                `json:"ConsortiumId,omitempty" xml:"ConsortiumId,omitempty"`
	Location     *string                                `json:"Location,omitempty" xml:"Location,omitempty"`
	Tag          []*DescribeFabricConsortiumsRequestTag `json:"Tag,omitempty" xml:"Tag,omitempty" type:"Repeated"`
}

func (DescribeFabricConsortiumsRequest) GoString

func (*DescribeFabricConsortiumsRequest) SetConsortiumId

func (*DescribeFabricConsortiumsRequest) SetLocation

func (DescribeFabricConsortiumsRequest) String

type DescribeFabricConsortiumsRequestTag

type DescribeFabricConsortiumsRequestTag struct {
	Key   *string `json:"Key,omitempty" xml:"Key,omitempty"`
	Value *string `json:"Value,omitempty" xml:"Value,omitempty"`
}

func (DescribeFabricConsortiumsRequestTag) GoString

func (*DescribeFabricConsortiumsRequestTag) SetKey

func (*DescribeFabricConsortiumsRequestTag) SetValue

func (DescribeFabricConsortiumsRequestTag) String

type DescribeFabricConsortiumsResponse

type DescribeFabricConsortiumsResponse struct {
	Headers    map[string]*string                     `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                                 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DescribeFabricConsortiumsResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DescribeFabricConsortiumsResponse) GoString

func (*DescribeFabricConsortiumsResponse) SetHeaders

func (*DescribeFabricConsortiumsResponse) SetStatusCode

func (DescribeFabricConsortiumsResponse) String

type DescribeFabricConsortiumsResponseBody

type DescribeFabricConsortiumsResponseBody struct {
	ErrorCode *int32                                         `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	RequestId *string                                        `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Result    []*DescribeFabricConsortiumsResponseBodyResult `json:"Result,omitempty" xml:"Result,omitempty" type:"Repeated"`
	Success   *bool                                          `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (DescribeFabricConsortiumsResponseBody) GoString

func (*DescribeFabricConsortiumsResponseBody) SetErrorCode

func (*DescribeFabricConsortiumsResponseBody) SetRequestId

func (*DescribeFabricConsortiumsResponseBody) SetSuccess

func (DescribeFabricConsortiumsResponseBody) String

type DescribeFabricConsortiumsResponseBodyResult

type DescribeFabricConsortiumsResponseBodyResult struct {
	ChannelCount         *int32                                             `json:"ChannelCount,omitempty" xml:"ChannelCount,omitempty"`
	ChannelPolicy        *string                                            `json:"ChannelPolicy,omitempty" xml:"ChannelPolicy,omitempty"`
	CodeName             *string                                            `json:"CodeName,omitempty" xml:"CodeName,omitempty"`
	ConsortiumId         *string                                            `json:"ConsortiumId,omitempty" xml:"ConsortiumId,omitempty"`
	ConsortiumName       *string                                            `json:"ConsortiumName,omitempty" xml:"ConsortiumName,omitempty"`
	CreateTime           *string                                            `json:"CreateTime,omitempty" xml:"CreateTime,omitempty"`
	Domain               *string                                            `json:"Domain,omitempty" xml:"Domain,omitempty"`
	ExpiredTime          *string                                            `json:"ExpiredTime,omitempty" xml:"ExpiredTime,omitempty"`
	MajorVersion         *string                                            `json:"MajorVersion,omitempty" xml:"MajorVersion,omitempty"`
	OrganizationCount    *int32                                             `json:"OrganizationCount,omitempty" xml:"OrganizationCount,omitempty"`
	OwnerBid             *string                                            `json:"OwnerBid,omitempty" xml:"OwnerBid,omitempty"`
	OwnerName            *string                                            `json:"OwnerName,omitempty" xml:"OwnerName,omitempty"`
	OwnerUid             *int64                                             `json:"OwnerUid,omitempty" xml:"OwnerUid,omitempty"`
	RegionId             *string                                            `json:"RegionId,omitempty" xml:"RegionId,omitempty"`
	RequestId            *string                                            `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	SpecName             *string                                            `json:"SpecName,omitempty" xml:"SpecName,omitempty"`
	State                *string                                            `json:"State,omitempty" xml:"State,omitempty"`
	SupportChannelConfig *bool                                              `json:"SupportChannelConfig,omitempty" xml:"SupportChannelConfig,omitempty"`
	Tags                 []*DescribeFabricConsortiumsResponseBodyResultTags `json:"Tags,omitempty" xml:"Tags,omitempty" type:"Repeated"`
}

func (DescribeFabricConsortiumsResponseBodyResult) GoString

func (*DescribeFabricConsortiumsResponseBodyResult) SetChannelCount

func (*DescribeFabricConsortiumsResponseBodyResult) SetChannelPolicy

func (*DescribeFabricConsortiumsResponseBodyResult) SetCodeName

func (*DescribeFabricConsortiumsResponseBodyResult) SetConsortiumId

func (*DescribeFabricConsortiumsResponseBodyResult) SetConsortiumName

func (*DescribeFabricConsortiumsResponseBodyResult) SetCreateTime

func (*DescribeFabricConsortiumsResponseBodyResult) SetDomain

func (*DescribeFabricConsortiumsResponseBodyResult) SetExpiredTime

func (*DescribeFabricConsortiumsResponseBodyResult) SetMajorVersion added in v2.0.1

func (*DescribeFabricConsortiumsResponseBodyResult) SetOrganizationCount

func (*DescribeFabricConsortiumsResponseBodyResult) SetOwnerBid

func (*DescribeFabricConsortiumsResponseBodyResult) SetOwnerName

func (*DescribeFabricConsortiumsResponseBodyResult) SetOwnerUid

func (*DescribeFabricConsortiumsResponseBodyResult) SetRegionId

func (*DescribeFabricConsortiumsResponseBodyResult) SetRequestId

func (*DescribeFabricConsortiumsResponseBodyResult) SetSpecName

func (*DescribeFabricConsortiumsResponseBodyResult) SetState

func (*DescribeFabricConsortiumsResponseBodyResult) SetSupportChannelConfig

func (DescribeFabricConsortiumsResponseBodyResult) String

type DescribeFabricConsortiumsResponseBodyResultTags

type DescribeFabricConsortiumsResponseBodyResultTags struct {
	Key   *string `json:"Key,omitempty" xml:"Key,omitempty"`
	Value *string `json:"Value,omitempty" xml:"Value,omitempty"`
}

func (DescribeFabricConsortiumsResponseBodyResultTags) GoString

func (*DescribeFabricConsortiumsResponseBodyResultTags) SetKey

func (*DescribeFabricConsortiumsResponseBodyResultTags) SetValue

func (DescribeFabricConsortiumsResponseBodyResultTags) String

type DescribeFabricExplorerRequest

type DescribeFabricExplorerRequest struct {
	ExBody         *string `json:"ExBody,omitempty" xml:"ExBody,omitempty"`
	ExMethod       *string `json:"ExMethod,omitempty" xml:"ExMethod,omitempty"`
	ExUrl          *string `json:"ExUrl,omitempty" xml:"ExUrl,omitempty"`
	OrganizationId *string `json:"OrganizationId,omitempty" xml:"OrganizationId,omitempty"`
}

func (DescribeFabricExplorerRequest) GoString

func (*DescribeFabricExplorerRequest) SetExBody

func (*DescribeFabricExplorerRequest) SetExMethod

func (*DescribeFabricExplorerRequest) SetExUrl

func (*DescribeFabricExplorerRequest) SetOrganizationId

func (DescribeFabricExplorerRequest) String

type DescribeFabricExplorerResponse

type DescribeFabricExplorerResponse struct {
	Headers    map[string]*string                  `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                              `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DescribeFabricExplorerResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DescribeFabricExplorerResponse) GoString

func (*DescribeFabricExplorerResponse) SetHeaders

func (*DescribeFabricExplorerResponse) SetStatusCode

func (DescribeFabricExplorerResponse) String

type DescribeFabricExplorerResponseBody

type DescribeFabricExplorerResponseBody struct {
	DynamicCode    *string `json:"DynamicCode,omitempty" xml:"DynamicCode,omitempty"`
	DynamicMessage *string `json:"DynamicMessage,omitempty" xml:"DynamicMessage,omitempty"`
	ErrorCode      *int32  `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	RequestId      *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Result         *string `json:"Result,omitempty" xml:"Result,omitempty"`
	Success        *bool   `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (DescribeFabricExplorerResponseBody) GoString

func (*DescribeFabricExplorerResponseBody) SetDynamicCode

func (*DescribeFabricExplorerResponseBody) SetDynamicMessage

func (*DescribeFabricExplorerResponseBody) SetErrorCode

func (*DescribeFabricExplorerResponseBody) SetRequestId

func (*DescribeFabricExplorerResponseBody) SetResult

func (*DescribeFabricExplorerResponseBody) SetSuccess

func (DescribeFabricExplorerResponseBody) String

type DescribeFabricInvitationCodeRequest

type DescribeFabricInvitationCodeRequest struct {
	ConsortiumId *string `json:"ConsortiumId,omitempty" xml:"ConsortiumId,omitempty"`
}

func (DescribeFabricInvitationCodeRequest) GoString

func (*DescribeFabricInvitationCodeRequest) SetConsortiumId

func (DescribeFabricInvitationCodeRequest) String

type DescribeFabricInvitationCodeResponse

type DescribeFabricInvitationCodeResponse struct {
	Headers    map[string]*string                        `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                                    `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DescribeFabricInvitationCodeResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DescribeFabricInvitationCodeResponse) GoString

func (*DescribeFabricInvitationCodeResponse) SetHeaders

func (*DescribeFabricInvitationCodeResponse) SetStatusCode

func (DescribeFabricInvitationCodeResponse) String

type DescribeFabricInvitationCodeResponseBody

type DescribeFabricInvitationCodeResponseBody struct {
	DynamicCode    *string                                         `json:"DynamicCode,omitempty" xml:"DynamicCode,omitempty"`
	DynamicMessage *string                                         `json:"DynamicMessage,omitempty" xml:"DynamicMessage,omitempty"`
	ErrorCode      *int32                                          `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	RequestId      *string                                         `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Result         *DescribeFabricInvitationCodeResponseBodyResult `json:"Result,omitempty" xml:"Result,omitempty" type:"Struct"`
	Success        *bool                                           `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (DescribeFabricInvitationCodeResponseBody) GoString

func (*DescribeFabricInvitationCodeResponseBody) SetDynamicCode

func (*DescribeFabricInvitationCodeResponseBody) SetDynamicMessage

func (*DescribeFabricInvitationCodeResponseBody) SetErrorCode

func (*DescribeFabricInvitationCodeResponseBody) SetRequestId

func (*DescribeFabricInvitationCodeResponseBody) SetSuccess

func (DescribeFabricInvitationCodeResponseBody) String

type DescribeFabricInvitationCodeResponseBodyResult

type DescribeFabricInvitationCodeResponseBodyResult struct {
	Accepted     *bool   `json:"Accepted,omitempty" xml:"Accepted,omitempty"`
	Code         *string `json:"Code,omitempty" xml:"Code,omitempty"`
	ConsortiumId *string `json:"ConsortiumId,omitempty" xml:"ConsortiumId,omitempty"`
	Email        *string `json:"Email,omitempty" xml:"Email,omitempty"`
	ExpireTime   *string `json:"ExpireTime,omitempty" xml:"ExpireTime,omitempty"`
	InvitationId *int32  `json:"InvitationId,omitempty" xml:"InvitationId,omitempty"`
	SendTime     *string `json:"SendTime,omitempty" xml:"SendTime,omitempty"`
	SenderBid    *string `json:"SenderBid,omitempty" xml:"SenderBid,omitempty"`
	SenderId     *int64  `json:"SenderId,omitempty" xml:"SenderId,omitempty"`
	SenderName   *string `json:"SenderName,omitempty" xml:"SenderName,omitempty"`
	Url          *string `json:"Url,omitempty" xml:"Url,omitempty"`
}

func (DescribeFabricInvitationCodeResponseBodyResult) GoString

func (*DescribeFabricInvitationCodeResponseBodyResult) SetAccepted

func (*DescribeFabricInvitationCodeResponseBodyResult) SetCode

func (*DescribeFabricInvitationCodeResponseBodyResult) SetConsortiumId

func (*DescribeFabricInvitationCodeResponseBodyResult) SetEmail

func (*DescribeFabricInvitationCodeResponseBodyResult) SetExpireTime

func (*DescribeFabricInvitationCodeResponseBodyResult) SetInvitationId

func (*DescribeFabricInvitationCodeResponseBodyResult) SetSendTime

func (*DescribeFabricInvitationCodeResponseBodyResult) SetSenderBid

func (*DescribeFabricInvitationCodeResponseBodyResult) SetSenderId

func (*DescribeFabricInvitationCodeResponseBodyResult) SetSenderName

func (*DescribeFabricInvitationCodeResponseBodyResult) SetUrl

func (DescribeFabricInvitationCodeResponseBodyResult) String

type DescribeFabricInviterRequest

type DescribeFabricInviterRequest struct {
	Code *string `json:"Code,omitempty" xml:"Code,omitempty"`
}

func (DescribeFabricInviterRequest) GoString

func (s DescribeFabricInviterRequest) GoString() string

func (*DescribeFabricInviterRequest) SetCode

func (DescribeFabricInviterRequest) String

type DescribeFabricInviterResponse

type DescribeFabricInviterResponse struct {
	Headers    map[string]*string                 `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                             `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DescribeFabricInviterResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DescribeFabricInviterResponse) GoString

func (*DescribeFabricInviterResponse) SetBody

func (*DescribeFabricInviterResponse) SetHeaders

func (*DescribeFabricInviterResponse) SetStatusCode

func (DescribeFabricInviterResponse) String

type DescribeFabricInviterResponseBody

type DescribeFabricInviterResponseBody struct {
	ErrorCode *int32                                   `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	RequestId *string                                  `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Result    *DescribeFabricInviterResponseBodyResult `json:"Result,omitempty" xml:"Result,omitempty" type:"Struct"`
	Success   *bool                                    `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (DescribeFabricInviterResponseBody) GoString

func (*DescribeFabricInviterResponseBody) SetErrorCode

func (*DescribeFabricInviterResponseBody) SetRequestId

func (*DescribeFabricInviterResponseBody) SetSuccess

func (DescribeFabricInviterResponseBody) String

type DescribeFabricInviterResponseBodyResult

type DescribeFabricInviterResponseBodyResult struct {
	ConsortiumId   *string `json:"ConsortiumId,omitempty" xml:"ConsortiumId,omitempty"`
	ConsortiumName *string `json:"ConsortiumName,omitempty" xml:"ConsortiumName,omitempty"`
	ExpireTime     *string `json:"ExpireTime,omitempty" xml:"ExpireTime,omitempty"`
	InviterId      *int64  `json:"InviterId,omitempty" xml:"InviterId,omitempty"`
	InviterName    *string `json:"InviterName,omitempty" xml:"InviterName,omitempty"`
}

func (DescribeFabricInviterResponseBodyResult) GoString

func (*DescribeFabricInviterResponseBodyResult) SetConsortiumId

func (*DescribeFabricInviterResponseBodyResult) SetConsortiumName

func (*DescribeFabricInviterResponseBodyResult) SetExpireTime

func (*DescribeFabricInviterResponseBodyResult) SetInviterId

func (*DescribeFabricInviterResponseBodyResult) SetInviterName

func (DescribeFabricInviterResponseBodyResult) String

type DescribeFabricOrdererLogsRequest

type DescribeFabricOrdererLogsRequest struct {
	ConsortiumId *string `json:"ConsortiumId,omitempty" xml:"ConsortiumId,omitempty"`
	Lines        *string `json:"Lines,omitempty" xml:"Lines,omitempty"`
	OrdererName  *string `json:"OrdererName,omitempty" xml:"OrdererName,omitempty"`
}

func (DescribeFabricOrdererLogsRequest) GoString

func (*DescribeFabricOrdererLogsRequest) SetConsortiumId

func (*DescribeFabricOrdererLogsRequest) SetLines

func (*DescribeFabricOrdererLogsRequest) SetOrdererName

func (DescribeFabricOrdererLogsRequest) String

type DescribeFabricOrdererLogsResponse

type DescribeFabricOrdererLogsResponse struct {
	Headers    map[string]*string                     `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                                 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DescribeFabricOrdererLogsResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DescribeFabricOrdererLogsResponse) GoString

func (*DescribeFabricOrdererLogsResponse) SetHeaders

func (*DescribeFabricOrdererLogsResponse) SetStatusCode

func (DescribeFabricOrdererLogsResponse) String

type DescribeFabricOrdererLogsResponseBody

type DescribeFabricOrdererLogsResponseBody struct {
	ErrorCode *int32  `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Result    *string `json:"Result,omitempty" xml:"Result,omitempty"`
	Success   *bool   `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (DescribeFabricOrdererLogsResponseBody) GoString

func (*DescribeFabricOrdererLogsResponseBody) SetErrorCode

func (*DescribeFabricOrdererLogsResponseBody) SetRequestId

func (*DescribeFabricOrdererLogsResponseBody) SetResult

func (*DescribeFabricOrdererLogsResponseBody) SetSuccess

func (DescribeFabricOrdererLogsResponseBody) String

type DescribeFabricOrganizationChaincodePackageRequest

type DescribeFabricOrganizationChaincodePackageRequest struct {
	OrganizationId *string `json:"OrganizationId,omitempty" xml:"OrganizationId,omitempty"`
}

func (DescribeFabricOrganizationChaincodePackageRequest) GoString

func (*DescribeFabricOrganizationChaincodePackageRequest) SetOrganizationId

func (DescribeFabricOrganizationChaincodePackageRequest) String

type DescribeFabricOrganizationChaincodePackageResponse

type DescribeFabricOrganizationChaincodePackageResponse struct {
	Headers    map[string]*string                                      `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                                                  `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DescribeFabricOrganizationChaincodePackageResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DescribeFabricOrganizationChaincodePackageResponse) GoString

func (*DescribeFabricOrganizationChaincodePackageResponse) SetHeaders

func (*DescribeFabricOrganizationChaincodePackageResponse) SetStatusCode

func (DescribeFabricOrganizationChaincodePackageResponse) String

type DescribeFabricOrganizationChaincodePackageResponseBody

type DescribeFabricOrganizationChaincodePackageResponseBody struct {
	ErrorCode *int32              `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	Message   *string             `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId *string             `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Result    []*ChaincodePackage `json:"Result,omitempty" xml:"Result,omitempty" type:"Repeated"`
	Success   *bool               `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (DescribeFabricOrganizationChaincodePackageResponseBody) GoString

func (*DescribeFabricOrganizationChaincodePackageResponseBody) SetErrorCode

func (*DescribeFabricOrganizationChaincodePackageResponseBody) SetMessage

func (*DescribeFabricOrganizationChaincodePackageResponseBody) SetRequestId

func (*DescribeFabricOrganizationChaincodePackageResponseBody) SetResult

func (*DescribeFabricOrganizationChaincodePackageResponseBody) SetSuccess

func (DescribeFabricOrganizationChaincodePackageResponseBody) String

type DescribeFabricOrganizationChaincodesRequest

type DescribeFabricOrganizationChaincodesRequest struct {
	Location       *string `json:"Location,omitempty" xml:"Location,omitempty"`
	OrganizationId *string `json:"OrganizationId,omitempty" xml:"OrganizationId,omitempty"`
}

func (DescribeFabricOrganizationChaincodesRequest) GoString

func (*DescribeFabricOrganizationChaincodesRequest) SetLocation

func (*DescribeFabricOrganizationChaincodesRequest) SetOrganizationId

func (DescribeFabricOrganizationChaincodesRequest) String

type DescribeFabricOrganizationChaincodesResponse

type DescribeFabricOrganizationChaincodesResponse struct {
	Headers    map[string]*string                                `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                                            `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DescribeFabricOrganizationChaincodesResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DescribeFabricOrganizationChaincodesResponse) GoString

func (*DescribeFabricOrganizationChaincodesResponse) SetHeaders

func (*DescribeFabricOrganizationChaincodesResponse) SetStatusCode

func (DescribeFabricOrganizationChaincodesResponse) String

type DescribeFabricOrganizationChaincodesResponseBody

type DescribeFabricOrganizationChaincodesResponseBody struct {
	ErrorCode *int32                                                    `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	RequestId *string                                                   `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Result    []*DescribeFabricOrganizationChaincodesResponseBodyResult `json:"Result,omitempty" xml:"Result,omitempty" type:"Repeated"`
	Success   *bool                                                     `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (DescribeFabricOrganizationChaincodesResponseBody) GoString

func (*DescribeFabricOrganizationChaincodesResponseBody) SetErrorCode

func (*DescribeFabricOrganizationChaincodesResponseBody) SetRequestId

func (*DescribeFabricOrganizationChaincodesResponseBody) SetSuccess

func (DescribeFabricOrganizationChaincodesResponseBody) String

type DescribeFabricOrganizationChaincodesResponseBodyResult

type DescribeFabricOrganizationChaincodesResponseBodyResult struct {
	ChaincodeId      *string `json:"ChaincodeId,omitempty" xml:"ChaincodeId,omitempty"`
	ChaincodeName    *string `json:"ChaincodeName,omitempty" xml:"ChaincodeName,omitempty"`
	ChaincodeVersion *string `json:"ChaincodeVersion,omitempty" xml:"ChaincodeVersion,omitempty"`
	ChannelId        *string `json:"ChannelId,omitempty" xml:"ChannelId,omitempty"`
	ChannelName      *string `json:"ChannelName,omitempty" xml:"ChannelName,omitempty"`
	ConsortiumId     *string `json:"ConsortiumId,omitempty" xml:"ConsortiumId,omitempty"`
	CreateTime       *string `json:"CreateTime,omitempty" xml:"CreateTime,omitempty"`
	Creator          *string `json:"Creator,omitempty" xml:"Creator,omitempty"`
	DeployTime       *string `json:"DeployTime,omitempty" xml:"DeployTime,omitempty"`
	EndorsePolicy    *string `json:"EndorsePolicy,omitempty" xml:"EndorsePolicy,omitempty"`
	Installed        *string `json:"Installed,omitempty" xml:"Installed,omitempty"`
	Message          *string `json:"Message,omitempty" xml:"Message,omitempty"`
	State            *string `json:"State,omitempty" xml:"State,omitempty"`
}

func (DescribeFabricOrganizationChaincodesResponseBodyResult) GoString

func (*DescribeFabricOrganizationChaincodesResponseBodyResult) SetChaincodeId

func (*DescribeFabricOrganizationChaincodesResponseBodyResult) SetChaincodeName

func (*DescribeFabricOrganizationChaincodesResponseBodyResult) SetChaincodeVersion

func (*DescribeFabricOrganizationChaincodesResponseBodyResult) SetChannelId

func (*DescribeFabricOrganizationChaincodesResponseBodyResult) SetChannelName

func (*DescribeFabricOrganizationChaincodesResponseBodyResult) SetConsortiumId

func (*DescribeFabricOrganizationChaincodesResponseBodyResult) SetCreateTime

func (*DescribeFabricOrganizationChaincodesResponseBodyResult) SetCreator

func (*DescribeFabricOrganizationChaincodesResponseBodyResult) SetDeployTime

func (*DescribeFabricOrganizationChaincodesResponseBodyResult) SetEndorsePolicy

func (*DescribeFabricOrganizationChaincodesResponseBodyResult) SetInstalled

func (*DescribeFabricOrganizationChaincodesResponseBodyResult) SetMessage

func (*DescribeFabricOrganizationChaincodesResponseBodyResult) SetState

func (DescribeFabricOrganizationChaincodesResponseBodyResult) String

type DescribeFabricOrganizationChannelsRequest

type DescribeFabricOrganizationChannelsRequest struct {
	Location       *string `json:"Location,omitempty" xml:"Location,omitempty"`
	OrganizationId *string `json:"OrganizationId,omitempty" xml:"OrganizationId,omitempty"`
}

func (DescribeFabricOrganizationChannelsRequest) GoString

func (*DescribeFabricOrganizationChannelsRequest) SetLocation

func (*DescribeFabricOrganizationChannelsRequest) SetOrganizationId

func (DescribeFabricOrganizationChannelsRequest) String

type DescribeFabricOrganizationChannelsResponse

type DescribeFabricOrganizationChannelsResponse struct {
	Headers    map[string]*string                              `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                                          `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DescribeFabricOrganizationChannelsResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DescribeFabricOrganizationChannelsResponse) GoString

func (*DescribeFabricOrganizationChannelsResponse) SetHeaders

func (*DescribeFabricOrganizationChannelsResponse) SetStatusCode

func (DescribeFabricOrganizationChannelsResponse) String

type DescribeFabricOrganizationChannelsResponseBody

type DescribeFabricOrganizationChannelsResponseBody struct {
	ErrorCode *int32                                                  `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	RequestId *string                                                 `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Result    []*DescribeFabricOrganizationChannelsResponseBodyResult `json:"Result,omitempty" xml:"Result,omitempty" type:"Repeated"`
	Success   *bool                                                   `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (DescribeFabricOrganizationChannelsResponseBody) GoString

func (*DescribeFabricOrganizationChannelsResponseBody) SetErrorCode

func (*DescribeFabricOrganizationChannelsResponseBody) SetRequestId

func (*DescribeFabricOrganizationChannelsResponseBody) SetSuccess

func (DescribeFabricOrganizationChannelsResponseBody) String

type DescribeFabricOrganizationChannelsResponseBodyResult

type DescribeFabricOrganizationChannelsResponseBodyResult struct {
	BatchTimeout         *int32  `json:"BatchTimeout,omitempty" xml:"BatchTimeout,omitempty"`
	BlockCount           *int32  `json:"BlockCount,omitempty" xml:"BlockCount,omitempty"`
	ChaincodeCount       *int32  `json:"ChaincodeCount,omitempty" xml:"ChaincodeCount,omitempty"`
	ChannelId            *string `json:"ChannelId,omitempty" xml:"ChannelId,omitempty"`
	ChannelName          *string `json:"ChannelName,omitempty" xml:"ChannelName,omitempty"`
	ConsortiumId         *string `json:"ConsortiumId,omitempty" xml:"ConsortiumId,omitempty"`
	ConsortiumName       *string `json:"ConsortiumName,omitempty" xml:"ConsortiumName,omitempty"`
	CreateTime           *string `json:"CreateTime,omitempty" xml:"CreateTime,omitempty"`
	DeleteTime           *string `json:"DeleteTime,omitempty" xml:"DeleteTime,omitempty"`
	Deleted              *bool   `json:"Deleted,omitempty" xml:"Deleted,omitempty"`
	MaxMessageCount      *int32  `json:"MaxMessageCount,omitempty" xml:"MaxMessageCount,omitempty"`
	MemberCount          *int32  `json:"MemberCount,omitempty" xml:"MemberCount,omitempty"`
	OwnerBid             *string `json:"OwnerBid,omitempty" xml:"OwnerBid,omitempty"`
	OwnerName            *string `json:"OwnerName,omitempty" xml:"OwnerName,omitempty"`
	OwnerUid             *int64  `json:"OwnerUid,omitempty" xml:"OwnerUid,omitempty"`
	PreferredMaxBytes    *int32  `json:"PreferredMaxBytes,omitempty" xml:"PreferredMaxBytes,omitempty"`
	RequestId            *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	State                *string `json:"State,omitempty" xml:"State,omitempty"`
	SupportChannelConfig *bool   `json:"SupportChannelConfig,omitempty" xml:"SupportChannelConfig,omitempty"`
	UpdateTime           *string `json:"UpdateTime,omitempty" xml:"UpdateTime,omitempty"`
}

func (DescribeFabricOrganizationChannelsResponseBodyResult) GoString

func (*DescribeFabricOrganizationChannelsResponseBodyResult) SetBatchTimeout

func (*DescribeFabricOrganizationChannelsResponseBodyResult) SetBlockCount

func (*DescribeFabricOrganizationChannelsResponseBodyResult) SetChaincodeCount

func (*DescribeFabricOrganizationChannelsResponseBodyResult) SetChannelId

func (*DescribeFabricOrganizationChannelsResponseBodyResult) SetChannelName

func (*DescribeFabricOrganizationChannelsResponseBodyResult) SetConsortiumId

func (*DescribeFabricOrganizationChannelsResponseBodyResult) SetConsortiumName

func (*DescribeFabricOrganizationChannelsResponseBodyResult) SetCreateTime

func (*DescribeFabricOrganizationChannelsResponseBodyResult) SetDeleteTime

func (*DescribeFabricOrganizationChannelsResponseBodyResult) SetDeleted

func (*DescribeFabricOrganizationChannelsResponseBodyResult) SetMaxMessageCount

func (*DescribeFabricOrganizationChannelsResponseBodyResult) SetMemberCount

func (*DescribeFabricOrganizationChannelsResponseBodyResult) SetOwnerBid

func (*DescribeFabricOrganizationChannelsResponseBodyResult) SetOwnerName

func (*DescribeFabricOrganizationChannelsResponseBodyResult) SetOwnerUid

func (*DescribeFabricOrganizationChannelsResponseBodyResult) SetPreferredMaxBytes

func (*DescribeFabricOrganizationChannelsResponseBodyResult) SetRequestId

func (*DescribeFabricOrganizationChannelsResponseBodyResult) SetState

func (*DescribeFabricOrganizationChannelsResponseBodyResult) SetSupportChannelConfig

func (*DescribeFabricOrganizationChannelsResponseBodyResult) SetUpdateTime

func (DescribeFabricOrganizationChannelsResponseBodyResult) String

type DescribeFabricOrganizationDeletableRequest

type DescribeFabricOrganizationDeletableRequest struct {
	Location       *string `json:"Location,omitempty" xml:"Location,omitempty"`
	OrganizationId *string `json:"OrganizationId,omitempty" xml:"OrganizationId,omitempty"`
}

func (DescribeFabricOrganizationDeletableRequest) GoString

func (*DescribeFabricOrganizationDeletableRequest) SetLocation

func (*DescribeFabricOrganizationDeletableRequest) SetOrganizationId

func (DescribeFabricOrganizationDeletableRequest) String

type DescribeFabricOrganizationDeletableResponse

type DescribeFabricOrganizationDeletableResponse struct {
	Headers    map[string]*string                               `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                                           `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DescribeFabricOrganizationDeletableResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DescribeFabricOrganizationDeletableResponse) GoString

func (*DescribeFabricOrganizationDeletableResponse) SetHeaders

func (*DescribeFabricOrganizationDeletableResponse) SetStatusCode

func (DescribeFabricOrganizationDeletableResponse) String

type DescribeFabricOrganizationDeletableResponseBody

type DescribeFabricOrganizationDeletableResponseBody struct {
	ErrorCode *int32                                                 `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	RequestId *string                                                `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Result    *DescribeFabricOrganizationDeletableResponseBodyResult `json:"Result,omitempty" xml:"Result,omitempty" type:"Struct"`
	Success   *bool                                                  `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (DescribeFabricOrganizationDeletableResponseBody) GoString

func (*DescribeFabricOrganizationDeletableResponseBody) SetErrorCode

func (*DescribeFabricOrganizationDeletableResponseBody) SetRequestId

func (*DescribeFabricOrganizationDeletableResponseBody) SetSuccess

func (DescribeFabricOrganizationDeletableResponseBody) String

type DescribeFabricOrganizationDeletableResponseBodyResult

type DescribeFabricOrganizationDeletableResponseBodyResult struct {
	CodeName                *string `json:"CodeName,omitempty" xml:"CodeName,omitempty"`
	Deletable               *bool   `json:"Deletable,omitempty" xml:"Deletable,omitempty"`
	Domain                  *string `json:"Domain,omitempty" xml:"Domain,omitempty"`
	OrganizationDescription *string `json:"OrganizationDescription,omitempty" xml:"OrganizationDescription,omitempty"`
	OrganizationId          *string `json:"OrganizationId,omitempty" xml:"OrganizationId,omitempty"`
	OrganizationName        *string `json:"OrganizationName,omitempty" xml:"OrganizationName,omitempty"`
	RegionId                *string `json:"RegionId,omitempty" xml:"RegionId,omitempty"`
	State                   *string `json:"State,omitempty" xml:"State,omitempty"`
	ZoneId                  *string `json:"ZoneId,omitempty" xml:"ZoneId,omitempty"`
}

func (DescribeFabricOrganizationDeletableResponseBodyResult) GoString

func (*DescribeFabricOrganizationDeletableResponseBodyResult) SetCodeName

func (*DescribeFabricOrganizationDeletableResponseBodyResult) SetDeletable

func (*DescribeFabricOrganizationDeletableResponseBodyResult) SetDomain

func (*DescribeFabricOrganizationDeletableResponseBodyResult) SetOrganizationDescription

func (*DescribeFabricOrganizationDeletableResponseBodyResult) SetOrganizationId

func (*DescribeFabricOrganizationDeletableResponseBodyResult) SetOrganizationName

func (*DescribeFabricOrganizationDeletableResponseBodyResult) SetRegionId

func (*DescribeFabricOrganizationDeletableResponseBodyResult) SetState

func (*DescribeFabricOrganizationDeletableResponseBodyResult) SetZoneId

func (DescribeFabricOrganizationDeletableResponseBodyResult) String

type DescribeFabricOrganizationMembersRequest

type DescribeFabricOrganizationMembersRequest struct {
	Location       *string `json:"Location,omitempty" xml:"Location,omitempty"`
	OrganizationId *string `json:"OrganizationId,omitempty" xml:"OrganizationId,omitempty"`
}

func (DescribeFabricOrganizationMembersRequest) GoString

func (*DescribeFabricOrganizationMembersRequest) SetLocation

func (*DescribeFabricOrganizationMembersRequest) SetOrganizationId

func (DescribeFabricOrganizationMembersRequest) String

type DescribeFabricOrganizationMembersResponse

type DescribeFabricOrganizationMembersResponse struct {
	Headers    map[string]*string                             `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                                         `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DescribeFabricOrganizationMembersResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DescribeFabricOrganizationMembersResponse) GoString

func (*DescribeFabricOrganizationMembersResponse) SetHeaders

func (*DescribeFabricOrganizationMembersResponse) SetStatusCode

func (DescribeFabricOrganizationMembersResponse) String

type DescribeFabricOrganizationMembersResponseBody

type DescribeFabricOrganizationMembersResponseBody struct {
	ErrorCode *int32                                                 `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	RequestId *string                                                `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Result    []*DescribeFabricOrganizationMembersResponseBodyResult `json:"Result,omitempty" xml:"Result,omitempty" type:"Repeated"`
	Success   *bool                                                  `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (DescribeFabricOrganizationMembersResponseBody) GoString

func (*DescribeFabricOrganizationMembersResponseBody) SetErrorCode

func (*DescribeFabricOrganizationMembersResponseBody) SetRequestId

func (*DescribeFabricOrganizationMembersResponseBody) SetSuccess

func (DescribeFabricOrganizationMembersResponseBody) String

type DescribeFabricOrganizationMembersResponseBodyResult

type DescribeFabricOrganizationMembersResponseBodyResult struct {
	ConsortiumId     *string `json:"ConsortiumId,omitempty" xml:"ConsortiumId,omitempty"`
	ConsortiumName   *string `json:"ConsortiumName,omitempty" xml:"ConsortiumName,omitempty"`
	Description      *string `json:"Description,omitempty" xml:"Description,omitempty"`
	Domain           *string `json:"Domain,omitempty" xml:"Domain,omitempty"`
	JoinedTime       *string `json:"JoinedTime,omitempty" xml:"JoinedTime,omitempty"`
	OrganizationId   *string `json:"OrganizationId,omitempty" xml:"OrganizationId,omitempty"`
	OrganizationName *string `json:"OrganizationName,omitempty" xml:"OrganizationName,omitempty"`
	State            *string `json:"State,omitempty" xml:"State,omitempty"`
}

func (DescribeFabricOrganizationMembersResponseBodyResult) GoString

func (*DescribeFabricOrganizationMembersResponseBodyResult) SetConsortiumId

func (*DescribeFabricOrganizationMembersResponseBodyResult) SetConsortiumName

func (*DescribeFabricOrganizationMembersResponseBodyResult) SetDescription

func (*DescribeFabricOrganizationMembersResponseBodyResult) SetDomain

func (*DescribeFabricOrganizationMembersResponseBodyResult) SetJoinedTime

func (*DescribeFabricOrganizationMembersResponseBodyResult) SetOrganizationId

func (*DescribeFabricOrganizationMembersResponseBodyResult) SetOrganizationName

func (*DescribeFabricOrganizationMembersResponseBodyResult) SetState

func (DescribeFabricOrganizationMembersResponseBodyResult) String

type DescribeFabricOrganizationPeersRequest

type DescribeFabricOrganizationPeersRequest struct {
	Location       *string `json:"Location,omitempty" xml:"Location,omitempty"`
	OrganizationId *string `json:"OrganizationId,omitempty" xml:"OrganizationId,omitempty"`
}

func (DescribeFabricOrganizationPeersRequest) GoString

func (*DescribeFabricOrganizationPeersRequest) SetLocation

func (*DescribeFabricOrganizationPeersRequest) SetOrganizationId

func (DescribeFabricOrganizationPeersRequest) String

type DescribeFabricOrganizationPeersResponse

type DescribeFabricOrganizationPeersResponse struct {
	Headers    map[string]*string                           `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                                       `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DescribeFabricOrganizationPeersResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DescribeFabricOrganizationPeersResponse) GoString

func (*DescribeFabricOrganizationPeersResponse) SetHeaders

func (*DescribeFabricOrganizationPeersResponse) SetStatusCode

func (DescribeFabricOrganizationPeersResponse) String

type DescribeFabricOrganizationPeersResponseBody

type DescribeFabricOrganizationPeersResponseBody struct {
	ErrorCode *int32                                               `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	RequestId *string                                              `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Result    []*DescribeFabricOrganizationPeersResponseBodyResult `json:"Result,omitempty" xml:"Result,omitempty" type:"Repeated"`
	Success   *bool                                                `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (DescribeFabricOrganizationPeersResponseBody) GoString

func (*DescribeFabricOrganizationPeersResponseBody) SetErrorCode

func (*DescribeFabricOrganizationPeersResponseBody) SetRequestId

func (*DescribeFabricOrganizationPeersResponseBody) SetSuccess

func (DescribeFabricOrganizationPeersResponseBody) String

type DescribeFabricOrganizationPeersResponseBodyResult

type DescribeFabricOrganizationPeersResponseBodyResult struct {
	CreateTime           *string `json:"CreateTime,omitempty" xml:"CreateTime,omitempty"`
	Domain               *string `json:"Domain,omitempty" xml:"Domain,omitempty"`
	InstanceType         *string `json:"InstanceType,omitempty" xml:"InstanceType,omitempty"`
	InternetIp           *string `json:"InternetIp,omitempty" xml:"InternetIp,omitempty"`
	IntranetIp           *string `json:"IntranetIp,omitempty" xml:"IntranetIp,omitempty"`
	IsAnchor             *bool   `json:"IsAnchor,omitempty" xml:"IsAnchor,omitempty"`
	OrganizationPeerName *string `json:"OrganizationPeerName,omitempty" xml:"OrganizationPeerName,omitempty"`
	Port                 *int32  `json:"Port,omitempty" xml:"Port,omitempty"`
	UpdateTime           *string `json:"UpdateTime,omitempty" xml:"UpdateTime,omitempty"`
}

func (DescribeFabricOrganizationPeersResponseBodyResult) GoString

func (*DescribeFabricOrganizationPeersResponseBodyResult) SetCreateTime

func (*DescribeFabricOrganizationPeersResponseBodyResult) SetDomain

func (*DescribeFabricOrganizationPeersResponseBodyResult) SetInstanceType

func (*DescribeFabricOrganizationPeersResponseBodyResult) SetInternetIp

func (*DescribeFabricOrganizationPeersResponseBodyResult) SetIntranetIp

func (*DescribeFabricOrganizationPeersResponseBodyResult) SetIsAnchor

func (*DescribeFabricOrganizationPeersResponseBodyResult) SetOrganizationPeerName

func (*DescribeFabricOrganizationPeersResponseBodyResult) SetPort

func (*DescribeFabricOrganizationPeersResponseBodyResult) SetUpdateTime

func (DescribeFabricOrganizationPeersResponseBodyResult) String

type DescribeFabricOrganizationRequest

type DescribeFabricOrganizationRequest struct {
	Location       *string                                 `json:"Location,omitempty" xml:"Location,omitempty"`
	OrganizationId *string                                 `json:"OrganizationId,omitempty" xml:"OrganizationId,omitempty"`
	Tag            []*DescribeFabricOrganizationRequestTag `json:"Tag,omitempty" xml:"Tag,omitempty" type:"Repeated"`
}

func (DescribeFabricOrganizationRequest) GoString

func (*DescribeFabricOrganizationRequest) SetLocation

func (*DescribeFabricOrganizationRequest) SetOrganizationId

func (DescribeFabricOrganizationRequest) String

type DescribeFabricOrganizationRequestTag

type DescribeFabricOrganizationRequestTag struct {
	Key   *string `json:"Key,omitempty" xml:"Key,omitempty"`
	Value *string `json:"Value,omitempty" xml:"Value,omitempty"`
}

func (DescribeFabricOrganizationRequestTag) GoString

func (*DescribeFabricOrganizationRequestTag) SetKey

func (*DescribeFabricOrganizationRequestTag) SetValue

func (DescribeFabricOrganizationRequestTag) String

type DescribeFabricOrganizationResponse

type DescribeFabricOrganizationResponse struct {
	Headers    map[string]*string                      `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                                  `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DescribeFabricOrganizationResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DescribeFabricOrganizationResponse) GoString

func (*DescribeFabricOrganizationResponse) SetHeaders

func (*DescribeFabricOrganizationResponse) SetStatusCode

func (DescribeFabricOrganizationResponse) String

type DescribeFabricOrganizationResponseBody

type DescribeFabricOrganizationResponseBody struct {
	ErrorCode *int32                                        `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	RequestId *string                                       `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Result    *DescribeFabricOrganizationResponseBodyResult `json:"Result,omitempty" xml:"Result,omitempty" type:"Struct"`
	Success   *bool                                         `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (DescribeFabricOrganizationResponseBody) GoString

func (*DescribeFabricOrganizationResponseBody) SetErrorCode

func (*DescribeFabricOrganizationResponseBody) SetRequestId

func (*DescribeFabricOrganizationResponseBody) SetSuccess

func (DescribeFabricOrganizationResponseBody) String

type DescribeFabricOrganizationResponseBodyResult

type DescribeFabricOrganizationResponseBodyResult struct {
	CANAME                  *string                                             `json:"CANAME,omitempty" xml:"CANAME,omitempty"`
	CAUrl                   *string                                             `json:"CAUrl,omitempty" xml:"CAUrl,omitempty"`
	CodeName                *string                                             `json:"CodeName,omitempty" xml:"CodeName,omitempty"`
	ConsortiumCount         *int32                                              `json:"ConsortiumCount,omitempty" xml:"ConsortiumCount,omitempty"`
	CreateTime              *string                                             `json:"CreateTime,omitempty" xml:"CreateTime,omitempty"`
	Domain                  *string                                             `json:"Domain,omitempty" xml:"Domain,omitempty"`
	MSP                     *string                                             `json:"MSP,omitempty" xml:"MSP,omitempty"`
	OrganizationDescription *string                                             `json:"OrganizationDescription,omitempty" xml:"OrganizationDescription,omitempty"`
	OrganizationId          *string                                             `json:"OrganizationId,omitempty" xml:"OrganizationId,omitempty"`
	OrganizationName        *string                                             `json:"OrganizationName,omitempty" xml:"OrganizationName,omitempty"`
	OwnerBid                *string                                             `json:"OwnerBid,omitempty" xml:"OwnerBid,omitempty"`
	OwnerName               *string                                             `json:"OwnerName,omitempty" xml:"OwnerName,omitempty"`
	OwnerUid                *int64                                              `json:"OwnerUid,omitempty" xml:"OwnerUid,omitempty"`
	PeerCount               *int32                                              `json:"PeerCount,omitempty" xml:"PeerCount,omitempty"`
	RegionId                *string                                             `json:"RegionId,omitempty" xml:"RegionId,omitempty"`
	RequestId               *string                                             `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	SpecName                *string                                             `json:"SpecName,omitempty" xml:"SpecName,omitempty"`
	State                   *string                                             `json:"State,omitempty" xml:"State,omitempty"`
	Tags                    []*DescribeFabricOrganizationResponseBodyResultTags `json:"Tags,omitempty" xml:"Tags,omitempty" type:"Repeated"`
	UserCount               *int32                                              `json:"UserCount,omitempty" xml:"UserCount,omitempty"`
	ZoneId                  *string                                             `json:"ZoneId,omitempty" xml:"ZoneId,omitempty"`
}

func (DescribeFabricOrganizationResponseBodyResult) GoString

func (*DescribeFabricOrganizationResponseBodyResult) SetCANAME

func (*DescribeFabricOrganizationResponseBodyResult) SetCAUrl

func (*DescribeFabricOrganizationResponseBodyResult) SetCodeName

func (*DescribeFabricOrganizationResponseBodyResult) SetConsortiumCount

func (*DescribeFabricOrganizationResponseBodyResult) SetCreateTime

func (*DescribeFabricOrganizationResponseBodyResult) SetDomain

func (*DescribeFabricOrganizationResponseBodyResult) SetMSP

func (*DescribeFabricOrganizationResponseBodyResult) SetOrganizationDescription

func (*DescribeFabricOrganizationResponseBodyResult) SetOrganizationId

func (*DescribeFabricOrganizationResponseBodyResult) SetOrganizationName

func (*DescribeFabricOrganizationResponseBodyResult) SetOwnerBid

func (*DescribeFabricOrganizationResponseBodyResult) SetOwnerName

func (*DescribeFabricOrganizationResponseBodyResult) SetOwnerUid

func (*DescribeFabricOrganizationResponseBodyResult) SetPeerCount

func (*DescribeFabricOrganizationResponseBodyResult) SetRegionId

func (*DescribeFabricOrganizationResponseBodyResult) SetRequestId

func (*DescribeFabricOrganizationResponseBodyResult) SetSpecName

func (*DescribeFabricOrganizationResponseBodyResult) SetState

func (*DescribeFabricOrganizationResponseBodyResult) SetUserCount

func (*DescribeFabricOrganizationResponseBodyResult) SetZoneId

func (DescribeFabricOrganizationResponseBodyResult) String

type DescribeFabricOrganizationResponseBodyResultTags

type DescribeFabricOrganizationResponseBodyResultTags struct {
	Key   *string `json:"Key,omitempty" xml:"Key,omitempty"`
	Value *string `json:"Value,omitempty" xml:"Value,omitempty"`
}

func (DescribeFabricOrganizationResponseBodyResultTags) GoString

func (*DescribeFabricOrganizationResponseBodyResultTags) SetKey

func (*DescribeFabricOrganizationResponseBodyResultTags) SetValue

func (DescribeFabricOrganizationResponseBodyResultTags) String

type DescribeFabricOrganizationSpecsResponse

type DescribeFabricOrganizationSpecsResponse struct {
	Headers    map[string]*string                           `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                                       `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DescribeFabricOrganizationSpecsResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DescribeFabricOrganizationSpecsResponse) GoString

func (*DescribeFabricOrganizationSpecsResponse) SetHeaders

func (*DescribeFabricOrganizationSpecsResponse) SetStatusCode

func (DescribeFabricOrganizationSpecsResponse) String

type DescribeFabricOrganizationSpecsResponseBody

type DescribeFabricOrganizationSpecsResponseBody struct {
	ErrorCode *int32                                               `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	RequestId *string                                              `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Result    []*DescribeFabricOrganizationSpecsResponseBodyResult `json:"Result,omitempty" xml:"Result,omitempty" type:"Repeated"`
	Success   *bool                                                `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (DescribeFabricOrganizationSpecsResponseBody) GoString

func (*DescribeFabricOrganizationSpecsResponseBody) SetErrorCode

func (*DescribeFabricOrganizationSpecsResponseBody) SetRequestId

func (*DescribeFabricOrganizationSpecsResponseBody) SetSuccess

func (DescribeFabricOrganizationSpecsResponseBody) String

type DescribeFabricOrganizationSpecsResponseBodyResult

type DescribeFabricOrganizationSpecsResponseBodyResult struct {
	Enable                *bool   `json:"Enable,omitempty" xml:"Enable,omitempty"`
	OrganizationSpecsName *string `json:"OrganizationSpecsName,omitempty" xml:"OrganizationSpecsName,omitempty"`
	Title                 *string `json:"Title,omitempty" xml:"Title,omitempty"`
}

func (DescribeFabricOrganizationSpecsResponseBodyResult) GoString

func (*DescribeFabricOrganizationSpecsResponseBodyResult) SetEnable

func (*DescribeFabricOrganizationSpecsResponseBodyResult) SetOrganizationSpecsName

func (*DescribeFabricOrganizationSpecsResponseBodyResult) SetTitle

func (DescribeFabricOrganizationSpecsResponseBodyResult) String

type DescribeFabricOrganizationUsersRequest

type DescribeFabricOrganizationUsersRequest struct {
	Location       *string `json:"Location,omitempty" xml:"Location,omitempty"`
	OrganizationId *string `json:"OrganizationId,omitempty" xml:"OrganizationId,omitempty"`
}

func (DescribeFabricOrganizationUsersRequest) GoString

func (*DescribeFabricOrganizationUsersRequest) SetLocation

func (*DescribeFabricOrganizationUsersRequest) SetOrganizationId

func (DescribeFabricOrganizationUsersRequest) String

type DescribeFabricOrganizationUsersResponse

type DescribeFabricOrganizationUsersResponse struct {
	Headers    map[string]*string                           `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                                       `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DescribeFabricOrganizationUsersResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DescribeFabricOrganizationUsersResponse) GoString

func (*DescribeFabricOrganizationUsersResponse) SetHeaders

func (*DescribeFabricOrganizationUsersResponse) SetStatusCode

func (DescribeFabricOrganizationUsersResponse) String

type DescribeFabricOrganizationUsersResponseBody

type DescribeFabricOrganizationUsersResponseBody struct {
	ErrorCode *int32                                               `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	RequestId *string                                              `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Result    []*DescribeFabricOrganizationUsersResponseBodyResult `json:"Result,omitempty" xml:"Result,omitempty" type:"Repeated"`
	Success   *bool                                                `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (DescribeFabricOrganizationUsersResponseBody) GoString

func (*DescribeFabricOrganizationUsersResponseBody) SetErrorCode

func (*DescribeFabricOrganizationUsersResponseBody) SetRequestId

func (*DescribeFabricOrganizationUsersResponseBody) SetSuccess

func (DescribeFabricOrganizationUsersResponseBody) String

type DescribeFabricOrganizationUsersResponseBodyResult

type DescribeFabricOrganizationUsersResponseBodyResult struct {
	Attrs          *string `json:"Attrs,omitempty" xml:"Attrs,omitempty"`
	CallerBid      *string `json:"CallerBid,omitempty" xml:"CallerBid,omitempty"`
	CallerUid      *int64  `json:"CallerUid,omitempty" xml:"CallerUid,omitempty"`
	CreateTime     *string `json:"CreateTime,omitempty" xml:"CreateTime,omitempty"`
	ExpireTime     *string `json:"ExpireTime,omitempty" xml:"ExpireTime,omitempty"`
	FullName       *string `json:"FullName,omitempty" xml:"FullName,omitempty"`
	OrganizationId *string `json:"OrganizationId,omitempty" xml:"OrganizationId,omitempty"`
	RegionId       *string `json:"RegionId,omitempty" xml:"RegionId,omitempty"`
	Username       *string `json:"Username,omitempty" xml:"Username,omitempty"`
}

func (DescribeFabricOrganizationUsersResponseBodyResult) GoString

func (*DescribeFabricOrganizationUsersResponseBodyResult) SetAttrs

func (*DescribeFabricOrganizationUsersResponseBodyResult) SetCallerBid

func (*DescribeFabricOrganizationUsersResponseBodyResult) SetCallerUid

func (*DescribeFabricOrganizationUsersResponseBodyResult) SetCreateTime

func (*DescribeFabricOrganizationUsersResponseBodyResult) SetExpireTime

func (*DescribeFabricOrganizationUsersResponseBodyResult) SetFullName

func (*DescribeFabricOrganizationUsersResponseBodyResult) SetOrganizationId

func (*DescribeFabricOrganizationUsersResponseBodyResult) SetRegionId

func (*DescribeFabricOrganizationUsersResponseBodyResult) SetUsername

func (DescribeFabricOrganizationUsersResponseBodyResult) String

type DescribeFabricOrganizationsRequest

type DescribeFabricOrganizationsRequest struct {
	Location *string                                  `json:"Location,omitempty" xml:"Location,omitempty"`
	Tag      []*DescribeFabricOrganizationsRequestTag `json:"Tag,omitempty" xml:"Tag,omitempty" type:"Repeated"`
}

func (DescribeFabricOrganizationsRequest) GoString

func (*DescribeFabricOrganizationsRequest) SetLocation

func (DescribeFabricOrganizationsRequest) String

type DescribeFabricOrganizationsRequestTag

type DescribeFabricOrganizationsRequestTag struct {
	Key   *string `json:"Key,omitempty" xml:"Key,omitempty"`
	Value *string `json:"Value,omitempty" xml:"Value,omitempty"`
}

func (DescribeFabricOrganizationsRequestTag) GoString

func (*DescribeFabricOrganizationsRequestTag) SetKey

func (*DescribeFabricOrganizationsRequestTag) SetValue

func (DescribeFabricOrganizationsRequestTag) String

type DescribeFabricOrganizationsResponse

type DescribeFabricOrganizationsResponse struct {
	Headers    map[string]*string                       `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                                   `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DescribeFabricOrganizationsResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DescribeFabricOrganizationsResponse) GoString

func (*DescribeFabricOrganizationsResponse) SetHeaders

func (*DescribeFabricOrganizationsResponse) SetStatusCode

func (DescribeFabricOrganizationsResponse) String

type DescribeFabricOrganizationsResponseBody

type DescribeFabricOrganizationsResponseBody struct {
	ErrorCode *int32                                           `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	RequestId *string                                          `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Result    []*DescribeFabricOrganizationsResponseBodyResult `json:"Result,omitempty" xml:"Result,omitempty" type:"Repeated"`
	Success   *bool                                            `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (DescribeFabricOrganizationsResponseBody) GoString

func (*DescribeFabricOrganizationsResponseBody) SetErrorCode

func (*DescribeFabricOrganizationsResponseBody) SetRequestId

func (*DescribeFabricOrganizationsResponseBody) SetSuccess

func (DescribeFabricOrganizationsResponseBody) String

type DescribeFabricOrganizationsResponseBodyResult

type DescribeFabricOrganizationsResponseBodyResult struct {
	CodeName                *string                                              `json:"CodeName,omitempty" xml:"CodeName,omitempty"`
	ConsortiumCount         *int32                                               `json:"ConsortiumCount,omitempty" xml:"ConsortiumCount,omitempty"`
	CreateTime              *string                                              `json:"CreateTime,omitempty" xml:"CreateTime,omitempty"`
	Domain                  *string                                              `json:"Domain,omitempty" xml:"Domain,omitempty"`
	MajorVersion            *string                                              `json:"MajorVersion,omitempty" xml:"MajorVersion,omitempty"`
	OrganizationDescription *string                                              `json:"OrganizationDescription,omitempty" xml:"OrganizationDescription,omitempty"`
	OrganizationId          *string                                              `json:"OrganizationId,omitempty" xml:"OrganizationId,omitempty"`
	OrganizationName        *string                                              `json:"OrganizationName,omitempty" xml:"OrganizationName,omitempty"`
	OwnerBid                *string                                              `json:"OwnerBid,omitempty" xml:"OwnerBid,omitempty"`
	OwnerName               *string                                              `json:"OwnerName,omitempty" xml:"OwnerName,omitempty"`
	OwnerUid                *int64                                               `json:"OwnerUid,omitempty" xml:"OwnerUid,omitempty"`
	PeerCount               *int32                                               `json:"PeerCount,omitempty" xml:"PeerCount,omitempty"`
	RegionId                *string                                              `json:"RegionId,omitempty" xml:"RegionId,omitempty"`
	RequestId               *string                                              `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	SpecName                *string                                              `json:"SpecName,omitempty" xml:"SpecName,omitempty"`
	State                   *string                                              `json:"State,omitempty" xml:"State,omitempty"`
	Tags                    []*DescribeFabricOrganizationsResponseBodyResultTags `json:"Tags,omitempty" xml:"Tags,omitempty" type:"Repeated"`
	UserCount               *int32                                               `json:"UserCount,omitempty" xml:"UserCount,omitempty"`
	ZoneId                  *string                                              `json:"ZoneId,omitempty" xml:"ZoneId,omitempty"`
}

func (DescribeFabricOrganizationsResponseBodyResult) GoString

func (*DescribeFabricOrganizationsResponseBodyResult) SetCodeName

func (*DescribeFabricOrganizationsResponseBodyResult) SetConsortiumCount

func (*DescribeFabricOrganizationsResponseBodyResult) SetCreateTime

func (*DescribeFabricOrganizationsResponseBodyResult) SetDomain

func (*DescribeFabricOrganizationsResponseBodyResult) SetMajorVersion added in v2.0.1

func (*DescribeFabricOrganizationsResponseBodyResult) SetOrganizationDescription

func (*DescribeFabricOrganizationsResponseBodyResult) SetOrganizationId

func (*DescribeFabricOrganizationsResponseBodyResult) SetOrganizationName

func (*DescribeFabricOrganizationsResponseBodyResult) SetOwnerBid

func (*DescribeFabricOrganizationsResponseBodyResult) SetOwnerName

func (*DescribeFabricOrganizationsResponseBodyResult) SetOwnerUid

func (*DescribeFabricOrganizationsResponseBodyResult) SetPeerCount

func (*DescribeFabricOrganizationsResponseBodyResult) SetRegionId

func (*DescribeFabricOrganizationsResponseBodyResult) SetRequestId

func (*DescribeFabricOrganizationsResponseBodyResult) SetSpecName

func (*DescribeFabricOrganizationsResponseBodyResult) SetState

func (*DescribeFabricOrganizationsResponseBodyResult) SetUserCount

func (*DescribeFabricOrganizationsResponseBodyResult) SetZoneId

func (DescribeFabricOrganizationsResponseBodyResult) String

type DescribeFabricOrganizationsResponseBodyResultTags

type DescribeFabricOrganizationsResponseBodyResultTags struct {
	Key   *string `json:"Key,omitempty" xml:"Key,omitempty"`
	Value *string `json:"Value,omitempty" xml:"Value,omitempty"`
}

func (DescribeFabricOrganizationsResponseBodyResultTags) GoString

func (*DescribeFabricOrganizationsResponseBodyResultTags) SetKey

func (*DescribeFabricOrganizationsResponseBodyResultTags) SetValue

func (DescribeFabricOrganizationsResponseBodyResultTags) String

type DescribeFabricPeerLogsRequest

type DescribeFabricPeerLogsRequest struct {
	Lines          *string `json:"Lines,omitempty" xml:"Lines,omitempty"`
	OrganizationId *string `json:"OrganizationId,omitempty" xml:"OrganizationId,omitempty"`
	PeerName       *string `json:"PeerName,omitempty" xml:"PeerName,omitempty"`
}

func (DescribeFabricPeerLogsRequest) GoString

func (*DescribeFabricPeerLogsRequest) SetLines

func (*DescribeFabricPeerLogsRequest) SetOrganizationId

func (*DescribeFabricPeerLogsRequest) SetPeerName

func (DescribeFabricPeerLogsRequest) String

type DescribeFabricPeerLogsResponse

type DescribeFabricPeerLogsResponse struct {
	Headers    map[string]*string                  `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                              `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DescribeFabricPeerLogsResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DescribeFabricPeerLogsResponse) GoString

func (*DescribeFabricPeerLogsResponse) SetHeaders

func (*DescribeFabricPeerLogsResponse) SetStatusCode

func (DescribeFabricPeerLogsResponse) String

type DescribeFabricPeerLogsResponseBody

type DescribeFabricPeerLogsResponseBody struct {
	ErrorCode *int32  `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Result    *string `json:"Result,omitempty" xml:"Result,omitempty"`
	Success   *bool   `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (DescribeFabricPeerLogsResponseBody) GoString

func (*DescribeFabricPeerLogsResponseBody) SetErrorCode

func (*DescribeFabricPeerLogsResponseBody) SetRequestId

func (*DescribeFabricPeerLogsResponseBody) SetResult

func (*DescribeFabricPeerLogsResponseBody) SetSuccess

func (DescribeFabricPeerLogsResponseBody) String

type DescribeRegionsRequest

type DescribeRegionsRequest struct {
	AcceptLanguage *string `json:"AcceptLanguage,omitempty" xml:"AcceptLanguage,omitempty"`
	RegionId       *string `json:"RegionId,omitempty" xml:"RegionId,omitempty"`
}

func (DescribeRegionsRequest) GoString

func (s DescribeRegionsRequest) GoString() string

func (*DescribeRegionsRequest) SetAcceptLanguage

func (s *DescribeRegionsRequest) SetAcceptLanguage(v string) *DescribeRegionsRequest

func (*DescribeRegionsRequest) SetRegionId

func (DescribeRegionsRequest) String

func (s DescribeRegionsRequest) String() string

type DescribeRegionsResponse

type DescribeRegionsResponse struct {
	Headers    map[string]*string           `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                       `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DescribeRegionsResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DescribeRegionsResponse) GoString

func (s DescribeRegionsResponse) GoString() string

func (*DescribeRegionsResponse) SetBody

func (*DescribeRegionsResponse) SetHeaders

func (*DescribeRegionsResponse) SetStatusCode

func (DescribeRegionsResponse) String

func (s DescribeRegionsResponse) String() string

type DescribeRegionsResponseBody

type DescribeRegionsResponseBody struct {
	ErrorCode *int32                                `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	Regions   []*DescribeRegionsResponseBodyRegions `json:"Regions,omitempty" xml:"Regions,omitempty" type:"Repeated"`
	RequestId *string                               `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Success   *bool                                 `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (DescribeRegionsResponseBody) GoString

func (s DescribeRegionsResponseBody) GoString() string

func (*DescribeRegionsResponseBody) SetErrorCode

func (*DescribeRegionsResponseBody) SetRegions

func (*DescribeRegionsResponseBody) SetRequestId

func (*DescribeRegionsResponseBody) SetSuccess

func (DescribeRegionsResponseBody) String

type DescribeRegionsResponseBodyRegions

type DescribeRegionsResponseBodyRegions struct {
	LocalName      *string `json:"LocalName,omitempty" xml:"LocalName,omitempty"`
	RegionEndpoint *string `json:"RegionEndpoint,omitempty" xml:"RegionEndpoint,omitempty"`
	RegionId       *string `json:"RegionId,omitempty" xml:"RegionId,omitempty"`
}

func (DescribeRegionsResponseBodyRegions) GoString

func (*DescribeRegionsResponseBodyRegions) SetLocalName

func (*DescribeRegionsResponseBodyRegions) SetRegionEndpoint

func (*DescribeRegionsResponseBodyRegions) SetRegionId

func (DescribeRegionsResponseBodyRegions) String

type DescribeRootDomainResponse

type DescribeRootDomainResponse struct {
	Headers    map[string]*string              `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                          `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DescribeRootDomainResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DescribeRootDomainResponse) GoString

func (s DescribeRootDomainResponse) GoString() string

func (*DescribeRootDomainResponse) SetBody

func (*DescribeRootDomainResponse) SetHeaders

func (*DescribeRootDomainResponse) SetStatusCode

func (DescribeRootDomainResponse) String

type DescribeRootDomainResponseBody

type DescribeRootDomainResponseBody struct {
	ErrorCode *int32  `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Result    *string `json:"Result,omitempty" xml:"Result,omitempty"`
	Success   *bool   `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (DescribeRootDomainResponseBody) GoString

func (*DescribeRootDomainResponseBody) SetErrorCode

func (*DescribeRootDomainResponseBody) SetRequestId

func (*DescribeRootDomainResponseBody) SetResult

func (*DescribeRootDomainResponseBody) SetSuccess

func (DescribeRootDomainResponseBody) String

type DescribeTasksResponse

type DescribeTasksResponse struct {
	Headers    map[string]*string         `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                     `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DescribeTasksResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DescribeTasksResponse) GoString

func (s DescribeTasksResponse) GoString() string

func (*DescribeTasksResponse) SetBody

func (*DescribeTasksResponse) SetHeaders

func (*DescribeTasksResponse) SetStatusCode

func (s *DescribeTasksResponse) SetStatusCode(v int32) *DescribeTasksResponse

func (DescribeTasksResponse) String

func (s DescribeTasksResponse) String() string

type DescribeTasksResponseBody

type DescribeTasksResponseBody struct {
	DynamicCode    *string                            `json:"DynamicCode,omitempty" xml:"DynamicCode,omitempty"`
	DynamicMessage *string                            `json:"DynamicMessage,omitempty" xml:"DynamicMessage,omitempty"`
	ErrorCode      *int32                             `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	RequestId      *string                            `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Result         []*DescribeTasksResponseBodyResult `json:"Result,omitempty" xml:"Result,omitempty" type:"Repeated"`
	Success        *bool                              `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (DescribeTasksResponseBody) GoString

func (s DescribeTasksResponseBody) GoString() string

func (*DescribeTasksResponseBody) SetDynamicCode

func (*DescribeTasksResponseBody) SetDynamicMessage

func (*DescribeTasksResponseBody) SetErrorCode

func (*DescribeTasksResponseBody) SetRequestId

func (*DescribeTasksResponseBody) SetResult

func (*DescribeTasksResponseBody) SetSuccess

func (DescribeTasksResponseBody) String

func (s DescribeTasksResponseBody) String() string

type DescribeTasksResponseBodyResult

type DescribeTasksResponseBodyResult struct {
	Action        *string `json:"Action,omitempty" xml:"Action,omitempty"`
	Handled       *bool   `json:"Handled,omitempty" xml:"Handled,omitempty"`
	OperationType *string `json:"OperationType,omitempty" xml:"OperationType,omitempty"`
	RequestTime   *int64  `json:"RequestTime,omitempty" xml:"RequestTime,omitempty"`
	ResponseTime  *string `json:"ResponseTime,omitempty" xml:"ResponseTime,omitempty"`
	Result        *string `json:"Result,omitempty" xml:"Result,omitempty"`
	Sender        *string `json:"Sender,omitempty" xml:"Sender,omitempty"`
	Target        *string `json:"Target,omitempty" xml:"Target,omitempty"`
	TaskId        *int32  `json:"TaskId,omitempty" xml:"TaskId,omitempty"`
}

func (DescribeTasksResponseBodyResult) GoString

func (*DescribeTasksResponseBodyResult) SetAction

func (*DescribeTasksResponseBodyResult) SetHandled

func (*DescribeTasksResponseBodyResult) SetOperationType

func (*DescribeTasksResponseBodyResult) SetRequestTime

func (*DescribeTasksResponseBodyResult) SetResponseTime

func (*DescribeTasksResponseBodyResult) SetResult

func (*DescribeTasksResponseBodyResult) SetSender

func (*DescribeTasksResponseBodyResult) SetTarget

func (*DescribeTasksResponseBodyResult) SetTaskId

func (DescribeTasksResponseBodyResult) String

type DownloadFabricOrganizationSDKRequest

type DownloadFabricOrganizationSDKRequest struct {
	Location       *string `json:"Location,omitempty" xml:"Location,omitempty"`
	OrganizationId *string `json:"OrganizationId,omitempty" xml:"OrganizationId,omitempty"`
	Username       *string `json:"Username,omitempty" xml:"Username,omitempty"`
}

func (DownloadFabricOrganizationSDKRequest) GoString

func (*DownloadFabricOrganizationSDKRequest) SetLocation

func (*DownloadFabricOrganizationSDKRequest) SetOrganizationId

func (*DownloadFabricOrganizationSDKRequest) SetUsername

func (DownloadFabricOrganizationSDKRequest) String

type DownloadFabricOrganizationSDKResponse

type DownloadFabricOrganizationSDKResponse struct {
	Headers    map[string]*string                         `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                                     `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DownloadFabricOrganizationSDKResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DownloadFabricOrganizationSDKResponse) GoString

func (*DownloadFabricOrganizationSDKResponse) SetHeaders

func (*DownloadFabricOrganizationSDKResponse) SetStatusCode

func (DownloadFabricOrganizationSDKResponse) String

type DownloadFabricOrganizationSDKResponseBody

type DownloadFabricOrganizationSDKResponseBody struct {
	ErrorCode *int32                                             `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	RequestId *string                                            `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Result    []*DownloadFabricOrganizationSDKResponseBodyResult `json:"Result,omitempty" xml:"Result,omitempty" type:"Repeated"`
	Success   *bool                                              `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (DownloadFabricOrganizationSDKResponseBody) GoString

func (*DownloadFabricOrganizationSDKResponseBody) SetErrorCode

func (*DownloadFabricOrganizationSDKResponseBody) SetRequestId

func (*DownloadFabricOrganizationSDKResponseBody) SetSuccess

func (DownloadFabricOrganizationSDKResponseBody) String

type DownloadFabricOrganizationSDKResponseBodyResult

type DownloadFabricOrganizationSDKResponseBodyResult struct {
	Content *string `json:"Content,omitempty" xml:"Content,omitempty"`
	Path    *string `json:"Path,omitempty" xml:"Path,omitempty"`
}

func (DownloadFabricOrganizationSDKResponseBodyResult) GoString

func (*DownloadFabricOrganizationSDKResponseBodyResult) SetContent

func (*DownloadFabricOrganizationSDKResponseBodyResult) SetPath

func (DownloadFabricOrganizationSDKResponseBodyResult) String

type FreezeAntChainAccountRequest

type FreezeAntChainAccountRequest struct {
	Account    *string `json:"Account,omitempty" xml:"Account,omitempty"`
	AntChainId *string `json:"AntChainId,omitempty" xml:"AntChainId,omitempty"`
}

func (FreezeAntChainAccountRequest) GoString

func (s FreezeAntChainAccountRequest) GoString() string

func (*FreezeAntChainAccountRequest) SetAccount

func (*FreezeAntChainAccountRequest) SetAntChainId

func (FreezeAntChainAccountRequest) String

type FreezeAntChainAccountResponse

type FreezeAntChainAccountResponse struct {
	Headers    map[string]*string                 `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                             `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *FreezeAntChainAccountResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (FreezeAntChainAccountResponse) GoString

func (*FreezeAntChainAccountResponse) SetBody

func (*FreezeAntChainAccountResponse) SetHeaders

func (*FreezeAntChainAccountResponse) SetStatusCode

func (FreezeAntChainAccountResponse) String

type FreezeAntChainAccountResponseBody

type FreezeAntChainAccountResponseBody struct {
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Result    *string `json:"Result,omitempty" xml:"Result,omitempty"`
}

func (FreezeAntChainAccountResponseBody) GoString

func (*FreezeAntChainAccountResponseBody) SetRequestId

func (*FreezeAntChainAccountResponseBody) SetResult

func (FreezeAntChainAccountResponseBody) String

type InstallFabricChaincodePackageRequest

type InstallFabricChaincodePackageRequest struct {
	ChaincodePackageId *string `json:"ChaincodePackageId,omitempty" xml:"ChaincodePackageId,omitempty"`
	Location           *string `json:"Location,omitempty" xml:"Location,omitempty"`
	OrganizationId     *string `json:"OrganizationId,omitempty" xml:"OrganizationId,omitempty"`
}

func (InstallFabricChaincodePackageRequest) GoString

func (*InstallFabricChaincodePackageRequest) SetChaincodePackageId

func (*InstallFabricChaincodePackageRequest) SetLocation

func (*InstallFabricChaincodePackageRequest) SetOrganizationId

func (InstallFabricChaincodePackageRequest) String

type InstallFabricChaincodePackageResponse

type InstallFabricChaincodePackageResponse struct {
	Headers    map[string]*string                         `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                                     `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *InstallFabricChaincodePackageResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (InstallFabricChaincodePackageResponse) GoString

func (*InstallFabricChaincodePackageResponse) SetHeaders

func (*InstallFabricChaincodePackageResponse) SetStatusCode

func (InstallFabricChaincodePackageResponse) String

type InstallFabricChaincodePackageResponseBody

type InstallFabricChaincodePackageResponseBody struct {
	ErrorCode *int32            `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	Message   *string           `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId *string           `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Result    *ChaincodePackage `json:"Result,omitempty" xml:"Result,omitempty"`
	Success   *bool             `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (InstallFabricChaincodePackageResponseBody) GoString

func (*InstallFabricChaincodePackageResponseBody) SetErrorCode

func (*InstallFabricChaincodePackageResponseBody) SetMessage

func (*InstallFabricChaincodePackageResponseBody) SetRequestId

func (*InstallFabricChaincodePackageResponseBody) SetResult

func (*InstallFabricChaincodePackageResponseBody) SetSuccess

func (InstallFabricChaincodePackageResponseBody) String

type InstallFabricChaincodeRequest

type InstallFabricChaincodeRequest struct {
	ChaincodeId    *string `json:"ChaincodeId,omitempty" xml:"ChaincodeId,omitempty"`
	Location       *string `json:"Location,omitempty" xml:"Location,omitempty"`
	OrganizationId *string `json:"OrganizationId,omitempty" xml:"OrganizationId,omitempty"`
}

func (InstallFabricChaincodeRequest) GoString

func (*InstallFabricChaincodeRequest) SetChaincodeId

func (*InstallFabricChaincodeRequest) SetLocation

func (*InstallFabricChaincodeRequest) SetOrganizationId

func (InstallFabricChaincodeRequest) String

type InstallFabricChaincodeResponse

type InstallFabricChaincodeResponse struct {
	Headers    map[string]*string                  `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                              `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *InstallFabricChaincodeResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (InstallFabricChaincodeResponse) GoString

func (*InstallFabricChaincodeResponse) SetHeaders

func (*InstallFabricChaincodeResponse) SetStatusCode

func (InstallFabricChaincodeResponse) String

type InstallFabricChaincodeResponseBody

type InstallFabricChaincodeResponseBody struct {
	ErrorCode *int32                                    `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	RequestId *string                                   `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Result    *InstallFabricChaincodeResponseBodyResult `json:"Result,omitempty" xml:"Result,omitempty" type:"Struct"`
	Success   *bool                                     `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (InstallFabricChaincodeResponseBody) GoString

func (*InstallFabricChaincodeResponseBody) SetErrorCode

func (*InstallFabricChaincodeResponseBody) SetRequestId

func (*InstallFabricChaincodeResponseBody) SetSuccess

func (InstallFabricChaincodeResponseBody) String

type InstallFabricChaincodeResponseBodyResult

type InstallFabricChaincodeResponseBodyResult struct {
	ChaincodeId      *string `json:"ChaincodeId,omitempty" xml:"ChaincodeId,omitempty"`
	ChaincodeName    *string `json:"ChaincodeName,omitempty" xml:"ChaincodeName,omitempty"`
	ChaincodeVersion *string `json:"ChaincodeVersion,omitempty" xml:"ChaincodeVersion,omitempty"`
	ChannelName      *string `json:"ChannelName,omitempty" xml:"ChannelName,omitempty"`
	ConsortiumId     *string `json:"ConsortiumId,omitempty" xml:"ConsortiumId,omitempty"`
	CreateTime       *string `json:"CreateTime,omitempty" xml:"CreateTime,omitempty"`
	DeployTime       *string `json:"DeployTime,omitempty" xml:"DeployTime,omitempty"`
	EndorsePolicy    *string `json:"EndorsePolicy,omitempty" xml:"EndorsePolicy,omitempty"`
	Input            *string `json:"Input,omitempty" xml:"Input,omitempty"`
	Install          *bool   `json:"Install,omitempty" xml:"Install,omitempty"`
	Message          *string `json:"Message,omitempty" xml:"Message,omitempty"`
	Path             *string `json:"Path,omitempty" xml:"Path,omitempty"`
	ProviderId       *string `json:"ProviderId,omitempty" xml:"ProviderId,omitempty"`
	ProviderName     *string `json:"ProviderName,omitempty" xml:"ProviderName,omitempty"`
	State            *string `json:"State,omitempty" xml:"State,omitempty"`
	Type             *int32  `json:"Type,omitempty" xml:"Type,omitempty"`
}

func (InstallFabricChaincodeResponseBodyResult) GoString

func (*InstallFabricChaincodeResponseBodyResult) SetChaincodeId

func (*InstallFabricChaincodeResponseBodyResult) SetChaincodeName

func (*InstallFabricChaincodeResponseBodyResult) SetChaincodeVersion

func (*InstallFabricChaincodeResponseBodyResult) SetChannelName

func (*InstallFabricChaincodeResponseBodyResult) SetConsortiumId

func (*InstallFabricChaincodeResponseBodyResult) SetCreateTime

func (*InstallFabricChaincodeResponseBodyResult) SetDeployTime

func (*InstallFabricChaincodeResponseBodyResult) SetEndorsePolicy

func (*InstallFabricChaincodeResponseBodyResult) SetInput

func (*InstallFabricChaincodeResponseBodyResult) SetInstall

func (*InstallFabricChaincodeResponseBodyResult) SetMessage

func (*InstallFabricChaincodeResponseBodyResult) SetPath

func (*InstallFabricChaincodeResponseBodyResult) SetProviderId

func (*InstallFabricChaincodeResponseBodyResult) SetProviderName

func (*InstallFabricChaincodeResponseBodyResult) SetState

func (*InstallFabricChaincodeResponseBodyResult) SetType

func (InstallFabricChaincodeResponseBodyResult) String

type InstantiateFabricChaincodeRequest

type InstantiateFabricChaincodeRequest struct {
	ChaincodeId      *string `json:"ChaincodeId,omitempty" xml:"ChaincodeId,omitempty"`
	CollectionConfig *string `json:"CollectionConfig,omitempty" xml:"CollectionConfig,omitempty"`
	EndorsePolicy    *string `json:"EndorsePolicy,omitempty" xml:"EndorsePolicy,omitempty"`
	Location         *string `json:"Location,omitempty" xml:"Location,omitempty"`
	OrganizationId   *string `json:"OrganizationId,omitempty" xml:"OrganizationId,omitempty"`
}

func (InstantiateFabricChaincodeRequest) GoString

func (*InstantiateFabricChaincodeRequest) SetChaincodeId

func (*InstantiateFabricChaincodeRequest) SetCollectionConfig

func (*InstantiateFabricChaincodeRequest) SetEndorsePolicy

func (*InstantiateFabricChaincodeRequest) SetLocation

func (*InstantiateFabricChaincodeRequest) SetOrganizationId

func (InstantiateFabricChaincodeRequest) String

type InstantiateFabricChaincodeResponse

type InstantiateFabricChaincodeResponse struct {
	Headers    map[string]*string                      `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                                  `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *InstantiateFabricChaincodeResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (InstantiateFabricChaincodeResponse) GoString

func (*InstantiateFabricChaincodeResponse) SetHeaders

func (*InstantiateFabricChaincodeResponse) SetStatusCode

func (InstantiateFabricChaincodeResponse) String

type InstantiateFabricChaincodeResponseBody

type InstantiateFabricChaincodeResponseBody struct {
	ErrorCode *int32                                        `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	RequestId *string                                       `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Result    *InstantiateFabricChaincodeResponseBodyResult `json:"Result,omitempty" xml:"Result,omitempty" type:"Struct"`
	Success   *bool                                         `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (InstantiateFabricChaincodeResponseBody) GoString

func (*InstantiateFabricChaincodeResponseBody) SetErrorCode

func (*InstantiateFabricChaincodeResponseBody) SetRequestId

func (*InstantiateFabricChaincodeResponseBody) SetSuccess

func (InstantiateFabricChaincodeResponseBody) String

type InstantiateFabricChaincodeResponseBodyResult

type InstantiateFabricChaincodeResponseBodyResult struct {
	ChaincodeId      *string `json:"ChaincodeId,omitempty" xml:"ChaincodeId,omitempty"`
	ChaincodeName    *string `json:"ChaincodeName,omitempty" xml:"ChaincodeName,omitempty"`
	ChaincodeVersion *string `json:"ChaincodeVersion,omitempty" xml:"ChaincodeVersion,omitempty"`
	ChannelName      *string `json:"ChannelName,omitempty" xml:"ChannelName,omitempty"`
	ConsortiumId     *string `json:"ConsortiumId,omitempty" xml:"ConsortiumId,omitempty"`
	CreateTime       *string `json:"CreateTime,omitempty" xml:"CreateTime,omitempty"`
	DeployTime       *string `json:"DeployTime,omitempty" xml:"DeployTime,omitempty"`
	EndorsePolicy    *string `json:"EndorsePolicy,omitempty" xml:"EndorsePolicy,omitempty"`
	Input            *string `json:"Input,omitempty" xml:"Input,omitempty"`
	Install          *bool   `json:"Install,omitempty" xml:"Install,omitempty"`
	Message          *string `json:"Message,omitempty" xml:"Message,omitempty"`
	Path             *string `json:"Path,omitempty" xml:"Path,omitempty"`
	ProviderId       *string `json:"ProviderId,omitempty" xml:"ProviderId,omitempty"`
	ProviderName     *string `json:"ProviderName,omitempty" xml:"ProviderName,omitempty"`
	State            *string `json:"State,omitempty" xml:"State,omitempty"`
	Type             *int32  `json:"Type,omitempty" xml:"Type,omitempty"`
}

func (InstantiateFabricChaincodeResponseBodyResult) GoString

func (*InstantiateFabricChaincodeResponseBodyResult) SetChaincodeId

func (*InstantiateFabricChaincodeResponseBodyResult) SetChaincodeName

func (*InstantiateFabricChaincodeResponseBodyResult) SetChaincodeVersion

func (*InstantiateFabricChaincodeResponseBodyResult) SetChannelName

func (*InstantiateFabricChaincodeResponseBodyResult) SetConsortiumId

func (*InstantiateFabricChaincodeResponseBodyResult) SetCreateTime

func (*InstantiateFabricChaincodeResponseBodyResult) SetDeployTime

func (*InstantiateFabricChaincodeResponseBodyResult) SetEndorsePolicy

func (*InstantiateFabricChaincodeResponseBodyResult) SetInput

func (*InstantiateFabricChaincodeResponseBodyResult) SetInstall

func (*InstantiateFabricChaincodeResponseBodyResult) SetMessage

func (*InstantiateFabricChaincodeResponseBodyResult) SetPath

func (*InstantiateFabricChaincodeResponseBodyResult) SetProviderId

func (*InstantiateFabricChaincodeResponseBodyResult) SetProviderName

func (*InstantiateFabricChaincodeResponseBodyResult) SetState

func (*InstantiateFabricChaincodeResponseBodyResult) SetType

func (InstantiateFabricChaincodeResponseBodyResult) String

type JoinFabricChannelRequest

type JoinFabricChannelRequest struct {
	ChannelId *string `json:"ChannelId,omitempty" xml:"ChannelId,omitempty"`
	Do        *string `json:"Do,omitempty" xml:"Do,omitempty"`
	Location  *string `json:"Location,omitempty" xml:"Location,omitempty"`
}

func (JoinFabricChannelRequest) GoString

func (s JoinFabricChannelRequest) GoString() string

func (*JoinFabricChannelRequest) SetChannelId

func (*JoinFabricChannelRequest) SetDo

func (*JoinFabricChannelRequest) SetLocation

func (JoinFabricChannelRequest) String

func (s JoinFabricChannelRequest) String() string

type JoinFabricChannelResponse

type JoinFabricChannelResponse struct {
	Headers    map[string]*string             `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                         `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *JoinFabricChannelResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (JoinFabricChannelResponse) GoString

func (s JoinFabricChannelResponse) GoString() string

func (*JoinFabricChannelResponse) SetBody

func (*JoinFabricChannelResponse) SetHeaders

func (*JoinFabricChannelResponse) SetStatusCode

func (JoinFabricChannelResponse) String

func (s JoinFabricChannelResponse) String() string

type JoinFabricChannelResponseBody

type JoinFabricChannelResponseBody struct {
	ErrorCode *int32                                 `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	RequestId *string                                `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Result    []*JoinFabricChannelResponseBodyResult `json:"Result,omitempty" xml:"Result,omitempty" type:"Repeated"`
	Success   *bool                                  `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (JoinFabricChannelResponseBody) GoString

func (*JoinFabricChannelResponseBody) SetErrorCode

func (*JoinFabricChannelResponseBody) SetRequestId

func (*JoinFabricChannelResponseBody) SetResult

func (*JoinFabricChannelResponseBody) SetSuccess

func (JoinFabricChannelResponseBody) String

type JoinFabricChannelResponseBodyResult

type JoinFabricChannelResponseBodyResult struct {
	AcceptTime     *string `json:"AcceptTime,omitempty" xml:"AcceptTime,omitempty"`
	ApproveTime    *string `json:"ApproveTime,omitempty" xml:"ApproveTime,omitempty"`
	ChannelId      *string `json:"ChannelId,omitempty" xml:"ChannelId,omitempty"`
	ConfirmTime    *string `json:"ConfirmTime,omitempty" xml:"ConfirmTime,omitempty"`
	DestroyTime    *string `json:"DestroyTime,omitempty" xml:"DestroyTime,omitempty"`
	InviteTime     *string `json:"InviteTime,omitempty" xml:"InviteTime,omitempty"`
	OrganizationId *string `json:"OrganizationId,omitempty" xml:"OrganizationId,omitempty"`
	State          *string `json:"State,omitempty" xml:"State,omitempty"`
	WithPeer       *bool   `json:"WithPeer,omitempty" xml:"WithPeer,omitempty"`
}

func (JoinFabricChannelResponseBodyResult) GoString

func (*JoinFabricChannelResponseBodyResult) SetAcceptTime

func (*JoinFabricChannelResponseBodyResult) SetApproveTime

func (*JoinFabricChannelResponseBodyResult) SetChannelId

func (*JoinFabricChannelResponseBodyResult) SetConfirmTime

func (*JoinFabricChannelResponseBodyResult) SetDestroyTime

func (*JoinFabricChannelResponseBodyResult) SetInviteTime

func (*JoinFabricChannelResponseBodyResult) SetOrganizationId

func (*JoinFabricChannelResponseBodyResult) SetState

func (*JoinFabricChannelResponseBodyResult) SetWithPeer

func (JoinFabricChannelResponseBodyResult) String

type ListTagResourcesRequest

type ListTagResourcesRequest struct {
	NextToken    *string                       `json:"NextToken,omitempty" xml:"NextToken,omitempty"`
	ResourceId   []*string                     `json:"ResourceId,omitempty" xml:"ResourceId,omitempty" type:"Repeated"`
	ResourceType *string                       `json:"ResourceType,omitempty" xml:"ResourceType,omitempty"`
	Tag          []*ListTagResourcesRequestTag `json:"Tag,omitempty" xml:"Tag,omitempty" type:"Repeated"`
}

func (ListTagResourcesRequest) GoString

func (s ListTagResourcesRequest) GoString() string

func (*ListTagResourcesRequest) SetNextToken

func (*ListTagResourcesRequest) SetResourceId

func (s *ListTagResourcesRequest) SetResourceId(v []*string) *ListTagResourcesRequest

func (*ListTagResourcesRequest) SetResourceType

func (*ListTagResourcesRequest) SetTag

func (ListTagResourcesRequest) String

func (s ListTagResourcesRequest) String() string

type ListTagResourcesRequestTag

type ListTagResourcesRequestTag struct {
	Key   *string `json:"Key,omitempty" xml:"Key,omitempty"`
	Value *string `json:"Value,omitempty" xml:"Value,omitempty"`
}

func (ListTagResourcesRequestTag) GoString

func (s ListTagResourcesRequestTag) GoString() string

func (*ListTagResourcesRequestTag) SetKey

func (*ListTagResourcesRequestTag) SetValue

func (ListTagResourcesRequestTag) String

type ListTagResourcesResponse

type ListTagResourcesResponse struct {
	Headers    map[string]*string            `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                        `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ListTagResourcesResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ListTagResourcesResponse) GoString

func (s ListTagResourcesResponse) GoString() string

func (*ListTagResourcesResponse) SetBody

func (*ListTagResourcesResponse) SetHeaders

func (*ListTagResourcesResponse) SetStatusCode

func (ListTagResourcesResponse) String

func (s ListTagResourcesResponse) String() string

type ListTagResourcesResponseBody

type ListTagResourcesResponseBody struct {
	NextToken    *string                                     `json:"NextToken,omitempty" xml:"NextToken,omitempty"`
	RequestId    *string                                     `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	TagResources []*ListTagResourcesResponseBodyTagResources `json:"TagResources,omitempty" xml:"TagResources,omitempty" type:"Repeated"`
}

func (ListTagResourcesResponseBody) GoString

func (s ListTagResourcesResponseBody) GoString() string

func (*ListTagResourcesResponseBody) SetNextToken

func (*ListTagResourcesResponseBody) SetRequestId

func (*ListTagResourcesResponseBody) SetTagResources

func (ListTagResourcesResponseBody) String

type ListTagResourcesResponseBodyTagResources

type ListTagResourcesResponseBodyTagResources struct {
	ResourceId   *string `json:"ResourceId,omitempty" xml:"ResourceId,omitempty"`
	ResourceType *string `json:"ResourceType,omitempty" xml:"ResourceType,omitempty"`
	TagKey       *string `json:"TagKey,omitempty" xml:"TagKey,omitempty"`
	TagValue     *string `json:"TagValue,omitempty" xml:"TagValue,omitempty"`
}

func (ListTagResourcesResponseBodyTagResources) GoString

func (*ListTagResourcesResponseBodyTagResources) SetResourceId

func (*ListTagResourcesResponseBodyTagResources) SetResourceType

func (*ListTagResourcesResponseBodyTagResources) SetTagKey

func (*ListTagResourcesResponseBodyTagResources) SetTagValue

func (ListTagResourcesResponseBodyTagResources) String

type ResetAntChainCertificateRequest

type ResetAntChainCertificateRequest struct {
	AntChainId *string `json:"AntChainId,omitempty" xml:"AntChainId,omitempty"`
}

func (ResetAntChainCertificateRequest) GoString

func (*ResetAntChainCertificateRequest) SetAntChainId

func (ResetAntChainCertificateRequest) String

type ResetAntChainCertificateResponse

type ResetAntChainCertificateResponse struct {
	Headers    map[string]*string                    `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                                `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ResetAntChainCertificateResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ResetAntChainCertificateResponse) GoString

func (*ResetAntChainCertificateResponse) SetHeaders

func (*ResetAntChainCertificateResponse) SetStatusCode

func (ResetAntChainCertificateResponse) String

type ResetAntChainCertificateResponseBody

type ResetAntChainCertificateResponseBody struct {
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Result    *string `json:"Result,omitempty" xml:"Result,omitempty"`
}

func (ResetAntChainCertificateResponseBody) GoString

func (*ResetAntChainCertificateResponseBody) SetRequestId

func (*ResetAntChainCertificateResponseBody) SetResult

func (ResetAntChainCertificateResponseBody) String

type ResetAntChainUserCertificateRequest

type ResetAntChainUserCertificateRequest struct {
	AntChainId *string `json:"AntChainId,omitempty" xml:"AntChainId,omitempty"`
	Username   *string `json:"Username,omitempty" xml:"Username,omitempty"`
}

func (ResetAntChainUserCertificateRequest) GoString

func (*ResetAntChainUserCertificateRequest) SetAntChainId

func (*ResetAntChainUserCertificateRequest) SetUsername

func (ResetAntChainUserCertificateRequest) String

type ResetAntChainUserCertificateResponse

type ResetAntChainUserCertificateResponse struct {
	Headers    map[string]*string                        `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                                    `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ResetAntChainUserCertificateResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ResetAntChainUserCertificateResponse) GoString

func (*ResetAntChainUserCertificateResponse) SetHeaders

func (*ResetAntChainUserCertificateResponse) SetStatusCode

func (ResetAntChainUserCertificateResponse) String

type ResetAntChainUserCertificateResponseBody

type ResetAntChainUserCertificateResponseBody struct {
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Result    *string `json:"Result,omitempty" xml:"Result,omitempty"`
}

func (ResetAntChainUserCertificateResponseBody) GoString

func (*ResetAntChainUserCertificateResponseBody) SetRequestId

func (*ResetAntChainUserCertificateResponseBody) SetResult

func (ResetAntChainUserCertificateResponseBody) String

type ResetFabricOrganizationUserPasswordRequest

type ResetFabricOrganizationUserPasswordRequest struct {
	Location       *string `json:"Location,omitempty" xml:"Location,omitempty"`
	OrganizationId *string `json:"OrganizationId,omitempty" xml:"OrganizationId,omitempty"`
	Password       *string `json:"Password,omitempty" xml:"Password,omitempty"`
	Username       *string `json:"Username,omitempty" xml:"Username,omitempty"`
}

func (ResetFabricOrganizationUserPasswordRequest) GoString

func (*ResetFabricOrganizationUserPasswordRequest) SetLocation

func (*ResetFabricOrganizationUserPasswordRequest) SetOrganizationId

func (*ResetFabricOrganizationUserPasswordRequest) SetPassword

func (*ResetFabricOrganizationUserPasswordRequest) SetUsername

func (ResetFabricOrganizationUserPasswordRequest) String

type ResetFabricOrganizationUserPasswordResponse

type ResetFabricOrganizationUserPasswordResponse struct {
	Headers    map[string]*string                               `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                                           `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ResetFabricOrganizationUserPasswordResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ResetFabricOrganizationUserPasswordResponse) GoString

func (*ResetFabricOrganizationUserPasswordResponse) SetHeaders

func (*ResetFabricOrganizationUserPasswordResponse) SetStatusCode

func (ResetFabricOrganizationUserPasswordResponse) String

type ResetFabricOrganizationUserPasswordResponseBody

type ResetFabricOrganizationUserPasswordResponseBody struct {
	ErrorCode *int32                                                 `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	RequestId *string                                                `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Result    *ResetFabricOrganizationUserPasswordResponseBodyResult `json:"Result,omitempty" xml:"Result,omitempty" type:"Struct"`
	Success   *bool                                                  `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (ResetFabricOrganizationUserPasswordResponseBody) GoString

func (*ResetFabricOrganizationUserPasswordResponseBody) SetErrorCode

func (*ResetFabricOrganizationUserPasswordResponseBody) SetRequestId

func (*ResetFabricOrganizationUserPasswordResponseBody) SetSuccess

func (ResetFabricOrganizationUserPasswordResponseBody) String

type ResetFabricOrganizationUserPasswordResponseBodyResult

type ResetFabricOrganizationUserPasswordResponseBodyResult struct {
	CreateTime     *string `json:"CreateTime,omitempty" xml:"CreateTime,omitempty"`
	ExpireTime     *string `json:"ExpireTime,omitempty" xml:"ExpireTime,omitempty"`
	Fullname       *string `json:"Fullname,omitempty" xml:"Fullname,omitempty"`
	OrganizationId *string `json:"OrganizationId,omitempty" xml:"OrganizationId,omitempty"`
	Password       *string `json:"Password,omitempty" xml:"Password,omitempty"`
	Username       *string `json:"Username,omitempty" xml:"Username,omitempty"`
}

func (ResetFabricOrganizationUserPasswordResponseBodyResult) GoString

func (*ResetFabricOrganizationUserPasswordResponseBodyResult) SetCreateTime

func (*ResetFabricOrganizationUserPasswordResponseBodyResult) SetExpireTime

func (*ResetFabricOrganizationUserPasswordResponseBodyResult) SetFullname

func (*ResetFabricOrganizationUserPasswordResponseBodyResult) SetOrganizationId

func (*ResetFabricOrganizationUserPasswordResponseBodyResult) SetPassword

func (*ResetFabricOrganizationUserPasswordResponseBodyResult) SetUsername

func (ResetFabricOrganizationUserPasswordResponseBodyResult) String

type SubmitFabricChaincodeDefinitionRequest

type SubmitFabricChaincodeDefinitionRequest struct {
	ChaincodePackageId *string `json:"ChaincodePackageId,omitempty" xml:"ChaincodePackageId,omitempty"`
	ChaincodeVersion   *string `json:"ChaincodeVersion,omitempty" xml:"ChaincodeVersion,omitempty"`
	ChannelId          *string `json:"ChannelId,omitempty" xml:"ChannelId,omitempty"`
	CollectionConfig   *string `json:"CollectionConfig,omitempty" xml:"CollectionConfig,omitempty"`
	EndorsePolicy      *string `json:"EndorsePolicy,omitempty" xml:"EndorsePolicy,omitempty"`
	InitRequired       *bool   `json:"InitRequired,omitempty" xml:"InitRequired,omitempty"`
	Location           *string `json:"Location,omitempty" xml:"Location,omitempty"`
	Name               *string `json:"Name,omitempty" xml:"Name,omitempty"`
	OrganizationId     *string `json:"OrganizationId,omitempty" xml:"OrganizationId,omitempty"`
}

func (SubmitFabricChaincodeDefinitionRequest) GoString

func (*SubmitFabricChaincodeDefinitionRequest) SetChaincodePackageId

func (*SubmitFabricChaincodeDefinitionRequest) SetChaincodeVersion

func (*SubmitFabricChaincodeDefinitionRequest) SetChannelId

func (*SubmitFabricChaincodeDefinitionRequest) SetCollectionConfig

func (*SubmitFabricChaincodeDefinitionRequest) SetEndorsePolicy

func (*SubmitFabricChaincodeDefinitionRequest) SetInitRequired

func (*SubmitFabricChaincodeDefinitionRequest) SetLocation

func (*SubmitFabricChaincodeDefinitionRequest) SetName

func (*SubmitFabricChaincodeDefinitionRequest) SetOrganizationId

func (SubmitFabricChaincodeDefinitionRequest) String

type SubmitFabricChaincodeDefinitionResponse

type SubmitFabricChaincodeDefinitionResponse struct {
	Headers    map[string]*string                           `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                                       `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *SubmitFabricChaincodeDefinitionResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (SubmitFabricChaincodeDefinitionResponse) GoString

func (*SubmitFabricChaincodeDefinitionResponse) SetHeaders

func (*SubmitFabricChaincodeDefinitionResponse) SetStatusCode

func (SubmitFabricChaincodeDefinitionResponse) String

type SubmitFabricChaincodeDefinitionResponseBody

type SubmitFabricChaincodeDefinitionResponseBody struct {
	ErrorCode *int32       `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	Message   *string      `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId *string      `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Result    *ChaincodeVO `json:"Result,omitempty" xml:"Result,omitempty"`
	Success   *bool        `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (SubmitFabricChaincodeDefinitionResponseBody) GoString

func (*SubmitFabricChaincodeDefinitionResponseBody) SetErrorCode

func (*SubmitFabricChaincodeDefinitionResponseBody) SetMessage

func (*SubmitFabricChaincodeDefinitionResponseBody) SetRequestId

func (*SubmitFabricChaincodeDefinitionResponseBody) SetResult

func (*SubmitFabricChaincodeDefinitionResponseBody) SetSuccess

func (SubmitFabricChaincodeDefinitionResponseBody) String

type SynchronizeFabricChaincodeRequest

type SynchronizeFabricChaincodeRequest struct {
	ChaincodeId    *string `json:"ChaincodeId,omitempty" xml:"ChaincodeId,omitempty"`
	OrganizationId *string `json:"OrganizationId,omitempty" xml:"OrganizationId,omitempty"`
}

func (SynchronizeFabricChaincodeRequest) GoString

func (*SynchronizeFabricChaincodeRequest) SetChaincodeId

func (*SynchronizeFabricChaincodeRequest) SetOrganizationId

func (SynchronizeFabricChaincodeRequest) String

type SynchronizeFabricChaincodeResponse

type SynchronizeFabricChaincodeResponse struct {
	Headers    map[string]*string                      `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                                  `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *SynchronizeFabricChaincodeResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (SynchronizeFabricChaincodeResponse) GoString

func (*SynchronizeFabricChaincodeResponse) SetHeaders

func (*SynchronizeFabricChaincodeResponse) SetStatusCode

func (SynchronizeFabricChaincodeResponse) String

type SynchronizeFabricChaincodeResponseBody

type SynchronizeFabricChaincodeResponseBody struct {
	ErrorCode *int32                                        `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	RequestId *string                                       `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Result    *SynchronizeFabricChaincodeResponseBodyResult `json:"Result,omitempty" xml:"Result,omitempty" type:"Struct"`
	Success   *bool                                         `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (SynchronizeFabricChaincodeResponseBody) GoString

func (*SynchronizeFabricChaincodeResponseBody) SetErrorCode

func (*SynchronizeFabricChaincodeResponseBody) SetRequestId

func (*SynchronizeFabricChaincodeResponseBody) SetSuccess

func (SynchronizeFabricChaincodeResponseBody) String

type SynchronizeFabricChaincodeResponseBodyResult

type SynchronizeFabricChaincodeResponseBodyResult struct {
	ChaincodeId      *string `json:"ChaincodeId,omitempty" xml:"ChaincodeId,omitempty"`
	ChaincodeName    *string `json:"ChaincodeName,omitempty" xml:"ChaincodeName,omitempty"`
	ChaincodeVersion *string `json:"ChaincodeVersion,omitempty" xml:"ChaincodeVersion,omitempty"`
	ChannelName      *string `json:"ChannelName,omitempty" xml:"ChannelName,omitempty"`
	ConsortiumId     *string `json:"ConsortiumId,omitempty" xml:"ConsortiumId,omitempty"`
	CreateTime       *string `json:"CreateTime,omitempty" xml:"CreateTime,omitempty"`
	DeployTime       *string `json:"DeployTime,omitempty" xml:"DeployTime,omitempty"`
	EndorsePolicy    *string `json:"EndorsePolicy,omitempty" xml:"EndorsePolicy,omitempty"`
	Input            *string `json:"Input,omitempty" xml:"Input,omitempty"`
	Install          *bool   `json:"Install,omitempty" xml:"Install,omitempty"`
	Message          *string `json:"Message,omitempty" xml:"Message,omitempty"`
	Path             *string `json:"Path,omitempty" xml:"Path,omitempty"`
	ProviderId       *string `json:"ProviderId,omitempty" xml:"ProviderId,omitempty"`
	ProviderName     *string `json:"ProviderName,omitempty" xml:"ProviderName,omitempty"`
	State            *string `json:"State,omitempty" xml:"State,omitempty"`
	Type             *int32  `json:"Type,omitempty" xml:"Type,omitempty"`
}

func (SynchronizeFabricChaincodeResponseBodyResult) GoString

func (*SynchronizeFabricChaincodeResponseBodyResult) SetChaincodeId

func (*SynchronizeFabricChaincodeResponseBodyResult) SetChaincodeName

func (*SynchronizeFabricChaincodeResponseBodyResult) SetChaincodeVersion

func (*SynchronizeFabricChaincodeResponseBodyResult) SetChannelName

func (*SynchronizeFabricChaincodeResponseBodyResult) SetConsortiumId

func (*SynchronizeFabricChaincodeResponseBodyResult) SetCreateTime

func (*SynchronizeFabricChaincodeResponseBodyResult) SetDeployTime

func (*SynchronizeFabricChaincodeResponseBodyResult) SetEndorsePolicy

func (*SynchronizeFabricChaincodeResponseBodyResult) SetInput

func (*SynchronizeFabricChaincodeResponseBodyResult) SetInstall

func (*SynchronizeFabricChaincodeResponseBodyResult) SetMessage

func (*SynchronizeFabricChaincodeResponseBodyResult) SetPath

func (*SynchronizeFabricChaincodeResponseBodyResult) SetProviderId

func (*SynchronizeFabricChaincodeResponseBodyResult) SetProviderName

func (*SynchronizeFabricChaincodeResponseBodyResult) SetState

func (*SynchronizeFabricChaincodeResponseBodyResult) SetType

func (SynchronizeFabricChaincodeResponseBodyResult) String

type TagResourcesRequest

type TagResourcesRequest struct {
	ResourceId   []*string                 `json:"ResourceId,omitempty" xml:"ResourceId,omitempty" type:"Repeated"`
	ResourceType *string                   `json:"ResourceType,omitempty" xml:"ResourceType,omitempty"`
	Tag          []*TagResourcesRequestTag `json:"Tag,omitempty" xml:"Tag,omitempty" type:"Repeated"`
}

func (TagResourcesRequest) GoString

func (s TagResourcesRequest) GoString() string

func (*TagResourcesRequest) SetResourceId

func (s *TagResourcesRequest) SetResourceId(v []*string) *TagResourcesRequest

func (*TagResourcesRequest) SetResourceType

func (s *TagResourcesRequest) SetResourceType(v string) *TagResourcesRequest

func (*TagResourcesRequest) SetTag

func (TagResourcesRequest) String

func (s TagResourcesRequest) String() string

type TagResourcesRequestTag

type TagResourcesRequestTag struct {
	Key   *string `json:"Key,omitempty" xml:"Key,omitempty"`
	Value *string `json:"Value,omitempty" xml:"Value,omitempty"`
}

func (TagResourcesRequestTag) GoString

func (s TagResourcesRequestTag) GoString() string

func (*TagResourcesRequestTag) SetKey

func (*TagResourcesRequestTag) SetValue

func (TagResourcesRequestTag) String

func (s TagResourcesRequestTag) String() string

type TagResourcesResponse

type TagResourcesResponse struct {
	Headers    map[string]*string        `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                    `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *TagResourcesResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (TagResourcesResponse) GoString

func (s TagResourcesResponse) GoString() string

func (*TagResourcesResponse) SetBody

func (*TagResourcesResponse) SetHeaders

func (s *TagResourcesResponse) SetHeaders(v map[string]*string) *TagResourcesResponse

func (*TagResourcesResponse) SetStatusCode

func (s *TagResourcesResponse) SetStatusCode(v int32) *TagResourcesResponse

func (TagResourcesResponse) String

func (s TagResourcesResponse) String() string

type TagResourcesResponseBody

type TagResourcesResponseBody struct {
	ErrorCode *int32  `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Result    *bool   `json:"Result,omitempty" xml:"Result,omitempty"`
	Success   *bool   `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (TagResourcesResponseBody) GoString

func (s TagResourcesResponseBody) GoString() string

func (*TagResourcesResponseBody) SetErrorCode

func (*TagResourcesResponseBody) SetRequestId

func (*TagResourcesResponseBody) SetResult

func (*TagResourcesResponseBody) SetSuccess

func (TagResourcesResponseBody) String

func (s TagResourcesResponseBody) String() string

type UnfreezeAntChainAccountRequest

type UnfreezeAntChainAccountRequest struct {
	Account    *string `json:"Account,omitempty" xml:"Account,omitempty"`
	AntChainId *string `json:"AntChainId,omitempty" xml:"AntChainId,omitempty"`
}

func (UnfreezeAntChainAccountRequest) GoString

func (*UnfreezeAntChainAccountRequest) SetAccount

func (*UnfreezeAntChainAccountRequest) SetAntChainId

func (UnfreezeAntChainAccountRequest) String

type UnfreezeAntChainAccountResponse

type UnfreezeAntChainAccountResponse struct {
	Headers    map[string]*string                   `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                               `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *UnfreezeAntChainAccountResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (UnfreezeAntChainAccountResponse) GoString

func (*UnfreezeAntChainAccountResponse) SetHeaders

func (*UnfreezeAntChainAccountResponse) SetStatusCode

func (UnfreezeAntChainAccountResponse) String

type UnfreezeAntChainAccountResponseBody

type UnfreezeAntChainAccountResponseBody struct {
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Result    *string `json:"Result,omitempty" xml:"Result,omitempty"`
}

func (UnfreezeAntChainAccountResponseBody) GoString

func (*UnfreezeAntChainAccountResponseBody) SetRequestId

func (*UnfreezeAntChainAccountResponseBody) SetResult

func (UnfreezeAntChainAccountResponseBody) String

type UntagResourcesRequest

type UntagResourcesRequest struct {
	All          *bool     `json:"All,omitempty" xml:"All,omitempty"`
	ResourceId   []*string `json:"ResourceId,omitempty" xml:"ResourceId,omitempty" type:"Repeated"`
	ResourceType *string   `json:"ResourceType,omitempty" xml:"ResourceType,omitempty"`
	TagKey       []*string `json:"TagKey,omitempty" xml:"TagKey,omitempty" type:"Repeated"`
}

func (UntagResourcesRequest) GoString

func (s UntagResourcesRequest) GoString() string

func (*UntagResourcesRequest) SetAll

func (*UntagResourcesRequest) SetResourceId

func (s *UntagResourcesRequest) SetResourceId(v []*string) *UntagResourcesRequest

func (*UntagResourcesRequest) SetResourceType

func (s *UntagResourcesRequest) SetResourceType(v string) *UntagResourcesRequest

func (*UntagResourcesRequest) SetTagKey

func (UntagResourcesRequest) String

func (s UntagResourcesRequest) String() string

type UntagResourcesResponse

type UntagResourcesResponse struct {
	Headers    map[string]*string          `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                      `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *UntagResourcesResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (UntagResourcesResponse) GoString

func (s UntagResourcesResponse) GoString() string

func (*UntagResourcesResponse) SetBody

func (*UntagResourcesResponse) SetHeaders

func (*UntagResourcesResponse) SetStatusCode

func (UntagResourcesResponse) String

func (s UntagResourcesResponse) String() string

type UntagResourcesResponseBody

type UntagResourcesResponseBody struct {
	ErrorCode *int32  `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Result    *bool   `json:"Result,omitempty" xml:"Result,omitempty"`
	Success   *bool   `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (UntagResourcesResponseBody) GoString

func (s UntagResourcesResponseBody) GoString() string

func (*UntagResourcesResponseBody) SetErrorCode

func (*UntagResourcesResponseBody) SetRequestId

func (*UntagResourcesResponseBody) SetResult

func (*UntagResourcesResponseBody) SetSuccess

func (UntagResourcesResponseBody) String

type UpdateAntChainConsortiumRequest

type UpdateAntChainConsortiumRequest struct {
	ConsortiumDescription *string `json:"ConsortiumDescription,omitempty" xml:"ConsortiumDescription,omitempty"`
	ConsortiumId          *string `json:"ConsortiumId,omitempty" xml:"ConsortiumId,omitempty"`
	ConsortiumName        *string `json:"ConsortiumName,omitempty" xml:"ConsortiumName,omitempty"`
}

func (UpdateAntChainConsortiumRequest) GoString

func (*UpdateAntChainConsortiumRequest) SetConsortiumDescription

func (*UpdateAntChainConsortiumRequest) SetConsortiumId

func (*UpdateAntChainConsortiumRequest) SetConsortiumName

func (UpdateAntChainConsortiumRequest) String

type UpdateAntChainConsortiumResponse

type UpdateAntChainConsortiumResponse struct {
	Headers    map[string]*string                    `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                                `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *UpdateAntChainConsortiumResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (UpdateAntChainConsortiumResponse) GoString

func (*UpdateAntChainConsortiumResponse) SetHeaders

func (*UpdateAntChainConsortiumResponse) SetStatusCode

func (UpdateAntChainConsortiumResponse) String

type UpdateAntChainConsortiumResponseBody

type UpdateAntChainConsortiumResponseBody struct {
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Result    *string `json:"Result,omitempty" xml:"Result,omitempty"`
}

func (UpdateAntChainConsortiumResponseBody) GoString

func (*UpdateAntChainConsortiumResponseBody) SetRequestId

func (*UpdateAntChainConsortiumResponseBody) SetResult

func (UpdateAntChainConsortiumResponseBody) String

type UpdateAntChainContractContentRequest

type UpdateAntChainContractContentRequest struct {
	Content         *string `json:"Content,omitempty" xml:"Content,omitempty"`
	ContentId       *string `json:"ContentId,omitempty" xml:"ContentId,omitempty"`
	ContentName     *string `json:"ContentName,omitempty" xml:"ContentName,omitempty"`
	ParentContentId *string `json:"ParentContentId,omitempty" xml:"ParentContentId,omitempty"`
}

func (UpdateAntChainContractContentRequest) GoString

func (*UpdateAntChainContractContentRequest) SetContent

func (*UpdateAntChainContractContentRequest) SetContentId

func (*UpdateAntChainContractContentRequest) SetContentName

func (*UpdateAntChainContractContentRequest) SetParentContentId

func (UpdateAntChainContractContentRequest) String

type UpdateAntChainContractContentResponse

type UpdateAntChainContractContentResponse struct {
	Headers    map[string]*string                         `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                                     `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *UpdateAntChainContractContentResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (UpdateAntChainContractContentResponse) GoString

func (*UpdateAntChainContractContentResponse) SetHeaders

func (*UpdateAntChainContractContentResponse) SetStatusCode

func (UpdateAntChainContractContentResponse) String

type UpdateAntChainContractContentResponseBody

type UpdateAntChainContractContentResponseBody struct {
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Result    *string `json:"Result,omitempty" xml:"Result,omitempty"`
}

func (UpdateAntChainContractContentResponseBody) GoString

func (*UpdateAntChainContractContentResponseBody) SetRequestId

func (*UpdateAntChainContractContentResponseBody) SetResult

func (UpdateAntChainContractContentResponseBody) String

type UpdateAntChainContractProjectRequest

type UpdateAntChainContractProjectRequest struct {
	ProjectDescription *string `json:"ProjectDescription,omitempty" xml:"ProjectDescription,omitempty"`
	ProjectId          *string `json:"ProjectId,omitempty" xml:"ProjectId,omitempty"`
	ProjectName        *string `json:"ProjectName,omitempty" xml:"ProjectName,omitempty"`
	ProjectVersion     *string `json:"ProjectVersion,omitempty" xml:"ProjectVersion,omitempty"`
}

func (UpdateAntChainContractProjectRequest) GoString

func (*UpdateAntChainContractProjectRequest) SetProjectDescription

func (*UpdateAntChainContractProjectRequest) SetProjectId

func (*UpdateAntChainContractProjectRequest) SetProjectName

func (*UpdateAntChainContractProjectRequest) SetProjectVersion

func (UpdateAntChainContractProjectRequest) String

type UpdateAntChainContractProjectResponse

type UpdateAntChainContractProjectResponse struct {
	Headers    map[string]*string                         `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                                     `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *UpdateAntChainContractProjectResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (UpdateAntChainContractProjectResponse) GoString

func (*UpdateAntChainContractProjectResponse) SetHeaders

func (*UpdateAntChainContractProjectResponse) SetStatusCode

func (UpdateAntChainContractProjectResponse) String

type UpdateAntChainContractProjectResponseBody

type UpdateAntChainContractProjectResponseBody struct {
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Result    *string `json:"Result,omitempty" xml:"Result,omitempty"`
}

func (UpdateAntChainContractProjectResponseBody) GoString

func (*UpdateAntChainContractProjectResponseBody) SetRequestId

func (*UpdateAntChainContractProjectResponseBody) SetResult

func (UpdateAntChainContractProjectResponseBody) String

type UpdateAntChainMemberRequest

type UpdateAntChainMemberRequest struct {
	ConsortiumId *string `json:"ConsortiumId,omitempty" xml:"ConsortiumId,omitempty"`
	MemberId     *string `json:"MemberId,omitempty" xml:"MemberId,omitempty"`
	MemberName   *string `json:"MemberName,omitempty" xml:"MemberName,omitempty"`
}

func (UpdateAntChainMemberRequest) GoString

func (s UpdateAntChainMemberRequest) GoString() string

func (*UpdateAntChainMemberRequest) SetConsortiumId

func (*UpdateAntChainMemberRequest) SetMemberId

func (*UpdateAntChainMemberRequest) SetMemberName

func (UpdateAntChainMemberRequest) String

type UpdateAntChainMemberResponse

type UpdateAntChainMemberResponse struct {
	Headers    map[string]*string                `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                            `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *UpdateAntChainMemberResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (UpdateAntChainMemberResponse) GoString

func (s UpdateAntChainMemberResponse) GoString() string

func (*UpdateAntChainMemberResponse) SetBody

func (*UpdateAntChainMemberResponse) SetHeaders

func (*UpdateAntChainMemberResponse) SetStatusCode

func (UpdateAntChainMemberResponse) String

type UpdateAntChainMemberResponseBody

type UpdateAntChainMemberResponseBody struct {
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Result    *string `json:"Result,omitempty" xml:"Result,omitempty"`
}

func (UpdateAntChainMemberResponseBody) GoString

func (*UpdateAntChainMemberResponseBody) SetRequestId

func (*UpdateAntChainMemberResponseBody) SetResult

func (UpdateAntChainMemberResponseBody) String

type UpdateAntChainQRCodeAuthorizationRequest

type UpdateAntChainQRCodeAuthorizationRequest struct {
	AntChainId        *string `json:"AntChainId,omitempty" xml:"AntChainId,omitempty"`
	AuthorizationType *string `json:"AuthorizationType,omitempty" xml:"AuthorizationType,omitempty"`
	QRCodeType        *string `json:"QRCodeType,omitempty" xml:"QRCodeType,omitempty"`
}

func (UpdateAntChainQRCodeAuthorizationRequest) GoString

func (*UpdateAntChainQRCodeAuthorizationRequest) SetAntChainId

func (*UpdateAntChainQRCodeAuthorizationRequest) SetAuthorizationType

func (*UpdateAntChainQRCodeAuthorizationRequest) SetQRCodeType

func (UpdateAntChainQRCodeAuthorizationRequest) String

type UpdateAntChainQRCodeAuthorizationResponse

type UpdateAntChainQRCodeAuthorizationResponse struct {
	Headers    map[string]*string                             `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                                         `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *UpdateAntChainQRCodeAuthorizationResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (UpdateAntChainQRCodeAuthorizationResponse) GoString

func (*UpdateAntChainQRCodeAuthorizationResponse) SetHeaders

func (*UpdateAntChainQRCodeAuthorizationResponse) SetStatusCode

func (UpdateAntChainQRCodeAuthorizationResponse) String

type UpdateAntChainQRCodeAuthorizationResponseBody

type UpdateAntChainQRCodeAuthorizationResponseBody struct {
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Result    *string `json:"Result,omitempty" xml:"Result,omitempty"`
}

func (UpdateAntChainQRCodeAuthorizationResponseBody) GoString

func (*UpdateAntChainQRCodeAuthorizationResponseBody) SetRequestId

func (*UpdateAntChainQRCodeAuthorizationResponseBody) SetResult

func (UpdateAntChainQRCodeAuthorizationResponseBody) String

type UpdateAntChainRequest

type UpdateAntChainRequest struct {
	AntChainId   *string `json:"AntChainId,omitempty" xml:"AntChainId,omitempty"`
	AntChainName *string `json:"AntChainName,omitempty" xml:"AntChainName,omitempty"`
}

func (UpdateAntChainRequest) GoString

func (s UpdateAntChainRequest) GoString() string

func (*UpdateAntChainRequest) SetAntChainId

func (s *UpdateAntChainRequest) SetAntChainId(v string) *UpdateAntChainRequest

func (*UpdateAntChainRequest) SetAntChainName

func (s *UpdateAntChainRequest) SetAntChainName(v string) *UpdateAntChainRequest

func (UpdateAntChainRequest) String

func (s UpdateAntChainRequest) String() string

type UpdateAntChainResponse

type UpdateAntChainResponse struct {
	Headers    map[string]*string          `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                      `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *UpdateAntChainResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (UpdateAntChainResponse) GoString

func (s UpdateAntChainResponse) GoString() string

func (*UpdateAntChainResponse) SetBody

func (*UpdateAntChainResponse) SetHeaders

func (*UpdateAntChainResponse) SetStatusCode

func (UpdateAntChainResponse) String

func (s UpdateAntChainResponse) String() string

type UpdateAntChainResponseBody

type UpdateAntChainResponseBody struct {
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Result    *string `json:"Result,omitempty" xml:"Result,omitempty"`
}

func (UpdateAntChainResponseBody) GoString

func (s UpdateAntChainResponseBody) GoString() string

func (*UpdateAntChainResponseBody) SetRequestId

func (*UpdateAntChainResponseBody) SetResult

func (UpdateAntChainResponseBody) String

type UpgradeFabricChaincodeDefinitionRequest

type UpgradeFabricChaincodeDefinitionRequest struct {
	ChaincodeId        *string `json:"ChaincodeId,omitempty" xml:"ChaincodeId,omitempty"`
	ChaincodePackageId *string `json:"ChaincodePackageId,omitempty" xml:"ChaincodePackageId,omitempty"`
	ChaincodeVersion   *string `json:"ChaincodeVersion,omitempty" xml:"ChaincodeVersion,omitempty"`
	CollectionConfig   *string `json:"CollectionConfig,omitempty" xml:"CollectionConfig,omitempty"`
	EndorsePolicy      *string `json:"EndorsePolicy,omitempty" xml:"EndorsePolicy,omitempty"`
	InitRequired       *bool   `json:"InitRequired,omitempty" xml:"InitRequired,omitempty"`
	Location           *string `json:"Location,omitempty" xml:"Location,omitempty"`
	OrganizationId     *string `json:"OrganizationId,omitempty" xml:"OrganizationId,omitempty"`
}

func (UpgradeFabricChaincodeDefinitionRequest) GoString

func (*UpgradeFabricChaincodeDefinitionRequest) SetChaincodeId

func (*UpgradeFabricChaincodeDefinitionRequest) SetChaincodePackageId

func (*UpgradeFabricChaincodeDefinitionRequest) SetChaincodeVersion

func (*UpgradeFabricChaincodeDefinitionRequest) SetCollectionConfig

func (*UpgradeFabricChaincodeDefinitionRequest) SetEndorsePolicy

func (*UpgradeFabricChaincodeDefinitionRequest) SetInitRequired

func (*UpgradeFabricChaincodeDefinitionRequest) SetLocation

func (*UpgradeFabricChaincodeDefinitionRequest) SetOrganizationId

func (UpgradeFabricChaincodeDefinitionRequest) String

type UpgradeFabricChaincodeDefinitionResponse

type UpgradeFabricChaincodeDefinitionResponse struct {
	Headers    map[string]*string                            `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                                        `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *UpgradeFabricChaincodeDefinitionResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (UpgradeFabricChaincodeDefinitionResponse) GoString

func (*UpgradeFabricChaincodeDefinitionResponse) SetHeaders

func (*UpgradeFabricChaincodeDefinitionResponse) SetStatusCode

func (UpgradeFabricChaincodeDefinitionResponse) String

type UpgradeFabricChaincodeDefinitionResponseBody

type UpgradeFabricChaincodeDefinitionResponseBody struct {
	ErrorCode *int32       `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	Message   *string      `json:"Message,omitempty" xml:"Message,omitempty"`
	RequestId *string      `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Result    *ChaincodeVO `json:"Result,omitempty" xml:"Result,omitempty"`
	Success   *bool        `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (UpgradeFabricChaincodeDefinitionResponseBody) GoString

func (*UpgradeFabricChaincodeDefinitionResponseBody) SetErrorCode

func (*UpgradeFabricChaincodeDefinitionResponseBody) SetMessage

func (*UpgradeFabricChaincodeDefinitionResponseBody) SetRequestId

func (*UpgradeFabricChaincodeDefinitionResponseBody) SetResult

func (*UpgradeFabricChaincodeDefinitionResponseBody) SetSuccess

func (UpgradeFabricChaincodeDefinitionResponseBody) String

type UpgradeFabricChaincodeRequest

type UpgradeFabricChaincodeRequest struct {
	ChaincodeId      *string `json:"ChaincodeId,omitempty" xml:"ChaincodeId,omitempty"`
	CollectionConfig *string `json:"CollectionConfig,omitempty" xml:"CollectionConfig,omitempty"`
	EndorsePolicy    *string `json:"EndorsePolicy,omitempty" xml:"EndorsePolicy,omitempty"`
	Location         *string `json:"Location,omitempty" xml:"Location,omitempty"`
	OrganizationId   *string `json:"OrganizationId,omitempty" xml:"OrganizationId,omitempty"`
}

func (UpgradeFabricChaincodeRequest) GoString

func (*UpgradeFabricChaincodeRequest) SetChaincodeId

func (*UpgradeFabricChaincodeRequest) SetCollectionConfig

func (*UpgradeFabricChaincodeRequest) SetEndorsePolicy

func (*UpgradeFabricChaincodeRequest) SetLocation

func (*UpgradeFabricChaincodeRequest) SetOrganizationId

func (UpgradeFabricChaincodeRequest) String

type UpgradeFabricChaincodeResponse

type UpgradeFabricChaincodeResponse struct {
	Headers    map[string]*string                  `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                              `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *UpgradeFabricChaincodeResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (UpgradeFabricChaincodeResponse) GoString

func (*UpgradeFabricChaincodeResponse) SetHeaders

func (*UpgradeFabricChaincodeResponse) SetStatusCode

func (UpgradeFabricChaincodeResponse) String

type UpgradeFabricChaincodeResponseBody

type UpgradeFabricChaincodeResponseBody struct {
	ErrorCode *int32                                    `json:"ErrorCode,omitempty" xml:"ErrorCode,omitempty"`
	RequestId *string                                   `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Result    *UpgradeFabricChaincodeResponseBodyResult `json:"Result,omitempty" xml:"Result,omitempty" type:"Struct"`
	Success   *bool                                     `json:"Success,omitempty" xml:"Success,omitempty"`
}

func (UpgradeFabricChaincodeResponseBody) GoString

func (*UpgradeFabricChaincodeResponseBody) SetErrorCode

func (*UpgradeFabricChaincodeResponseBody) SetRequestId

func (*UpgradeFabricChaincodeResponseBody) SetSuccess

func (UpgradeFabricChaincodeResponseBody) String

type UpgradeFabricChaincodeResponseBodyResult

type UpgradeFabricChaincodeResponseBodyResult struct {
	ChaincodeId      *string `json:"ChaincodeId,omitempty" xml:"ChaincodeId,omitempty"`
	ChaincodeName    *string `json:"ChaincodeName,omitempty" xml:"ChaincodeName,omitempty"`
	ChaincodeVersion *string `json:"ChaincodeVersion,omitempty" xml:"ChaincodeVersion,omitempty"`
	ChannelName      *string `json:"ChannelName,omitempty" xml:"ChannelName,omitempty"`
	ConsortiumId     *string `json:"ConsortiumId,omitempty" xml:"ConsortiumId,omitempty"`
	CreateTime       *string `json:"CreateTime,omitempty" xml:"CreateTime,omitempty"`
	DeployTime       *string `json:"DeployTime,omitempty" xml:"DeployTime,omitempty"`
	EndorsePolicy    *string `json:"EndorsePolicy,omitempty" xml:"EndorsePolicy,omitempty"`
	Input            *string `json:"Input,omitempty" xml:"Input,omitempty"`
	Install          *bool   `json:"Install,omitempty" xml:"Install,omitempty"`
	Message          *string `json:"Message,omitempty" xml:"Message,omitempty"`
	Path             *string `json:"Path,omitempty" xml:"Path,omitempty"`
	ProviderId       *string `json:"ProviderId,omitempty" xml:"ProviderId,omitempty"`
	ProviderName     *string `json:"ProviderName,omitempty" xml:"ProviderName,omitempty"`
	State            *string `json:"State,omitempty" xml:"State,omitempty"`
	Type             *int32  `json:"Type,omitempty" xml:"Type,omitempty"`
}

func (UpgradeFabricChaincodeResponseBodyResult) GoString

func (*UpgradeFabricChaincodeResponseBodyResult) SetChaincodeId

func (*UpgradeFabricChaincodeResponseBodyResult) SetChaincodeName

func (*UpgradeFabricChaincodeResponseBodyResult) SetChaincodeVersion

func (*UpgradeFabricChaincodeResponseBodyResult) SetChannelName

func (*UpgradeFabricChaincodeResponseBodyResult) SetConsortiumId

func (*UpgradeFabricChaincodeResponseBodyResult) SetCreateTime

func (*UpgradeFabricChaincodeResponseBodyResult) SetDeployTime

func (*UpgradeFabricChaincodeResponseBodyResult) SetEndorsePolicy

func (*UpgradeFabricChaincodeResponseBodyResult) SetInput

func (*UpgradeFabricChaincodeResponseBodyResult) SetInstall

func (*UpgradeFabricChaincodeResponseBodyResult) SetMessage

func (*UpgradeFabricChaincodeResponseBodyResult) SetPath

func (*UpgradeFabricChaincodeResponseBodyResult) SetProviderId

func (*UpgradeFabricChaincodeResponseBodyResult) SetProviderName

func (*UpgradeFabricChaincodeResponseBodyResult) SetState

func (*UpgradeFabricChaincodeResponseBodyResult) SetType

func (UpgradeFabricChaincodeResponseBodyResult) String

Jump to

Keyboard shortcuts

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