Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetResponseDataFromView ¶
*
- Extracts actual remote query response embedded in view structure.
- Argument is a View protobuf ('statePb.View') *
func InteropFlow ¶
func InteropFlow(interopContract GatewayContract, networkId string, invokeObject types.Query, org, localRelayEndpoint string, interopArgIndices []int, interopJSONs []types.InteropJSON, signer Signer, certUser string, returnWithoutLocalInvocation bool, confidential bool) ([]*common.View, []byte, error)
Types ¶
type GatewayContract ¶
type Identifier ¶
type Identifier struct { Pattern string `json:"pattern"` Policy IdentifierAccessPolicy `json:"policy"` }
type IdentifierAccessPolicy ¶
type VerificationPolicy ¶
type VerificationPolicy struct { SecurityDomain string `json:"securityDomain"` Identifiers []Identifier `json:"identifiers"` }
Click to show internal directories.
Click to hide internal directories.