proto

package
v2.6.0-beta.6 Latest Latest
Warning

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

Go to latest
Published: Aug 23, 2023 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	SignerAlg_name = map[int32]string{
		0: "ES256K",
		1: "ENS",
		2: "BJJ",
	}
	SignerAlg_value = map[string]int32{
		"ES256K": 0,
		"ENS":    1,
		"BJJ":    2,
	}
)

Enum value maps for SignerAlg.

View Source
var (
	DataAvailabilityType_name = map[int32]string{
		0: "HOSTED",
		1: "IPFS",
	}
	DataAvailabilityType_value = map[string]int32{
		"HOSTED": 0,
		"IPFS":   1,
	}
)

Enum value maps for DataAvailabilityType.

View Source
var (
	Network_name = map[int32]string{
		0: "ETHEREUM_MAINNET",
		1: "ETHEREUM_GOERLI",
		2: "GNOSIS_CHAIN",
		3: "BLOOCK_CHAIN",
		4: "POLYGON_CHAIN",
	}
	Network_value = map[string]int32{
		"ETHEREUM_MAINNET": 0,
		"ETHEREUM_GOERLI":  1,
		"GNOSIS_CHAIN":     2,
		"BLOOCK_CHAIN":     3,
		"POLYGON_CHAIN":    4,
	}
)

Enum value maps for Network.

View Source
var (
	EncryptionAlg_name = map[int32]string{
		0: "A256GCM",
		1: "RSA",
	}
	EncryptionAlg_value = map[string]int32{
		"A256GCM": 0,
		"RSA":     1,
	}
)

Enum value maps for EncryptionAlg.

View Source
var (
	ProofType_name = map[int32]string{
		0: "IntegrityProofType",
		1: "SparseMtProofType",
	}
	ProofType_value = map[string]int32{
		"IntegrityProofType": 0,
		"SparseMtProofType":  1,
	}
)

Enum value maps for ProofType.

View Source
var (
	Method_name = map[int32]string{
		0: "IDEN3",
		1: "POLYGON_ID",
	}
	Method_value = map[string]int32{
		"IDEN3":      0,
		"POLYGON_ID": 1,
	}
)

Enum value maps for Method.

View Source
var (
	Blockchain_name = map[int32]string{
		0: "ETHEREUM",
		1: "POLYGON",
		2: "UNKNOWN_CHAIN",
		3: "NO_CHAIN",
	}
	Blockchain_value = map[string]int32{
		"ETHEREUM":      0,
		"POLYGON":       1,
		"UNKNOWN_CHAIN": 2,
		"NO_CHAIN":      3,
	}
)

Enum value maps for Blockchain.

View Source
var (
	NetworkId_name = map[int32]string{
		0: "MAIN",
		1: "MUMBAI",
		2: "GOERLI",
		3: "UNKNOWN_NETWORK",
		4: "NO_NETWORK",
	}
	NetworkId_value = map[string]int32{
		"MAIN":            0,
		"MUMBAI":          1,
		"GOERLI":          2,
		"UNKNOWN_NETWORK": 3,
		"NO_NETWORK":      4,
	}
)

Enum value maps for NetworkId.

View Source
var (
	KeyType_name = map[int32]string{
		0: "EcP256k",
		1: "Rsa2048",
		2: "Rsa3072",
		3: "Rsa4096",
		4: "Aes128",
		5: "Aes256",
		6: "Bjj",
	}
	KeyType_value = map[string]int32{
		"EcP256k": 0,
		"Rsa2048": 1,
		"Rsa3072": 2,
		"Rsa4096": 3,
		"Aes128":  4,
		"Aes256":  5,
		"Bjj":     6,
	}
)

Enum value maps for KeyType.

View Source
var (
	KeyProtectionLevel_name = map[int32]string{
		0: "SOFTWARE",
		1: "HSM",
	}
	KeyProtectionLevel_value = map[string]int32{
		"SOFTWARE": 0,
		"HSM":      1,
	}
)

Enum value maps for KeyProtectionLevel.

View Source
var (
	RecordTypes_name = map[int32]string{
		0: "STRING",
		1: "HEX",
		2: "JSON",
		3: "BYTES",
		4: "FILE",
		5: "RECORD",
		6: "LOADER",
	}
	RecordTypes_value = map[string]int32{
		"STRING": 0,
		"HEX":    1,
		"JSON":   2,
		"BYTES":  3,
		"FILE":   4,
		"RECORD": 5,
		"LOADER": 6,
	}
)

Enum value maps for RecordTypes.

View Source
var AuthenticityService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "bloock.AuthenticityService",
	HandlerType: (*AuthenticityServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "Sign",
			Handler:    _AuthenticityService_Sign_Handler,
		},
		{
			MethodName: "Verify",
			Handler:    _AuthenticityService_Verify_Handler,
		},
		{
			MethodName: "GetSignatures",
			Handler:    _AuthenticityService_GetSignatures_Handler,
		},
		{
			MethodName: "GetSignatureCommonName",
			Handler:    _AuthenticityService_GetSignatureCommonName_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "authenticity.proto",
}

AuthenticityService_ServiceDesc is the grpc.ServiceDesc for AuthenticityService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var AvailabilityService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "bloock.AvailabilityService",
	HandlerType: (*AvailabilityServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "Publish",
			Handler:    _AvailabilityService_Publish_Handler,
		},
		{
			MethodName: "Retrieve",
			Handler:    _AvailabilityService_Retrieve_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "availability.proto",
}

AvailabilityService_ServiceDesc is the grpc.ServiceDesc for AvailabilityService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var EncryptionService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "bloock.EncryptionService",
	HandlerType: (*EncryptionServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "Encrypt",
			Handler:    _EncryptionService_Encrypt_Handler,
		},
		{
			MethodName: "Decrypt",
			Handler:    _EncryptionService_Decrypt_Handler,
		},
		{
			MethodName: "GetEncryptionAlg",
			Handler:    _EncryptionService_GetEncryptionAlg_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "encryption.proto",
}

EncryptionService_ServiceDesc is the grpc.ServiceDesc for EncryptionService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var File_authenticity_entities_proto protoreflect.FileDescriptor
View Source
var File_authenticity_proto protoreflect.FileDescriptor
View Source
var File_availability_entities_proto protoreflect.FileDescriptor
View Source
var File_availability_proto protoreflect.FileDescriptor
View Source
var File_config_proto protoreflect.FileDescriptor
View Source
var File_encryption_entities_proto protoreflect.FileDescriptor
View Source
var File_encryption_proto protoreflect.FileDescriptor
View Source
var File_identity_entities_proto protoreflect.FileDescriptor
View Source
var File_identity_entities_v2_proto protoreflect.FileDescriptor
View Source
var File_identity_proto protoreflect.FileDescriptor
View Source
var File_identity_v2_proto protoreflect.FileDescriptor
View Source
var File_integrity_entities_proto protoreflect.FileDescriptor
View Source
var File_integrity_proto protoreflect.FileDescriptor
View Source
var File_keys_entities_proto protoreflect.FileDescriptor
View Source
var File_record_entities_proto protoreflect.FileDescriptor
View Source
var File_record_proto protoreflect.FileDescriptor
View Source
var File_shared_proto protoreflect.FileDescriptor
View Source
var File_webhook_proto protoreflect.FileDescriptor
View Source
var IdentityServiceV2_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "bloock.IdentityServiceV2",
	HandlerType: (*IdentityServiceV2Server)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "CreateIssuer",
			Handler:    _IdentityServiceV2_CreateIssuer_Handler,
		},
		{
			MethodName: "GetIssuerList",
			Handler:    _IdentityServiceV2_GetIssuerList_Handler,
		},
		{
			MethodName: "GetIssuerByKey",
			Handler:    _IdentityServiceV2_GetIssuerByKey_Handler,
		},
		{
			MethodName: "BuildSchema",
			Handler:    _IdentityServiceV2_BuildSchema_Handler,
		},
		{
			MethodName: "CreateCredential",
			Handler:    _IdentityServiceV2_CreateCredential_Handler,
		},
		{
			MethodName: "GetCredentialProof",
			Handler:    _IdentityServiceV2_GetCredentialProof_Handler,
		},
		{
			MethodName: "RevokeCredential",
			Handler:    _IdentityServiceV2_RevokeCredential_Handler,
		},
		{
			MethodName: "CredentialToJson",
			Handler:    _IdentityServiceV2_CredentialToJson_Handler,
		},
		{
			MethodName: "CredentialFromJson",
			Handler:    _IdentityServiceV2_CredentialFromJson_Handler,
		},
		{
			MethodName: "PublishIssuerState",
			Handler:    _IdentityServiceV2_PublishIssuerState_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "identity_v2.proto",
}

IdentityServiceV2_ServiceDesc is the grpc.ServiceDesc for IdentityServiceV2 service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var IdentityService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "bloock.IdentityService",
	HandlerType: (*IdentityServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "CreateIdentity",
			Handler:    _IdentityService_CreateIdentity_Handler,
		},
		{
			MethodName: "LoadIdentity",
			Handler:    _IdentityService_LoadIdentity_Handler,
		},
		{
			MethodName: "BuildSchema",
			Handler:    _IdentityService_BuildSchema_Handler,
		},
		{
			MethodName: "GetSchema",
			Handler:    _IdentityService_GetSchema_Handler,
		},
		{
			MethodName: "CreateCredential",
			Handler:    _IdentityService_CreateCredential_Handler,
		},
		{
			MethodName: "GetOffer",
			Handler:    _IdentityService_GetOffer_Handler,
		},
		{
			MethodName: "WaitOffer",
			Handler:    _IdentityService_WaitOffer_Handler,
		},
		{
			MethodName: "CredentialOfferToJson",
			Handler:    _IdentityService_CredentialOfferToJson_Handler,
		},
		{
			MethodName: "CredentialOfferFromJson",
			Handler:    _IdentityService_CredentialOfferFromJson_Handler,
		},
		{
			MethodName: "CredentialOfferRedeem",
			Handler:    _IdentityService_CredentialOfferRedeem_Handler,
		},
		{
			MethodName: "CredentialToJson",
			Handler:    _IdentityService_CredentialToJson_Handler,
		},
		{
			MethodName: "CredentialFromJson",
			Handler:    _IdentityService_CredentialFromJson_Handler,
		},
		{
			MethodName: "VerifyCredential",
			Handler:    _IdentityService_VerifyCredential_Handler,
		},
		{
			MethodName: "RevokeCredential",
			Handler:    _IdentityService_RevokeCredential_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "identity.proto",
}

IdentityService_ServiceDesc is the grpc.ServiceDesc for IdentityService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var IntegrityService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "bloock.IntegrityService",
	HandlerType: (*IntegrityServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "SendRecords",
			Handler:    _IntegrityService_SendRecords_Handler,
		},
		{
			MethodName: "GetAnchor",
			Handler:    _IntegrityService_GetAnchor_Handler,
		},
		{
			MethodName: "WaitAnchor",
			Handler:    _IntegrityService_WaitAnchor_Handler,
		},
		{
			MethodName: "GetProof",
			Handler:    _IntegrityService_GetProof_Handler,
		},
		{
			MethodName: "ValidateRoot",
			Handler:    _IntegrityService_ValidateRoot_Handler,
		},
		{
			MethodName: "VerifyProof",
			Handler:    _IntegrityService_VerifyProof_Handler,
		},
		{
			MethodName: "VerifyRecords",
			Handler:    _IntegrityService_VerifyRecords_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "integrity.proto",
}

IntegrityService_ServiceDesc is the grpc.ServiceDesc for IntegrityService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var KeyService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "bloock.KeyService",
	HandlerType: (*KeyServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "GenerateLocalKey",
			Handler:    _KeyService_GenerateLocalKey_Handler,
		},
		{
			MethodName: "GenerateManagedKey",
			Handler:    _KeyService_GenerateManagedKey_Handler,
		},
		{
			MethodName: "LoadLocalKey",
			Handler:    _KeyService_LoadLocalKey_Handler,
		},
		{
			MethodName: "LoadManagedKey",
			Handler:    _KeyService_LoadManagedKey_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "keys.proto",
}

KeyService_ServiceDesc is the grpc.ServiceDesc for KeyService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var RecordService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "bloock.RecordService",
	HandlerType: (*RecordServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "BuildRecordFromString",
			Handler:    _RecordService_BuildRecordFromString_Handler,
		},
		{
			MethodName: "BuildRecordFromHex",
			Handler:    _RecordService_BuildRecordFromHex_Handler,
		},
		{
			MethodName: "BuildRecordFromJson",
			Handler:    _RecordService_BuildRecordFromJson_Handler,
		},
		{
			MethodName: "BuildRecordFromFile",
			Handler:    _RecordService_BuildRecordFromFile_Handler,
		},
		{
			MethodName: "BuildRecordFromBytes",
			Handler:    _RecordService_BuildRecordFromBytes_Handler,
		},
		{
			MethodName: "BuildRecordFromRecord",
			Handler:    _RecordService_BuildRecordFromRecord_Handler,
		},
		{
			MethodName: "BuildRecordFromLoader",
			Handler:    _RecordService_BuildRecordFromLoader_Handler,
		},
		{
			MethodName: "GetHash",
			Handler:    _RecordService_GetHash_Handler,
		},
		{
			MethodName: "SetProof",
			Handler:    _RecordService_SetProof_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "record.proto",
}

RecordService_ServiceDesc is the grpc.ServiceDesc for RecordService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var WebhookService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "bloock.WebhookService",
	HandlerType: (*WebhookServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "VerifyWebhookSignature",
			Handler:    _WebhookService_VerifyWebhookSignature_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "webhook.proto",
}

WebhookService_ServiceDesc is the grpc.ServiceDesc for WebhookService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

Functions

func RegisterAuthenticityServiceServer added in v2.4.0

func RegisterAuthenticityServiceServer(s grpc.ServiceRegistrar, srv AuthenticityServiceServer)

func RegisterAvailabilityServiceServer added in v2.4.0

func RegisterAvailabilityServiceServer(s grpc.ServiceRegistrar, srv AvailabilityServiceServer)

func RegisterEncryptionServiceServer added in v2.4.0

func RegisterEncryptionServiceServer(s grpc.ServiceRegistrar, srv EncryptionServiceServer)

func RegisterIdentityServiceServer added in v2.5.0

func RegisterIdentityServiceServer(s grpc.ServiceRegistrar, srv IdentityServiceServer)

func RegisterIdentityServiceV2Server added in v2.6.0

func RegisterIdentityServiceV2Server(s grpc.ServiceRegistrar, srv IdentityServiceV2Server)

func RegisterIntegrityServiceServer added in v2.4.0

func RegisterIntegrityServiceServer(s grpc.ServiceRegistrar, srv IntegrityServiceServer)

func RegisterKeyServiceServer added in v2.5.0

func RegisterKeyServiceServer(s grpc.ServiceRegistrar, srv KeyServiceServer)

func RegisterRecordServiceServer

func RegisterRecordServiceServer(s grpc.ServiceRegistrar, srv RecordServiceServer)

func RegisterWebhookServiceServer added in v2.2.1

func RegisterWebhookServiceServer(s grpc.ServiceRegistrar, srv WebhookServiceServer)

Types

type Anchor

type Anchor struct {
	Id         int64            `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	BlockRoots []string         `protobuf:"bytes,2,rep,name=block_roots,json=blockRoots,proto3" json:"block_roots,omitempty"`
	Networks   []*AnchorNetwork `protobuf:"bytes,3,rep,name=networks,proto3" json:"networks,omitempty"`
	Root       string           `protobuf:"bytes,4,opt,name=root,proto3" json:"root,omitempty"`
	Status     string           `protobuf:"bytes,5,opt,name=status,proto3" json:"status,omitempty"`
	// contains filtered or unexported fields
}

func (*Anchor) Descriptor deprecated

func (*Anchor) Descriptor() ([]byte, []int)

Deprecated: Use Anchor.ProtoReflect.Descriptor instead.

func (*Anchor) GetBlockRoots

func (x *Anchor) GetBlockRoots() []string

func (*Anchor) GetId

func (x *Anchor) GetId() int64

func (*Anchor) GetNetworks

func (x *Anchor) GetNetworks() []*AnchorNetwork

func (*Anchor) GetRoot

func (x *Anchor) GetRoot() string

func (*Anchor) GetStatus

func (x *Anchor) GetStatus() string

func (*Anchor) ProtoMessage

func (*Anchor) ProtoMessage()

func (*Anchor) ProtoReflect

func (x *Anchor) ProtoReflect() protoreflect.Message

func (*Anchor) Reset

func (x *Anchor) Reset()

func (*Anchor) String

func (x *Anchor) String() string

type AnchorNetwork

type AnchorNetwork struct {
	Name   string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	State  string `protobuf:"bytes,2,opt,name=state,proto3" json:"state,omitempty"`
	TxHash string `protobuf:"bytes,3,opt,name=tx_hash,json=txHash,proto3" json:"tx_hash,omitempty"`
	// contains filtered or unexported fields
}

func (*AnchorNetwork) Descriptor deprecated

func (*AnchorNetwork) Descriptor() ([]byte, []int)

Deprecated: Use AnchorNetwork.ProtoReflect.Descriptor instead.

func (*AnchorNetwork) GetName

func (x *AnchorNetwork) GetName() string

func (*AnchorNetwork) GetState

func (x *AnchorNetwork) GetState() string

func (*AnchorNetwork) GetTxHash

func (x *AnchorNetwork) GetTxHash() string

func (*AnchorNetwork) ProtoMessage

func (*AnchorNetwork) ProtoMessage()

func (*AnchorNetwork) ProtoReflect

func (x *AnchorNetwork) ProtoReflect() protoreflect.Message

func (*AnchorNetwork) Reset

func (x *AnchorNetwork) Reset()

func (*AnchorNetwork) String

func (x *AnchorNetwork) String() string

type AuthenticityServiceClient added in v2.4.0

type AuthenticityServiceClient interface {
	Sign(ctx context.Context, in *SignRequest, opts ...grpc.CallOption) (*SignResponse, error)
	Verify(ctx context.Context, in *VerifyRequest, opts ...grpc.CallOption) (*VerifyResponse, error)
	GetSignatures(ctx context.Context, in *GetSignaturesRequest, opts ...grpc.CallOption) (*GetSignaturesResponse, error)
	GetSignatureCommonName(ctx context.Context, in *SignatureCommonNameRequest, opts ...grpc.CallOption) (*SignatureCommonNameResponse, error)
}

AuthenticityServiceClient is the client API for AuthenticityService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

func NewAuthenticityServiceClient added in v2.4.0

func NewAuthenticityServiceClient(cc grpc.ClientConnInterface) AuthenticityServiceClient

type AuthenticityServiceServer added in v2.4.0

type AuthenticityServiceServer interface {
	Sign(context.Context, *SignRequest) (*SignResponse, error)
	Verify(context.Context, *VerifyRequest) (*VerifyResponse, error)
	GetSignatures(context.Context, *GetSignaturesRequest) (*GetSignaturesResponse, error)
	GetSignatureCommonName(context.Context, *SignatureCommonNameRequest) (*SignatureCommonNameResponse, error)
	// contains filtered or unexported methods
}

AuthenticityServiceServer is the server API for AuthenticityService service. All implementations must embed UnimplementedAuthenticityServiceServer for forward compatibility

type AvailabilityServiceClient added in v2.4.0

type AvailabilityServiceClient interface {
	Publish(ctx context.Context, in *PublishRequest, opts ...grpc.CallOption) (*PublishResponse, error)
	Retrieve(ctx context.Context, in *RetrieveRequest, opts ...grpc.CallOption) (*RetrieveResponse, error)
}

AvailabilityServiceClient is the client API for AvailabilityService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

func NewAvailabilityServiceClient added in v2.4.0

func NewAvailabilityServiceClient(cc grpc.ClientConnInterface) AvailabilityServiceClient

type AvailabilityServiceServer added in v2.4.0

type AvailabilityServiceServer interface {
	Publish(context.Context, *PublishRequest) (*PublishResponse, error)
	Retrieve(context.Context, *RetrieveRequest) (*RetrieveResponse, error)
	// contains filtered or unexported methods
}

AvailabilityServiceServer is the server API for AvailabilityService service. All implementations must embed UnimplementedAvailabilityServiceServer for forward compatibility

type Blockchain added in v2.6.0

type Blockchain int32
const (
	Blockchain_ETHEREUM      Blockchain = 0
	Blockchain_POLYGON       Blockchain = 1
	Blockchain_UNKNOWN_CHAIN Blockchain = 2
	Blockchain_NO_CHAIN      Blockchain = 3
)

func (Blockchain) Descriptor added in v2.6.0

func (Blockchain) Descriptor() protoreflect.EnumDescriptor

func (Blockchain) Enum added in v2.6.0

func (x Blockchain) Enum() *Blockchain

func (Blockchain) EnumDescriptor deprecated added in v2.6.0

func (Blockchain) EnumDescriptor() ([]byte, []int)

Deprecated: Use Blockchain.Descriptor instead.

func (Blockchain) Number added in v2.6.0

func (x Blockchain) Number() protoreflect.EnumNumber

func (Blockchain) String added in v2.6.0

func (x Blockchain) String() string

func (Blockchain) Type added in v2.6.0

type BooleanAttribute added in v2.5.0

type BooleanAttribute struct {
	Id    string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Value bool   `protobuf:"varint,2,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*BooleanAttribute) Descriptor deprecated added in v2.5.0

func (*BooleanAttribute) Descriptor() ([]byte, []int)

Deprecated: Use BooleanAttribute.ProtoReflect.Descriptor instead.

func (*BooleanAttribute) GetId added in v2.5.0

func (x *BooleanAttribute) GetId() string

func (*BooleanAttribute) GetValue added in v2.5.0

func (x *BooleanAttribute) GetValue() bool

func (*BooleanAttribute) ProtoMessage added in v2.5.0

func (*BooleanAttribute) ProtoMessage()

func (*BooleanAttribute) ProtoReflect added in v2.5.0

func (x *BooleanAttribute) ProtoReflect() protoreflect.Message

func (*BooleanAttribute) Reset added in v2.5.0

func (x *BooleanAttribute) Reset()

func (*BooleanAttribute) String added in v2.5.0

func (x *BooleanAttribute) String() string

type BooleanAttributeDefinition added in v2.5.0

type BooleanAttributeDefinition struct {
	DisplayName string `protobuf:"bytes,1,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"`
	Id          string `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	Description string `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"`
	// contains filtered or unexported fields
}

func (*BooleanAttributeDefinition) Descriptor deprecated added in v2.5.0

func (*BooleanAttributeDefinition) Descriptor() ([]byte, []int)

Deprecated: Use BooleanAttributeDefinition.ProtoReflect.Descriptor instead.

func (*BooleanAttributeDefinition) GetDescription added in v2.5.0

func (x *BooleanAttributeDefinition) GetDescription() string

func (*BooleanAttributeDefinition) GetDisplayName added in v2.5.0

func (x *BooleanAttributeDefinition) GetDisplayName() string

func (*BooleanAttributeDefinition) GetId added in v2.5.0

func (*BooleanAttributeDefinition) ProtoMessage added in v2.5.0

func (*BooleanAttributeDefinition) ProtoMessage()

func (*BooleanAttributeDefinition) ProtoReflect added in v2.5.0

func (*BooleanAttributeDefinition) Reset added in v2.5.0

func (x *BooleanAttributeDefinition) Reset()

func (*BooleanAttributeDefinition) String added in v2.5.0

func (x *BooleanAttributeDefinition) String() string

type BooleanAttributeDefinitionV2 added in v2.6.0

type BooleanAttributeDefinitionV2 struct {
	DisplayName string `protobuf:"bytes,1,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"`
	Id          string `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	Description string `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"`
	Required    bool   `protobuf:"varint,4,opt,name=required,proto3" json:"required,omitempty"`
	// contains filtered or unexported fields
}

func (*BooleanAttributeDefinitionV2) Descriptor deprecated added in v2.6.0

func (*BooleanAttributeDefinitionV2) Descriptor() ([]byte, []int)

Deprecated: Use BooleanAttributeDefinitionV2.ProtoReflect.Descriptor instead.

func (*BooleanAttributeDefinitionV2) GetDescription added in v2.6.0

func (x *BooleanAttributeDefinitionV2) GetDescription() string

func (*BooleanAttributeDefinitionV2) GetDisplayName added in v2.6.0

func (x *BooleanAttributeDefinitionV2) GetDisplayName() string

func (*BooleanAttributeDefinitionV2) GetId added in v2.6.0

func (*BooleanAttributeDefinitionV2) GetRequired added in v2.6.0

func (x *BooleanAttributeDefinitionV2) GetRequired() bool

func (*BooleanAttributeDefinitionV2) ProtoMessage added in v2.6.0

func (*BooleanAttributeDefinitionV2) ProtoMessage()

func (*BooleanAttributeDefinitionV2) ProtoReflect added in v2.6.0

func (*BooleanAttributeDefinitionV2) Reset added in v2.6.0

func (x *BooleanAttributeDefinitionV2) Reset()

func (*BooleanAttributeDefinitionV2) String added in v2.6.0

type BooleanAttributeV2 added in v2.6.0

type BooleanAttributeV2 struct {
	Id    string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Value bool   `protobuf:"varint,2,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*BooleanAttributeV2) Descriptor deprecated added in v2.6.0

func (*BooleanAttributeV2) Descriptor() ([]byte, []int)

Deprecated: Use BooleanAttributeV2.ProtoReflect.Descriptor instead.

func (*BooleanAttributeV2) GetId added in v2.6.0

func (x *BooleanAttributeV2) GetId() string

func (*BooleanAttributeV2) GetValue added in v2.6.0

func (x *BooleanAttributeV2) GetValue() bool

func (*BooleanAttributeV2) ProtoMessage added in v2.6.0

func (*BooleanAttributeV2) ProtoMessage()

func (*BooleanAttributeV2) ProtoReflect added in v2.6.0

func (x *BooleanAttributeV2) ProtoReflect() protoreflect.Message

func (*BooleanAttributeV2) Reset added in v2.6.0

func (x *BooleanAttributeV2) Reset()

func (*BooleanAttributeV2) String added in v2.6.0

func (x *BooleanAttributeV2) String() string

type BuildSchemaRequest added in v2.5.0

type BuildSchemaRequest struct {
	ConfigData         *ConfigData                    `protobuf:"bytes,1,opt,name=config_data,json=configData,proto3" json:"config_data,omitempty"`
	DisplayName        string                         `protobuf:"bytes,2,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"`
	TechnicalName      string                         `protobuf:"bytes,3,opt,name=technical_name,json=technicalName,proto3" json:"technical_name,omitempty"`
	BooleanAttributes  []*BooleanAttributeDefinition  `protobuf:"bytes,4,rep,name=boolean_attributes,json=booleanAttributes,proto3" json:"boolean_attributes,omitempty"`
	DateAttributes     []*DateAttributeDefinition     `protobuf:"bytes,5,rep,name=date_attributes,json=dateAttributes,proto3" json:"date_attributes,omitempty"`
	DatetimeAttributes []*DateTimeAttributeDefinition `protobuf:"bytes,6,rep,name=datetime_attributes,json=datetimeAttributes,proto3" json:"datetime_attributes,omitempty"`
	StringAttributes   []*StringAttributeDefinition   `protobuf:"bytes,7,rep,name=string_attributes,json=stringAttributes,proto3" json:"string_attributes,omitempty"`
	NumberAttributes   []*NumberAttributeDefinition   `protobuf:"bytes,8,rep,name=number_attributes,json=numberAttributes,proto3" json:"number_attributes,omitempty"`
	// contains filtered or unexported fields
}

func (*BuildSchemaRequest) Descriptor deprecated added in v2.5.0

func (*BuildSchemaRequest) Descriptor() ([]byte, []int)

Deprecated: Use BuildSchemaRequest.ProtoReflect.Descriptor instead.

func (*BuildSchemaRequest) GetBooleanAttributes added in v2.5.0

func (x *BuildSchemaRequest) GetBooleanAttributes() []*BooleanAttributeDefinition

func (*BuildSchemaRequest) GetConfigData added in v2.5.0

func (x *BuildSchemaRequest) GetConfigData() *ConfigData

func (*BuildSchemaRequest) GetDateAttributes added in v2.5.0

func (x *BuildSchemaRequest) GetDateAttributes() []*DateAttributeDefinition

func (*BuildSchemaRequest) GetDatetimeAttributes added in v2.5.0

func (x *BuildSchemaRequest) GetDatetimeAttributes() []*DateTimeAttributeDefinition

func (*BuildSchemaRequest) GetDisplayName added in v2.5.0

func (x *BuildSchemaRequest) GetDisplayName() string

func (*BuildSchemaRequest) GetNumberAttributes added in v2.5.0

func (x *BuildSchemaRequest) GetNumberAttributes() []*NumberAttributeDefinition

func (*BuildSchemaRequest) GetStringAttributes added in v2.5.7

func (x *BuildSchemaRequest) GetStringAttributes() []*StringAttributeDefinition

func (*BuildSchemaRequest) GetTechnicalName added in v2.5.0

func (x *BuildSchemaRequest) GetTechnicalName() string

func (*BuildSchemaRequest) ProtoMessage added in v2.5.0

func (*BuildSchemaRequest) ProtoMessage()

func (*BuildSchemaRequest) ProtoReflect added in v2.5.0

func (x *BuildSchemaRequest) ProtoReflect() protoreflect.Message

func (*BuildSchemaRequest) Reset added in v2.5.0

func (x *BuildSchemaRequest) Reset()

func (*BuildSchemaRequest) String added in v2.5.0

func (x *BuildSchemaRequest) String() string

type BuildSchemaRequestV2 added in v2.6.0

type BuildSchemaRequestV2 struct {
	ConfigData         *ConfigData                      `protobuf:"bytes,1,opt,name=config_data,json=configData,proto3" json:"config_data,omitempty"`
	DisplayName        string                           `protobuf:"bytes,2,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"`
	SchemaType         string                           `protobuf:"bytes,3,opt,name=schema_type,json=schemaType,proto3" json:"schema_type,omitempty"`
	Version            string                           `protobuf:"bytes,4,opt,name=version,proto3" json:"version,omitempty"`
	Description        string                           `protobuf:"bytes,5,opt,name=description,proto3" json:"description,omitempty"`
	IssuerDid          string                           `protobuf:"bytes,6,opt,name=issuer_did,json=issuerDid,proto3" json:"issuer_did,omitempty"`
	BooleanAttributes  []*BooleanAttributeDefinitionV2  `protobuf:"bytes,7,rep,name=boolean_attributes,json=booleanAttributes,proto3" json:"boolean_attributes,omitempty"`
	DateAttributes     []*DateAttributeDefinitionV2     `protobuf:"bytes,8,rep,name=date_attributes,json=dateAttributes,proto3" json:"date_attributes,omitempty"`
	DatetimeAttributes []*DateTimeAttributeDefinitionV2 `protobuf:"bytes,9,rep,name=datetime_attributes,json=datetimeAttributes,proto3" json:"datetime_attributes,omitempty"`
	StringAttributes   []*StringAttributeDefinitionV2   `protobuf:"bytes,10,rep,name=string_attributes,json=stringAttributes,proto3" json:"string_attributes,omitempty"`
	NumberAttributes   []*NumberAttributeDefinitionV2   `protobuf:"bytes,11,rep,name=number_attributes,json=numberAttributes,proto3" json:"number_attributes,omitempty"`
	// contains filtered or unexported fields
}

func (*BuildSchemaRequestV2) Descriptor deprecated added in v2.6.0

func (*BuildSchemaRequestV2) Descriptor() ([]byte, []int)

Deprecated: Use BuildSchemaRequestV2.ProtoReflect.Descriptor instead.

func (*BuildSchemaRequestV2) GetBooleanAttributes added in v2.6.0

func (x *BuildSchemaRequestV2) GetBooleanAttributes() []*BooleanAttributeDefinitionV2

func (*BuildSchemaRequestV2) GetConfigData added in v2.6.0

func (x *BuildSchemaRequestV2) GetConfigData() *ConfigData

func (*BuildSchemaRequestV2) GetDateAttributes added in v2.6.0

func (x *BuildSchemaRequestV2) GetDateAttributes() []*DateAttributeDefinitionV2

func (*BuildSchemaRequestV2) GetDatetimeAttributes added in v2.6.0

func (x *BuildSchemaRequestV2) GetDatetimeAttributes() []*DateTimeAttributeDefinitionV2

func (*BuildSchemaRequestV2) GetDescription added in v2.6.0

func (x *BuildSchemaRequestV2) GetDescription() string

func (*BuildSchemaRequestV2) GetDisplayName added in v2.6.0

func (x *BuildSchemaRequestV2) GetDisplayName() string

func (*BuildSchemaRequestV2) GetIssuerDid added in v2.6.0

func (x *BuildSchemaRequestV2) GetIssuerDid() string

func (*BuildSchemaRequestV2) GetNumberAttributes

func (x *BuildSchemaRequestV2) GetNumberAttributes() []*NumberAttributeDefinitionV2

func (*BuildSchemaRequestV2) GetSchemaType added in v2.6.0

func (x *BuildSchemaRequestV2) GetSchemaType() string

func (*BuildSchemaRequestV2) GetStringAttributes added in v2.6.0

func (x *BuildSchemaRequestV2) GetStringAttributes() []*StringAttributeDefinitionV2

func (*BuildSchemaRequestV2) GetVersion added in v2.6.0

func (x *BuildSchemaRequestV2) GetVersion() string

func (*BuildSchemaRequestV2) ProtoMessage added in v2.6.0

func (*BuildSchemaRequestV2) ProtoMessage()

func (*BuildSchemaRequestV2) ProtoReflect added in v2.6.0

func (x *BuildSchemaRequestV2) ProtoReflect() protoreflect.Message

func (*BuildSchemaRequestV2) Reset added in v2.6.0

func (x *BuildSchemaRequestV2) Reset()

func (*BuildSchemaRequestV2) String added in v2.6.0

func (x *BuildSchemaRequestV2) String() string

type BuildSchemaResponse added in v2.5.0

type BuildSchemaResponse struct {
	Schema *Schema `protobuf:"bytes,1,opt,name=schema,proto3" json:"schema,omitempty"`
	Error  *Error  `protobuf:"bytes,2,opt,name=error,proto3,oneof" json:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*BuildSchemaResponse) Descriptor deprecated added in v2.5.0

func (*BuildSchemaResponse) Descriptor() ([]byte, []int)

Deprecated: Use BuildSchemaResponse.ProtoReflect.Descriptor instead.

func (*BuildSchemaResponse) GetError added in v2.5.0

func (x *BuildSchemaResponse) GetError() *Error

func (*BuildSchemaResponse) GetSchema added in v2.5.0

func (x *BuildSchemaResponse) GetSchema() *Schema

func (*BuildSchemaResponse) ProtoMessage added in v2.5.0

func (*BuildSchemaResponse) ProtoMessage()

func (*BuildSchemaResponse) ProtoReflect added in v2.5.0

func (x *BuildSchemaResponse) ProtoReflect() protoreflect.Message

func (*BuildSchemaResponse) Reset added in v2.5.0

func (x *BuildSchemaResponse) Reset()

func (*BuildSchemaResponse) String added in v2.5.0

func (x *BuildSchemaResponse) String() string

type BuildSchemaResponseV2 added in v2.6.0

type BuildSchemaResponseV2 struct {
	Schema *SchemaV2 `protobuf:"bytes,1,opt,name=schema,proto3" json:"schema,omitempty"`
	Error  *Error    `protobuf:"bytes,2,opt,name=error,proto3,oneof" json:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*BuildSchemaResponseV2) Descriptor deprecated added in v2.6.0

func (*BuildSchemaResponseV2) Descriptor() ([]byte, []int)

Deprecated: Use BuildSchemaResponseV2.ProtoReflect.Descriptor instead.

func (*BuildSchemaResponseV2) GetError added in v2.6.0

func (x *BuildSchemaResponseV2) GetError() *Error

func (*BuildSchemaResponseV2) GetSchema added in v2.6.0

func (x *BuildSchemaResponseV2) GetSchema() *SchemaV2

func (*BuildSchemaResponseV2) ProtoMessage added in v2.6.0

func (*BuildSchemaResponseV2) ProtoMessage()

func (*BuildSchemaResponseV2) ProtoReflect added in v2.6.0

func (x *BuildSchemaResponseV2) ProtoReflect() protoreflect.Message

func (*BuildSchemaResponseV2) Reset added in v2.6.0

func (x *BuildSchemaResponseV2) Reset()

func (*BuildSchemaResponseV2) String added in v2.6.0

func (x *BuildSchemaResponseV2) String() string

type ConfigData

type ConfigData struct {
	Config         *Configuration           `protobuf:"bytes,1,opt,name=config,proto3" json:"config,omitempty"`
	NetworksConfig map[int32]*NetworkConfig `` /* 192-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ConfigData) Descriptor deprecated

func (*ConfigData) Descriptor() ([]byte, []int)

Deprecated: Use ConfigData.ProtoReflect.Descriptor instead.

func (*ConfigData) GetConfig

func (x *ConfigData) GetConfig() *Configuration

func (*ConfigData) GetNetworksConfig

func (x *ConfigData) GetNetworksConfig() map[int32]*NetworkConfig

func (*ConfigData) ProtoMessage

func (*ConfigData) ProtoMessage()

func (*ConfigData) ProtoReflect

func (x *ConfigData) ProtoReflect() protoreflect.Message

func (*ConfigData) Reset

func (x *ConfigData) Reset()

func (*ConfigData) String

func (x *ConfigData) String() string

type Configuration

type Configuration struct {
	LibraryName                string `protobuf:"bytes,1,opt,name=library_name,json=libraryName,proto3" json:"library_name,omitempty"`
	Host                       string `protobuf:"bytes,2,opt,name=host,proto3" json:"host,omitempty"`
	ApiKey                     string `protobuf:"bytes,3,opt,name=api_key,json=apiKey,proto3" json:"api_key,omitempty"`
	WaitMessageIntervalFactor  int32  `` /* 141-byte string literal not displayed */
	WaitMessageIntervalDefault int32  `` /* 144-byte string literal not displayed */
	KeyTypeAlgorithm           string `protobuf:"bytes,6,opt,name=key_type_algorithm,json=keyTypeAlgorithm,proto3" json:"key_type_algorithm,omitempty"`
	EllipticCurveKey           string `protobuf:"bytes,7,opt,name=elliptic_curve_key,json=ellipticCurveKey,proto3" json:"elliptic_curve_key,omitempty"`
	SignatureAlgorithm         string `protobuf:"bytes,8,opt,name=signature_algorithm,json=signatureAlgorithm,proto3" json:"signature_algorithm,omitempty"`
	DisableAnalytics           bool   `protobuf:"varint,9,opt,name=disable_analytics,json=disableAnalytics,proto3" json:"disable_analytics,omitempty"`
	// contains filtered or unexported fields
}

func (*Configuration) Descriptor deprecated

func (*Configuration) Descriptor() ([]byte, []int)

Deprecated: Use Configuration.ProtoReflect.Descriptor instead.

func (*Configuration) GetApiKey

func (x *Configuration) GetApiKey() string

func (*Configuration) GetDisableAnalytics added in v2.0.2

func (x *Configuration) GetDisableAnalytics() bool

func (*Configuration) GetEllipticCurveKey

func (x *Configuration) GetEllipticCurveKey() string

func (*Configuration) GetHost

func (x *Configuration) GetHost() string

func (*Configuration) GetKeyTypeAlgorithm

func (x *Configuration) GetKeyTypeAlgorithm() string

func (*Configuration) GetLibraryName added in v2.0.2

func (x *Configuration) GetLibraryName() string

func (*Configuration) GetSignatureAlgorithm

func (x *Configuration) GetSignatureAlgorithm() string

func (*Configuration) GetWaitMessageIntervalDefault

func (x *Configuration) GetWaitMessageIntervalDefault() int32

func (*Configuration) GetWaitMessageIntervalFactor

func (x *Configuration) GetWaitMessageIntervalFactor() int32

func (*Configuration) ProtoMessage

func (*Configuration) ProtoMessage()

func (*Configuration) ProtoReflect

func (x *Configuration) ProtoReflect() protoreflect.Message

func (*Configuration) Reset

func (x *Configuration) Reset()

func (*Configuration) String

func (x *Configuration) String() string

type CreateCredentialRequest added in v2.5.0

type CreateCredentialRequest struct {
	ConfigData         *ConfigData          `protobuf:"bytes,1,opt,name=config_data,json=configData,proto3" json:"config_data,omitempty"`
	SchemaId           string               `protobuf:"bytes,2,opt,name=schema_id,json=schemaId,proto3" json:"schema_id,omitempty"`
	HolderKey          string               `protobuf:"bytes,3,opt,name=holder_key,json=holderKey,proto3" json:"holder_key,omitempty"`
	BooleanAttributes  []*BooleanAttribute  `protobuf:"bytes,4,rep,name=boolean_attributes,json=booleanAttributes,proto3" json:"boolean_attributes,omitempty"`
	DateAttributes     []*DateAttribute     `protobuf:"bytes,5,rep,name=date_attributes,json=dateAttributes,proto3" json:"date_attributes,omitempty"`
	DatetimeAttributes []*DateTimeAttribute `protobuf:"bytes,6,rep,name=datetime_attributes,json=datetimeAttributes,proto3" json:"datetime_attributes,omitempty"`
	StringAttributes   []*StringAttribute   `protobuf:"bytes,7,rep,name=string_attributes,json=stringAttributes,proto3" json:"string_attributes,omitempty"`
	NumberAttributes   []*NumberAttribute   `protobuf:"bytes,8,rep,name=number_attributes,json=numberAttributes,proto3" json:"number_attributes,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateCredentialRequest) Descriptor deprecated added in v2.5.0

func (*CreateCredentialRequest) Descriptor() ([]byte, []int)

Deprecated: Use CreateCredentialRequest.ProtoReflect.Descriptor instead.

func (*CreateCredentialRequest) GetBooleanAttributes added in v2.5.0

func (x *CreateCredentialRequest) GetBooleanAttributes() []*BooleanAttribute

func (*CreateCredentialRequest) GetConfigData added in v2.5.0

func (x *CreateCredentialRequest) GetConfigData() *ConfigData

func (*CreateCredentialRequest) GetDateAttributes added in v2.5.0

func (x *CreateCredentialRequest) GetDateAttributes() []*DateAttribute

func (*CreateCredentialRequest) GetDatetimeAttributes added in v2.5.0

func (x *CreateCredentialRequest) GetDatetimeAttributes() []*DateTimeAttribute

func (*CreateCredentialRequest) GetHolderKey added in v2.5.0

func (x *CreateCredentialRequest) GetHolderKey() string

func (*CreateCredentialRequest) GetNumberAttributes added in v2.5.0

func (x *CreateCredentialRequest) GetNumberAttributes() []*NumberAttribute

func (*CreateCredentialRequest) GetSchemaId added in v2.5.0

func (x *CreateCredentialRequest) GetSchemaId() string

func (*CreateCredentialRequest) GetStringAttributes added in v2.5.7

func (x *CreateCredentialRequest) GetStringAttributes() []*StringAttribute

func (*CreateCredentialRequest) ProtoMessage added in v2.5.0

func (*CreateCredentialRequest) ProtoMessage()

func (*CreateCredentialRequest) ProtoReflect added in v2.5.0

func (x *CreateCredentialRequest) ProtoReflect() protoreflect.Message

func (*CreateCredentialRequest) Reset added in v2.5.0

func (x *CreateCredentialRequest) Reset()

func (*CreateCredentialRequest) String added in v2.5.0

func (x *CreateCredentialRequest) String() string

type CreateCredentialRequestV2 added in v2.6.0

type CreateCredentialRequestV2 struct {
	ConfigData         *ConfigData            `protobuf:"bytes,1,opt,name=config_data,json=configData,proto3" json:"config_data,omitempty"`
	SchemaId           string                 `protobuf:"bytes,2,opt,name=schema_id,json=schemaId,proto3" json:"schema_id,omitempty"`
	SchemaType         string                 `protobuf:"bytes,3,opt,name=schema_type,json=schemaType,proto3" json:"schema_type,omitempty"`
	IssuerDid          string                 `protobuf:"bytes,4,opt,name=issuer_did,json=issuerDid,proto3" json:"issuer_did,omitempty"`
	HolderDid          string                 `protobuf:"bytes,5,opt,name=holder_did,json=holderDid,proto3" json:"holder_did,omitempty"`
	Expiration         int64                  `protobuf:"varint,6,opt,name=expiration,proto3" json:"expiration,omitempty"`
	Version            *int32                 `protobuf:"varint,7,opt,name=version,proto3,oneof" json:"version,omitempty"`
	Signer             *Signer                `protobuf:"bytes,8,opt,name=signer,proto3" json:"signer,omitempty"`
	ApiManagedHost     string                 `protobuf:"bytes,9,opt,name=api_managed_host,json=apiManagedHost,proto3" json:"api_managed_host,omitempty"`
	BooleanAttributes  []*BooleanAttributeV2  `protobuf:"bytes,10,rep,name=boolean_attributes,json=booleanAttributes,proto3" json:"boolean_attributes,omitempty"`
	DateAttributes     []*DateAttributeV2     `protobuf:"bytes,11,rep,name=date_attributes,json=dateAttributes,proto3" json:"date_attributes,omitempty"`
	DatetimeAttributes []*DateTimeAttributeV2 `protobuf:"bytes,12,rep,name=datetime_attributes,json=datetimeAttributes,proto3" json:"datetime_attributes,omitempty"`
	StringAttributes   []*StringAttributeV2   `protobuf:"bytes,13,rep,name=string_attributes,json=stringAttributes,proto3" json:"string_attributes,omitempty"`
	NumberAttributes   []*NumberAttributeV2   `protobuf:"bytes,14,rep,name=number_attributes,json=numberAttributes,proto3" json:"number_attributes,omitempty"`
	ProofType          []ProofType            `protobuf:"varint,15,rep,packed,name=proof_type,json=proofType,proto3,enum=bloock.ProofType" json:"proof_type,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateCredentialRequestV2) Descriptor deprecated added in v2.6.0

func (*CreateCredentialRequestV2) Descriptor() ([]byte, []int)

Deprecated: Use CreateCredentialRequestV2.ProtoReflect.Descriptor instead.

func (*CreateCredentialRequestV2) GetApiManagedHost added in v2.6.0

func (x *CreateCredentialRequestV2) GetApiManagedHost() string

func (*CreateCredentialRequestV2) GetBooleanAttributes added in v2.6.0

func (x *CreateCredentialRequestV2) GetBooleanAttributes() []*BooleanAttributeV2

func (*CreateCredentialRequestV2) GetConfigData added in v2.6.0

func (x *CreateCredentialRequestV2) GetConfigData() *ConfigData

func (*CreateCredentialRequestV2) GetDateAttributes added in v2.6.0

func (x *CreateCredentialRequestV2) GetDateAttributes() []*DateAttributeV2

func (*CreateCredentialRequestV2) GetDatetimeAttributes added in v2.6.0

func (x *CreateCredentialRequestV2) GetDatetimeAttributes() []*DateTimeAttributeV2

func (*CreateCredentialRequestV2) GetExpiration added in v2.6.0

func (x *CreateCredentialRequestV2) GetExpiration() int64

func (*CreateCredentialRequestV2) GetHolderDid added in v2.6.0

func (x *CreateCredentialRequestV2) GetHolderDid() string

func (*CreateCredentialRequestV2) GetIssuerDid added in v2.6.0

func (x *CreateCredentialRequestV2) GetIssuerDid() string

func (*CreateCredentialRequestV2) GetNumberAttributes

func (x *CreateCredentialRequestV2) GetNumberAttributes() []*NumberAttributeV2

func (*CreateCredentialRequestV2) GetProofType added in v2.6.0

func (x *CreateCredentialRequestV2) GetProofType() []ProofType

func (*CreateCredentialRequestV2) GetSchemaId added in v2.6.0

func (x *CreateCredentialRequestV2) GetSchemaId() string

func (*CreateCredentialRequestV2) GetSchemaType

func (x *CreateCredentialRequestV2) GetSchemaType() string

func (*CreateCredentialRequestV2) GetSigner added in v2.6.0

func (x *CreateCredentialRequestV2) GetSigner() *Signer

func (*CreateCredentialRequestV2) GetStringAttributes added in v2.6.0

func (x *CreateCredentialRequestV2) GetStringAttributes() []*StringAttributeV2

func (*CreateCredentialRequestV2) GetVersion added in v2.6.0

func (x *CreateCredentialRequestV2) GetVersion() int32

func (*CreateCredentialRequestV2) ProtoMessage added in v2.6.0

func (*CreateCredentialRequestV2) ProtoMessage()

func (*CreateCredentialRequestV2) ProtoReflect added in v2.6.0

func (*CreateCredentialRequestV2) Reset added in v2.6.0

func (x *CreateCredentialRequestV2) Reset()

func (*CreateCredentialRequestV2) String added in v2.6.0

func (x *CreateCredentialRequestV2) String() string

type CreateCredentialResponse added in v2.5.0

type CreateCredentialResponse struct {
	CredentialReceipt *CredentialReceipt `protobuf:"bytes,1,opt,name=credential_receipt,json=credentialReceipt,proto3" json:"credential_receipt,omitempty"`
	Error             *Error             `protobuf:"bytes,2,opt,name=error,proto3,oneof" json:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateCredentialResponse) Descriptor deprecated added in v2.5.0

func (*CreateCredentialResponse) Descriptor() ([]byte, []int)

Deprecated: Use CreateCredentialResponse.ProtoReflect.Descriptor instead.

func (*CreateCredentialResponse) GetCredentialReceipt added in v2.5.0

func (x *CreateCredentialResponse) GetCredentialReceipt() *CredentialReceipt

func (*CreateCredentialResponse) GetError added in v2.5.0

func (x *CreateCredentialResponse) GetError() *Error

func (*CreateCredentialResponse) ProtoMessage added in v2.5.0

func (*CreateCredentialResponse) ProtoMessage()

func (*CreateCredentialResponse) ProtoReflect added in v2.5.0

func (x *CreateCredentialResponse) ProtoReflect() protoreflect.Message

func (*CreateCredentialResponse) Reset added in v2.5.0

func (x *CreateCredentialResponse) Reset()

func (*CreateCredentialResponse) String added in v2.5.0

func (x *CreateCredentialResponse) String() string

type CreateCredentialResponseV2 added in v2.6.0

type CreateCredentialResponseV2 struct {
	CredentialReceipt *CredentialReceiptV2 `protobuf:"bytes,1,opt,name=credential_receipt,json=credentialReceipt,proto3" json:"credential_receipt,omitempty"`
	Error             *Error               `protobuf:"bytes,2,opt,name=error,proto3,oneof" json:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateCredentialResponseV2) Descriptor deprecated added in v2.6.0

func (*CreateCredentialResponseV2) Descriptor() ([]byte, []int)

Deprecated: Use CreateCredentialResponseV2.ProtoReflect.Descriptor instead.

func (*CreateCredentialResponseV2) GetCredentialReceipt added in v2.6.0

func (x *CreateCredentialResponseV2) GetCredentialReceipt() *CredentialReceiptV2

func (*CreateCredentialResponseV2) GetError added in v2.6.0

func (x *CreateCredentialResponseV2) GetError() *Error

func (*CreateCredentialResponseV2) ProtoMessage added in v2.6.0

func (*CreateCredentialResponseV2) ProtoMessage()

func (*CreateCredentialResponseV2) ProtoReflect added in v2.6.0

func (*CreateCredentialResponseV2) Reset added in v2.6.0

func (x *CreateCredentialResponseV2) Reset()

func (*CreateCredentialResponseV2) String added in v2.6.0

func (x *CreateCredentialResponseV2) String() string

type CreateIdentityRequest added in v2.5.0

type CreateIdentityRequest struct {
	ConfigData *ConfigData `protobuf:"bytes,1,opt,name=config_data,json=configData,proto3" json:"config_data,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateIdentityRequest) Descriptor deprecated added in v2.5.0

func (*CreateIdentityRequest) Descriptor() ([]byte, []int)

Deprecated: Use CreateIdentityRequest.ProtoReflect.Descriptor instead.

func (*CreateIdentityRequest) GetConfigData added in v2.5.0

func (x *CreateIdentityRequest) GetConfigData() *ConfigData

func (*CreateIdentityRequest) ProtoMessage added in v2.5.0

func (*CreateIdentityRequest) ProtoMessage()

func (*CreateIdentityRequest) ProtoReflect added in v2.5.0

func (x *CreateIdentityRequest) ProtoReflect() protoreflect.Message

func (*CreateIdentityRequest) Reset added in v2.5.0

func (x *CreateIdentityRequest) Reset()

func (*CreateIdentityRequest) String added in v2.5.0

func (x *CreateIdentityRequest) String() string

type CreateIdentityResponse added in v2.5.0

type CreateIdentityResponse struct {
	Identity *Identity `protobuf:"bytes,1,opt,name=identity,proto3" json:"identity,omitempty"`
	Error    *Error    `protobuf:"bytes,2,opt,name=error,proto3,oneof" json:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateIdentityResponse) Descriptor deprecated added in v2.5.0

func (*CreateIdentityResponse) Descriptor() ([]byte, []int)

Deprecated: Use CreateIdentityResponse.ProtoReflect.Descriptor instead.

func (*CreateIdentityResponse) GetError added in v2.5.0

func (x *CreateIdentityResponse) GetError() *Error

func (*CreateIdentityResponse) GetIdentity added in v2.5.0

func (x *CreateIdentityResponse) GetIdentity() *Identity

func (*CreateIdentityResponse) ProtoMessage added in v2.5.0

func (*CreateIdentityResponse) ProtoMessage()

func (*CreateIdentityResponse) ProtoReflect added in v2.5.0

func (x *CreateIdentityResponse) ProtoReflect() protoreflect.Message

func (*CreateIdentityResponse) Reset added in v2.5.0

func (x *CreateIdentityResponse) Reset()

func (*CreateIdentityResponse) String added in v2.5.0

func (x *CreateIdentityResponse) String() string

type CreateIssuerRequest added in v2.6.0

type CreateIssuerRequest struct {
	IssuerKey    *IssuerKey    `protobuf:"bytes,1,opt,name=issuer_key,json=issuerKey,proto3" json:"issuer_key,omitempty"`
	ConfigData   *ConfigData   `protobuf:"bytes,2,opt,name=config_data,json=configData,proto3" json:"config_data,omitempty"`
	IssuerParams *IssuerParams `protobuf:"bytes,3,opt,name=issuer_params,json=issuerParams,proto3,oneof" json:"issuer_params,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateIssuerRequest) Descriptor deprecated added in v2.6.0

func (*CreateIssuerRequest) Descriptor() ([]byte, []int)

Deprecated: Use CreateIssuerRequest.ProtoReflect.Descriptor instead.

func (*CreateIssuerRequest) GetConfigData added in v2.6.0

func (x *CreateIssuerRequest) GetConfigData() *ConfigData

func (*CreateIssuerRequest) GetIssuerKey added in v2.6.0

func (x *CreateIssuerRequest) GetIssuerKey() *IssuerKey

func (*CreateIssuerRequest) GetIssuerParams added in v2.6.0

func (x *CreateIssuerRequest) GetIssuerParams() *IssuerParams

func (*CreateIssuerRequest) ProtoMessage added in v2.6.0

func (*CreateIssuerRequest) ProtoMessage()

func (*CreateIssuerRequest) ProtoReflect added in v2.6.0

func (x *CreateIssuerRequest) ProtoReflect() protoreflect.Message

func (*CreateIssuerRequest) Reset added in v2.6.0

func (x *CreateIssuerRequest) Reset()

func (*CreateIssuerRequest) String added in v2.6.0

func (x *CreateIssuerRequest) String() string

type CreateIssuerResponse added in v2.6.0

type CreateIssuerResponse struct {
	Did   string `protobuf:"bytes,1,opt,name=did,proto3" json:"did,omitempty"`
	Error *Error `protobuf:"bytes,2,opt,name=error,proto3,oneof" json:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateIssuerResponse) Descriptor deprecated added in v2.6.0

func (*CreateIssuerResponse) Descriptor() ([]byte, []int)

Deprecated: Use CreateIssuerResponse.ProtoReflect.Descriptor instead.

func (*CreateIssuerResponse) GetDid added in v2.6.0

func (x *CreateIssuerResponse) GetDid() string

func (*CreateIssuerResponse) GetError added in v2.6.0

func (x *CreateIssuerResponse) GetError() *Error

func (*CreateIssuerResponse) ProtoMessage added in v2.6.0

func (*CreateIssuerResponse) ProtoMessage()

func (*CreateIssuerResponse) ProtoReflect added in v2.6.0

func (x *CreateIssuerResponse) ProtoReflect() protoreflect.Message

func (*CreateIssuerResponse) Reset added in v2.6.0

func (x *CreateIssuerResponse) Reset()

func (*CreateIssuerResponse) String added in v2.6.0

func (x *CreateIssuerResponse) String() string

type Credential added in v2.5.0

type Credential struct {
	Context           []string          `protobuf:"bytes,1,rep,name=context,proto3" json:"context,omitempty"`
	Id                string            `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	Type              []string          `protobuf:"bytes,3,rep,name=type,proto3" json:"type,omitempty"`
	IssuanceDate      string            `protobuf:"bytes,4,opt,name=issuance_date,json=issuanceDate,proto3" json:"issuance_date,omitempty"`
	CredentialSubject string            `protobuf:"bytes,5,opt,name=credential_subject,json=credentialSubject,proto3" json:"credential_subject,omitempty"`
	CredentialStatus  *CredentialStatus `protobuf:"bytes,6,opt,name=credential_status,json=credentialStatus,proto3" json:"credential_status,omitempty"`
	Issuer            string            `protobuf:"bytes,7,opt,name=issuer,proto3" json:"issuer,omitempty"`
	CredentialSchema  *CredentialSchema `protobuf:"bytes,8,opt,name=credential_schema,json=credentialSchema,proto3" json:"credential_schema,omitempty"`
	Proof             *CredentialProof  `protobuf:"bytes,9,opt,name=proof,proto3" json:"proof,omitempty"`
	// contains filtered or unexported fields
}

func (*Credential) Descriptor deprecated added in v2.5.0

func (*Credential) Descriptor() ([]byte, []int)

Deprecated: Use Credential.ProtoReflect.Descriptor instead.

func (*Credential) GetContext added in v2.5.1

func (x *Credential) GetContext() []string

func (*Credential) GetCredentialSchema added in v2.5.1

func (x *Credential) GetCredentialSchema() *CredentialSchema

func (*Credential) GetCredentialStatus added in v2.5.1

func (x *Credential) GetCredentialStatus() *CredentialStatus

func (*Credential) GetCredentialSubject added in v2.5.1

func (x *Credential) GetCredentialSubject() string

func (*Credential) GetId added in v2.5.1

func (x *Credential) GetId() string

func (*Credential) GetIssuanceDate added in v2.5.1

func (x *Credential) GetIssuanceDate() string

func (*Credential) GetIssuer added in v2.5.1

func (x *Credential) GetIssuer() string

func (*Credential) GetProof added in v2.5.1

func (x *Credential) GetProof() *CredentialProof

func (*Credential) GetType added in v2.5.1

func (x *Credential) GetType() []string

func (*Credential) ProtoMessage added in v2.5.0

func (*Credential) ProtoMessage()

func (*Credential) ProtoReflect added in v2.5.0

func (x *Credential) ProtoReflect() protoreflect.Message

func (*Credential) Reset added in v2.5.0

func (x *Credential) Reset()

func (*Credential) String added in v2.5.0

func (x *Credential) String() string

type CredentialFromJsonRequest added in v2.5.0

type CredentialFromJsonRequest struct {
	ConfigData *ConfigData `protobuf:"bytes,1,opt,name=config_data,json=configData,proto3" json:"config_data,omitempty"`
	Json       string      `protobuf:"bytes,2,opt,name=json,proto3" json:"json,omitempty"`
	// contains filtered or unexported fields
}

func (*CredentialFromJsonRequest) Descriptor deprecated added in v2.5.0

func (*CredentialFromJsonRequest) Descriptor() ([]byte, []int)

Deprecated: Use CredentialFromJsonRequest.ProtoReflect.Descriptor instead.

func (*CredentialFromJsonRequest) GetConfigData added in v2.5.0

func (x *CredentialFromJsonRequest) GetConfigData() *ConfigData

func (*CredentialFromJsonRequest) GetJson added in v2.5.0

func (x *CredentialFromJsonRequest) GetJson() string

func (*CredentialFromJsonRequest) ProtoMessage added in v2.5.0

func (*CredentialFromJsonRequest) ProtoMessage()

func (*CredentialFromJsonRequest) ProtoReflect added in v2.5.0

func (*CredentialFromJsonRequest) Reset added in v2.5.0

func (x *CredentialFromJsonRequest) Reset()

func (*CredentialFromJsonRequest) String added in v2.5.0

func (x *CredentialFromJsonRequest) String() string

type CredentialFromJsonRequestV2 added in v2.6.0

type CredentialFromJsonRequestV2 struct {
	ConfigData *ConfigData `protobuf:"bytes,1,opt,name=config_data,json=configData,proto3" json:"config_data,omitempty"`
	Json       string      `protobuf:"bytes,2,opt,name=json,proto3" json:"json,omitempty"`
	// contains filtered or unexported fields
}

func (*CredentialFromJsonRequestV2) Descriptor deprecated added in v2.6.0

func (*CredentialFromJsonRequestV2) Descriptor() ([]byte, []int)

Deprecated: Use CredentialFromJsonRequestV2.ProtoReflect.Descriptor instead.

func (*CredentialFromJsonRequestV2) GetConfigData added in v2.6.0

func (x *CredentialFromJsonRequestV2) GetConfigData() *ConfigData

func (*CredentialFromJsonRequestV2) GetJson added in v2.6.0

func (x *CredentialFromJsonRequestV2) GetJson() string

func (*CredentialFromJsonRequestV2) ProtoMessage added in v2.6.0

func (*CredentialFromJsonRequestV2) ProtoMessage()

func (*CredentialFromJsonRequestV2) ProtoReflect added in v2.6.0

func (*CredentialFromJsonRequestV2) Reset added in v2.6.0

func (x *CredentialFromJsonRequestV2) Reset()

func (*CredentialFromJsonRequestV2) String added in v2.6.0

func (x *CredentialFromJsonRequestV2) String() string

type CredentialFromJsonResponse added in v2.5.0

type CredentialFromJsonResponse struct {
	Credential *Credential `protobuf:"bytes,1,opt,name=credential,proto3" json:"credential,omitempty"`
	Error      *Error      `protobuf:"bytes,2,opt,name=error,proto3,oneof" json:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*CredentialFromJsonResponse) Descriptor deprecated added in v2.5.0

func (*CredentialFromJsonResponse) Descriptor() ([]byte, []int)

Deprecated: Use CredentialFromJsonResponse.ProtoReflect.Descriptor instead.

func (*CredentialFromJsonResponse) GetCredential added in v2.5.0

func (x *CredentialFromJsonResponse) GetCredential() *Credential

func (*CredentialFromJsonResponse) GetError added in v2.5.0

func (x *CredentialFromJsonResponse) GetError() *Error

func (*CredentialFromJsonResponse) ProtoMessage added in v2.5.0

func (*CredentialFromJsonResponse) ProtoMessage()

func (*CredentialFromJsonResponse) ProtoReflect added in v2.5.0

func (*CredentialFromJsonResponse) Reset added in v2.5.0

func (x *CredentialFromJsonResponse) Reset()

func (*CredentialFromJsonResponse) String added in v2.5.0

func (x *CredentialFromJsonResponse) String() string

type CredentialFromJsonResponseV2 added in v2.6.0

type CredentialFromJsonResponseV2 struct {
	Credential *CredentialV2 `protobuf:"bytes,1,opt,name=credential,proto3" json:"credential,omitempty"`
	Error      *Error        `protobuf:"bytes,2,opt,name=error,proto3,oneof" json:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*CredentialFromJsonResponseV2) Descriptor deprecated added in v2.6.0

func (*CredentialFromJsonResponseV2) Descriptor() ([]byte, []int)

Deprecated: Use CredentialFromJsonResponseV2.ProtoReflect.Descriptor instead.

func (*CredentialFromJsonResponseV2) GetCredential added in v2.6.0

func (x *CredentialFromJsonResponseV2) GetCredential() *CredentialV2

func (*CredentialFromJsonResponseV2) GetError added in v2.6.0

func (x *CredentialFromJsonResponseV2) GetError() *Error

func (*CredentialFromJsonResponseV2) ProtoMessage added in v2.6.0

func (*CredentialFromJsonResponseV2) ProtoMessage()

func (*CredentialFromJsonResponseV2) ProtoReflect added in v2.6.0

func (*CredentialFromJsonResponseV2) Reset added in v2.6.0

func (x *CredentialFromJsonResponseV2) Reset()

func (*CredentialFromJsonResponseV2) String added in v2.6.0

type CredentialOffer added in v2.5.0

type CredentialOffer struct {
	Thid  string               `protobuf:"bytes,1,opt,name=thid,proto3" json:"thid,omitempty"`
	Body  *CredentialOfferBody `protobuf:"bytes,2,opt,name=body,proto3" json:"body,omitempty"`
	XFrom string               `protobuf:"bytes,3,opt,name=_from,json=From,proto3" json:"_from,omitempty"`
	XTo   string               `protobuf:"bytes,4,opt,name=_to,json=To,proto3" json:"_to,omitempty"`
	// contains filtered or unexported fields
}

func (*CredentialOffer) Descriptor deprecated added in v2.5.0

func (*CredentialOffer) Descriptor() ([]byte, []int)

Deprecated: Use CredentialOffer.ProtoReflect.Descriptor instead.

func (*CredentialOffer) GetBody added in v2.5.0

func (x *CredentialOffer) GetBody() *CredentialOfferBody

func (*CredentialOffer) GetThid added in v2.5.0

func (x *CredentialOffer) GetThid() string

func (*CredentialOffer) GetXFrom added in v2.5.0

func (x *CredentialOffer) GetXFrom() string

func (*CredentialOffer) GetXTo added in v2.5.0

func (x *CredentialOffer) GetXTo() string

func (*CredentialOffer) ProtoMessage added in v2.5.0

func (*CredentialOffer) ProtoMessage()

func (*CredentialOffer) ProtoReflect added in v2.5.0

func (x *CredentialOffer) ProtoReflect() protoreflect.Message

func (*CredentialOffer) Reset added in v2.5.0

func (x *CredentialOffer) Reset()

func (*CredentialOffer) String added in v2.5.0

func (x *CredentialOffer) String() string

type CredentialOfferBody added in v2.5.0

type CredentialOfferBody struct {
	Url         string                            `protobuf:"bytes,1,opt,name=url,proto3" json:"url,omitempty"`
	Credentials []*CredentialOfferBodyCredentials `protobuf:"bytes,2,rep,name=credentials,proto3" json:"credentials,omitempty"`
	// contains filtered or unexported fields
}

func (*CredentialOfferBody) Descriptor deprecated added in v2.5.0

func (*CredentialOfferBody) Descriptor() ([]byte, []int)

Deprecated: Use CredentialOfferBody.ProtoReflect.Descriptor instead.

func (*CredentialOfferBody) GetCredentials added in v2.5.0

func (x *CredentialOfferBody) GetCredentials() []*CredentialOfferBodyCredentials

func (*CredentialOfferBody) GetUrl added in v2.5.0

func (x *CredentialOfferBody) GetUrl() string

func (*CredentialOfferBody) ProtoMessage added in v2.5.0

func (*CredentialOfferBody) ProtoMessage()

func (*CredentialOfferBody) ProtoReflect added in v2.5.0

func (x *CredentialOfferBody) ProtoReflect() protoreflect.Message

func (*CredentialOfferBody) Reset added in v2.5.0

func (x *CredentialOfferBody) Reset()

func (*CredentialOfferBody) String added in v2.5.0

func (x *CredentialOfferBody) String() string

type CredentialOfferBodyCredentials added in v2.5.0

type CredentialOfferBodyCredentials struct {
	Id          string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Description string `protobuf:"bytes,2,opt,name=description,proto3" json:"description,omitempty"`
	// contains filtered or unexported fields
}

func (*CredentialOfferBodyCredentials) Descriptor deprecated added in v2.5.0

func (*CredentialOfferBodyCredentials) Descriptor() ([]byte, []int)

Deprecated: Use CredentialOfferBodyCredentials.ProtoReflect.Descriptor instead.

func (*CredentialOfferBodyCredentials) GetDescription added in v2.5.0

func (x *CredentialOfferBodyCredentials) GetDescription() string

func (*CredentialOfferBodyCredentials) GetId added in v2.5.0

func (*CredentialOfferBodyCredentials) ProtoMessage added in v2.5.0

func (*CredentialOfferBodyCredentials) ProtoMessage()

func (*CredentialOfferBodyCredentials) ProtoReflect added in v2.5.0

func (*CredentialOfferBodyCredentials) Reset added in v2.5.0

func (x *CredentialOfferBodyCredentials) Reset()

func (*CredentialOfferBodyCredentials) String added in v2.5.0

type CredentialOfferFromJsonRequest added in v2.5.0

type CredentialOfferFromJsonRequest struct {
	ConfigData *ConfigData `protobuf:"bytes,1,opt,name=config_data,json=configData,proto3" json:"config_data,omitempty"`
	Json       string      `protobuf:"bytes,2,opt,name=json,proto3" json:"json,omitempty"`
	// contains filtered or unexported fields
}

func (*CredentialOfferFromJsonRequest) Descriptor deprecated added in v2.5.0

func (*CredentialOfferFromJsonRequest) Descriptor() ([]byte, []int)

Deprecated: Use CredentialOfferFromJsonRequest.ProtoReflect.Descriptor instead.

func (*CredentialOfferFromJsonRequest) GetConfigData added in v2.5.0

func (x *CredentialOfferFromJsonRequest) GetConfigData() *ConfigData

func (*CredentialOfferFromJsonRequest) GetJson added in v2.5.0

func (*CredentialOfferFromJsonRequest) ProtoMessage added in v2.5.0

func (*CredentialOfferFromJsonRequest) ProtoMessage()

func (*CredentialOfferFromJsonRequest) ProtoReflect added in v2.5.0

func (*CredentialOfferFromJsonRequest) Reset added in v2.5.0

func (x *CredentialOfferFromJsonRequest) Reset()

func (*CredentialOfferFromJsonRequest) String added in v2.5.0

type CredentialOfferFromJsonResponse added in v2.5.0

type CredentialOfferFromJsonResponse struct {
	CredentialOffer *CredentialOffer `protobuf:"bytes,1,opt,name=credential_offer,json=credentialOffer,proto3" json:"credential_offer,omitempty"`
	Error           *Error           `protobuf:"bytes,2,opt,name=error,proto3,oneof" json:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*CredentialOfferFromJsonResponse) Descriptor deprecated added in v2.5.0

func (*CredentialOfferFromJsonResponse) Descriptor() ([]byte, []int)

Deprecated: Use CredentialOfferFromJsonResponse.ProtoReflect.Descriptor instead.

func (*CredentialOfferFromJsonResponse) GetCredentialOffer added in v2.5.0

func (x *CredentialOfferFromJsonResponse) GetCredentialOffer() *CredentialOffer

func (*CredentialOfferFromJsonResponse) GetError added in v2.5.0

func (x *CredentialOfferFromJsonResponse) GetError() *Error

func (*CredentialOfferFromJsonResponse) ProtoMessage added in v2.5.0

func (*CredentialOfferFromJsonResponse) ProtoMessage()

func (*CredentialOfferFromJsonResponse) ProtoReflect added in v2.5.0

func (*CredentialOfferFromJsonResponse) Reset added in v2.5.0

func (*CredentialOfferFromJsonResponse) String added in v2.5.0

type CredentialOfferRedeemRequest added in v2.5.0

type CredentialOfferRedeemRequest struct {
	ConfigData         *ConfigData      `protobuf:"bytes,1,opt,name=config_data,json=configData,proto3" json:"config_data,omitempty"`
	CredentialOffer    *CredentialOffer `protobuf:"bytes,2,opt,name=credential_offer,json=credentialOffer,proto3" json:"credential_offer,omitempty"`
	IdentityPrivateKey string           `protobuf:"bytes,3,opt,name=identity_private_key,json=identityPrivateKey,proto3" json:"identity_private_key,omitempty"`
	// contains filtered or unexported fields
}

func (*CredentialOfferRedeemRequest) Descriptor deprecated added in v2.5.0

func (*CredentialOfferRedeemRequest) Descriptor() ([]byte, []int)

Deprecated: Use CredentialOfferRedeemRequest.ProtoReflect.Descriptor instead.

func (*CredentialOfferRedeemRequest) GetConfigData added in v2.5.0

func (x *CredentialOfferRedeemRequest) GetConfigData() *ConfigData

func (*CredentialOfferRedeemRequest) GetCredentialOffer added in v2.5.0

func (x *CredentialOfferRedeemRequest) GetCredentialOffer() *CredentialOffer

func (*CredentialOfferRedeemRequest) GetIdentityPrivateKey added in v2.5.0

func (x *CredentialOfferRedeemRequest) GetIdentityPrivateKey() string

func (*CredentialOfferRedeemRequest) ProtoMessage added in v2.5.0

func (*CredentialOfferRedeemRequest) ProtoMessage()

func (*CredentialOfferRedeemRequest) ProtoReflect added in v2.5.0

func (*CredentialOfferRedeemRequest) Reset added in v2.5.0

func (x *CredentialOfferRedeemRequest) Reset()

func (*CredentialOfferRedeemRequest) String added in v2.5.0

type CredentialOfferRedeemResponse added in v2.5.0

type CredentialOfferRedeemResponse struct {
	Credential *Credential `protobuf:"bytes,1,opt,name=credential,proto3" json:"credential,omitempty"`
	Error      *Error      `protobuf:"bytes,2,opt,name=error,proto3,oneof" json:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*CredentialOfferRedeemResponse) Descriptor deprecated added in v2.5.0

func (*CredentialOfferRedeemResponse) Descriptor() ([]byte, []int)

Deprecated: Use CredentialOfferRedeemResponse.ProtoReflect.Descriptor instead.

func (*CredentialOfferRedeemResponse) GetCredential added in v2.5.0

func (x *CredentialOfferRedeemResponse) GetCredential() *Credential

func (*CredentialOfferRedeemResponse) GetError added in v2.5.0

func (x *CredentialOfferRedeemResponse) GetError() *Error

func (*CredentialOfferRedeemResponse) ProtoMessage added in v2.5.0

func (*CredentialOfferRedeemResponse) ProtoMessage()

func (*CredentialOfferRedeemResponse) ProtoReflect added in v2.5.0

func (*CredentialOfferRedeemResponse) Reset added in v2.5.0

func (x *CredentialOfferRedeemResponse) Reset()

func (*CredentialOfferRedeemResponse) String added in v2.5.0

type CredentialOfferToJsonRequest added in v2.5.0

type CredentialOfferToJsonRequest struct {
	ConfigData      *ConfigData      `protobuf:"bytes,1,opt,name=config_data,json=configData,proto3" json:"config_data,omitempty"`
	CredentialOffer *CredentialOffer `protobuf:"bytes,2,opt,name=credential_offer,json=credentialOffer,proto3" json:"credential_offer,omitempty"`
	// contains filtered or unexported fields
}

func (*CredentialOfferToJsonRequest) Descriptor deprecated added in v2.5.0

func (*CredentialOfferToJsonRequest) Descriptor() ([]byte, []int)

Deprecated: Use CredentialOfferToJsonRequest.ProtoReflect.Descriptor instead.

func (*CredentialOfferToJsonRequest) GetConfigData added in v2.5.0

func (x *CredentialOfferToJsonRequest) GetConfigData() *ConfigData

func (*CredentialOfferToJsonRequest) GetCredentialOffer added in v2.5.0

func (x *CredentialOfferToJsonRequest) GetCredentialOffer() *CredentialOffer

func (*CredentialOfferToJsonRequest) ProtoMessage added in v2.5.0

func (*CredentialOfferToJsonRequest) ProtoMessage()

func (*CredentialOfferToJsonRequest) ProtoReflect added in v2.5.0

func (*CredentialOfferToJsonRequest) Reset added in v2.5.0

func (x *CredentialOfferToJsonRequest) Reset()

func (*CredentialOfferToJsonRequest) String added in v2.5.0

type CredentialOfferToJsonResponse added in v2.5.0

type CredentialOfferToJsonResponse struct {
	Json  string `protobuf:"bytes,1,opt,name=json,proto3" json:"json,omitempty"`
	Error *Error `protobuf:"bytes,2,opt,name=error,proto3,oneof" json:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*CredentialOfferToJsonResponse) Descriptor deprecated added in v2.5.0

func (*CredentialOfferToJsonResponse) Descriptor() ([]byte, []int)

Deprecated: Use CredentialOfferToJsonResponse.ProtoReflect.Descriptor instead.

func (*CredentialOfferToJsonResponse) GetError added in v2.5.0

func (x *CredentialOfferToJsonResponse) GetError() *Error

func (*CredentialOfferToJsonResponse) GetJson added in v2.5.0

func (*CredentialOfferToJsonResponse) ProtoMessage added in v2.5.0

func (*CredentialOfferToJsonResponse) ProtoMessage()

func (*CredentialOfferToJsonResponse) ProtoReflect added in v2.5.0

func (*CredentialOfferToJsonResponse) Reset added in v2.5.0

func (x *CredentialOfferToJsonResponse) Reset()

func (*CredentialOfferToJsonResponse) String added in v2.5.0

type CredentialProof added in v2.5.0

type CredentialProof struct {
	BloockProof    *Proof     `protobuf:"bytes,1,opt,name=bloock_proof,json=bloockProof,proto3" json:"bloock_proof,omitempty"`
	SignatureProof *Signature `protobuf:"bytes,2,opt,name=signature_proof,json=signatureProof,proto3" json:"signature_proof,omitempty"`
	// contains filtered or unexported fields
}

func (*CredentialProof) Descriptor deprecated added in v2.5.0

func (*CredentialProof) Descriptor() ([]byte, []int)

Deprecated: Use CredentialProof.ProtoReflect.Descriptor instead.

func (*CredentialProof) GetBloockProof added in v2.5.0

func (x *CredentialProof) GetBloockProof() *Proof

func (*CredentialProof) GetSignatureProof added in v2.5.0

func (x *CredentialProof) GetSignatureProof() *Signature

func (*CredentialProof) ProtoMessage added in v2.5.0

func (*CredentialProof) ProtoMessage()

func (*CredentialProof) ProtoReflect added in v2.5.0

func (x *CredentialProof) ProtoReflect() protoreflect.Message

func (*CredentialProof) Reset added in v2.5.0

func (x *CredentialProof) Reset()

func (*CredentialProof) String added in v2.5.0

func (x *CredentialProof) String() string

type CredentialProofV2 added in v2.6.0

type CredentialProofV2 struct {
	SignatureProof string  `protobuf:"bytes,1,opt,name=signature_proof,json=signatureProof,proto3" json:"signature_proof,omitempty"`
	IntegrityProof *string `protobuf:"bytes,2,opt,name=integrity_proof,json=integrityProof,proto3,oneof" json:"integrity_proof,omitempty"`
	SparseMtProof  *string `protobuf:"bytes,3,opt,name=sparse_mt_proof,json=sparseMtProof,proto3,oneof" json:"sparse_mt_proof,omitempty"`
	// contains filtered or unexported fields
}

func (*CredentialProofV2) Descriptor deprecated added in v2.6.0

func (*CredentialProofV2) Descriptor() ([]byte, []int)

Deprecated: Use CredentialProofV2.ProtoReflect.Descriptor instead.

func (*CredentialProofV2) GetIntegrityProof added in v2.6.0

func (x *CredentialProofV2) GetIntegrityProof() string

func (*CredentialProofV2) GetSignatureProof added in v2.6.0

func (x *CredentialProofV2) GetSignatureProof() string

func (*CredentialProofV2) GetSparseMtProof added in v2.6.0

func (x *CredentialProofV2) GetSparseMtProof() string

func (*CredentialProofV2) ProtoMessage added in v2.6.0

func (*CredentialProofV2) ProtoMessage()

func (*CredentialProofV2) ProtoReflect added in v2.6.0

func (x *CredentialProofV2) ProtoReflect() protoreflect.Message

func (*CredentialProofV2) Reset added in v2.6.0

func (x *CredentialProofV2) Reset()

func (*CredentialProofV2) String added in v2.6.0

func (x *CredentialProofV2) String() string

type CredentialReceipt added in v2.5.0

type CredentialReceipt struct {
	Id       string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	AnchorId int64  `protobuf:"varint,2,opt,name=anchor_id,json=anchorId,proto3" json:"anchor_id,omitempty"`
	// contains filtered or unexported fields
}

func (*CredentialReceipt) Descriptor deprecated added in v2.5.0

func (*CredentialReceipt) Descriptor() ([]byte, []int)

Deprecated: Use CredentialReceipt.ProtoReflect.Descriptor instead.

func (*CredentialReceipt) GetAnchorId added in v2.5.0

func (x *CredentialReceipt) GetAnchorId() int64

func (*CredentialReceipt) GetId added in v2.5.0

func (x *CredentialReceipt) GetId() string

func (*CredentialReceipt) ProtoMessage added in v2.5.0

func (*CredentialReceipt) ProtoMessage()

func (*CredentialReceipt) ProtoReflect added in v2.5.0

func (x *CredentialReceipt) ProtoReflect() protoreflect.Message

func (*CredentialReceipt) Reset added in v2.5.0

func (x *CredentialReceipt) Reset()

func (*CredentialReceipt) String added in v2.5.0

func (x *CredentialReceipt) String() string

type CredentialReceiptV2 added in v2.6.0

type CredentialReceiptV2 struct {
	Credential   *CredentialV2 `protobuf:"bytes,1,opt,name=credential,proto3" json:"credential,omitempty"`
	CredentialId string        `protobuf:"bytes,2,opt,name=credential_id,json=credentialId,proto3" json:"credential_id,omitempty"`
	AnchorId     *int64        `protobuf:"varint,3,opt,name=anchor_id,json=anchorId,proto3,oneof" json:"anchor_id,omitempty"`
	// contains filtered or unexported fields
}

func (*CredentialReceiptV2) Descriptor deprecated added in v2.6.0

func (*CredentialReceiptV2) Descriptor() ([]byte, []int)

Deprecated: Use CredentialReceiptV2.ProtoReflect.Descriptor instead.

func (*CredentialReceiptV2) GetAnchorId added in v2.6.0

func (x *CredentialReceiptV2) GetAnchorId() int64

func (*CredentialReceiptV2) GetCredential added in v2.6.0

func (x *CredentialReceiptV2) GetCredential() *CredentialV2

func (*CredentialReceiptV2) GetCredentialId added in v2.6.0

func (x *CredentialReceiptV2) GetCredentialId() string

func (*CredentialReceiptV2) ProtoMessage added in v2.6.0

func (*CredentialReceiptV2) ProtoMessage()

func (*CredentialReceiptV2) ProtoReflect added in v2.6.0

func (x *CredentialReceiptV2) ProtoReflect() protoreflect.Message

func (*CredentialReceiptV2) Reset added in v2.6.0

func (x *CredentialReceiptV2) Reset()

func (*CredentialReceiptV2) String added in v2.6.0

func (x *CredentialReceiptV2) String() string

type CredentialRevocation added in v2.5.0

type CredentialRevocation struct {
	Success bool `protobuf:"varint,1,opt,name=success,proto3" json:"success,omitempty"`
	// contains filtered or unexported fields
}

func (*CredentialRevocation) Descriptor deprecated added in v2.5.0

func (*CredentialRevocation) Descriptor() ([]byte, []int)

Deprecated: Use CredentialRevocation.ProtoReflect.Descriptor instead.

func (*CredentialRevocation) GetSuccess added in v2.5.0

func (x *CredentialRevocation) GetSuccess() bool

func (*CredentialRevocation) ProtoMessage added in v2.5.0

func (*CredentialRevocation) ProtoMessage()

func (*CredentialRevocation) ProtoReflect added in v2.5.0

func (x *CredentialRevocation) ProtoReflect() protoreflect.Message

func (*CredentialRevocation) Reset added in v2.5.0

func (x *CredentialRevocation) Reset()

func (*CredentialRevocation) String added in v2.5.0

func (x *CredentialRevocation) String() string

type CredentialRevocationV2 added in v2.6.0

type CredentialRevocationV2 struct {
	Success bool `protobuf:"varint,1,opt,name=success,proto3" json:"success,omitempty"`
	// contains filtered or unexported fields
}

func (*CredentialRevocationV2) Descriptor deprecated added in v2.6.0

func (*CredentialRevocationV2) Descriptor() ([]byte, []int)

Deprecated: Use CredentialRevocationV2.ProtoReflect.Descriptor instead.

func (*CredentialRevocationV2) GetSuccess added in v2.6.0

func (x *CredentialRevocationV2) GetSuccess() bool

func (*CredentialRevocationV2) ProtoMessage added in v2.6.0

func (*CredentialRevocationV2) ProtoMessage()

func (*CredentialRevocationV2) ProtoReflect added in v2.6.0

func (x *CredentialRevocationV2) ProtoReflect() protoreflect.Message

func (*CredentialRevocationV2) Reset added in v2.6.0

func (x *CredentialRevocationV2) Reset()

func (*CredentialRevocationV2) String added in v2.6.0

func (x *CredentialRevocationV2) String() string

type CredentialSchema added in v2.5.0

type CredentialSchema struct {
	Id   string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Type string `protobuf:"bytes,2,opt,name=type,proto3" json:"type,omitempty"`
	// contains filtered or unexported fields
}

func (*CredentialSchema) Descriptor deprecated added in v2.5.0

func (*CredentialSchema) Descriptor() ([]byte, []int)

Deprecated: Use CredentialSchema.ProtoReflect.Descriptor instead.

func (*CredentialSchema) GetId added in v2.5.0

func (x *CredentialSchema) GetId() string

func (*CredentialSchema) GetType added in v2.5.0

func (x *CredentialSchema) GetType() string

func (*CredentialSchema) ProtoMessage added in v2.5.0

func (*CredentialSchema) ProtoMessage()

func (*CredentialSchema) ProtoReflect added in v2.5.0

func (x *CredentialSchema) ProtoReflect() protoreflect.Message

func (*CredentialSchema) Reset added in v2.5.0

func (x *CredentialSchema) Reset()

func (*CredentialSchema) String added in v2.5.0

func (x *CredentialSchema) String() string

type CredentialSchemaV2 added in v2.6.0

type CredentialSchemaV2 struct {
	Id   string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Type string `protobuf:"bytes,2,opt,name=type,proto3" json:"type,omitempty"`
	// contains filtered or unexported fields
}

func (*CredentialSchemaV2) Descriptor deprecated added in v2.6.0

func (*CredentialSchemaV2) Descriptor() ([]byte, []int)

Deprecated: Use CredentialSchemaV2.ProtoReflect.Descriptor instead.

func (*CredentialSchemaV2) GetId added in v2.6.0

func (x *CredentialSchemaV2) GetId() string

func (*CredentialSchemaV2) GetType added in v2.6.0

func (x *CredentialSchemaV2) GetType() string

func (*CredentialSchemaV2) ProtoMessage added in v2.6.0

func (*CredentialSchemaV2) ProtoMessage()

func (*CredentialSchemaV2) ProtoReflect added in v2.6.0

func (x *CredentialSchemaV2) ProtoReflect() protoreflect.Message

func (*CredentialSchemaV2) Reset added in v2.6.0

func (x *CredentialSchemaV2) Reset()

func (*CredentialSchemaV2) String added in v2.6.0

func (x *CredentialSchemaV2) String() string

type CredentialStatus added in v2.5.0

type CredentialStatus struct {
	Id              string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	RevocationNonce int64  `protobuf:"varint,2,opt,name=revocation_nonce,json=revocationNonce,proto3" json:"revocation_nonce,omitempty"`
	Type            string `protobuf:"bytes,3,opt,name=type,proto3" json:"type,omitempty"`
	// contains filtered or unexported fields
}

func (*CredentialStatus) Descriptor deprecated added in v2.5.0

func (*CredentialStatus) Descriptor() ([]byte, []int)

Deprecated: Use CredentialStatus.ProtoReflect.Descriptor instead.

func (*CredentialStatus) GetId added in v2.5.0

func (x *CredentialStatus) GetId() string

func (*CredentialStatus) GetRevocationNonce added in v2.5.0

func (x *CredentialStatus) GetRevocationNonce() int64

func (*CredentialStatus) GetType added in v2.5.0

func (x *CredentialStatus) GetType() string

func (*CredentialStatus) ProtoMessage added in v2.5.0

func (*CredentialStatus) ProtoMessage()

func (*CredentialStatus) ProtoReflect added in v2.5.0

func (x *CredentialStatus) ProtoReflect() protoreflect.Message

func (*CredentialStatus) Reset added in v2.5.0

func (x *CredentialStatus) Reset()

func (*CredentialStatus) String added in v2.5.0

func (x *CredentialStatus) String() string

type CredentialStatusV2 added in v2.6.0

type CredentialStatusV2 struct {
	Id              string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	RevocationNonce int64  `protobuf:"varint,2,opt,name=revocation_nonce,json=revocationNonce,proto3" json:"revocation_nonce,omitempty"`
	Type            string `protobuf:"bytes,3,opt,name=type,proto3" json:"type,omitempty"`
	// contains filtered or unexported fields
}

func (*CredentialStatusV2) Descriptor deprecated added in v2.6.0

func (*CredentialStatusV2) Descriptor() ([]byte, []int)

Deprecated: Use CredentialStatusV2.ProtoReflect.Descriptor instead.

func (*CredentialStatusV2) GetId added in v2.6.0

func (x *CredentialStatusV2) GetId() string

func (*CredentialStatusV2) GetRevocationNonce added in v2.6.0

func (x *CredentialStatusV2) GetRevocationNonce() int64

func (*CredentialStatusV2) GetType added in v2.6.0

func (x *CredentialStatusV2) GetType() string

func (*CredentialStatusV2) ProtoMessage added in v2.6.0

func (*CredentialStatusV2) ProtoMessage()

func (*CredentialStatusV2) ProtoReflect added in v2.6.0

func (x *CredentialStatusV2) ProtoReflect() protoreflect.Message

func (*CredentialStatusV2) Reset added in v2.6.0

func (x *CredentialStatusV2) Reset()

func (*CredentialStatusV2) String added in v2.6.0

func (x *CredentialStatusV2) String() string

type CredentialToJsonRequest added in v2.5.0

type CredentialToJsonRequest struct {
	ConfigData *ConfigData `protobuf:"bytes,1,opt,name=config_data,json=configData,proto3" json:"config_data,omitempty"`
	Credential *Credential `protobuf:"bytes,2,opt,name=credential,proto3" json:"credential,omitempty"`
	// contains filtered or unexported fields
}

func (*CredentialToJsonRequest) Descriptor deprecated added in v2.5.0

func (*CredentialToJsonRequest) Descriptor() ([]byte, []int)

Deprecated: Use CredentialToJsonRequest.ProtoReflect.Descriptor instead.

func (*CredentialToJsonRequest) GetConfigData added in v2.5.0

func (x *CredentialToJsonRequest) GetConfigData() *ConfigData

func (*CredentialToJsonRequest) GetCredential added in v2.5.0

func (x *CredentialToJsonRequest) GetCredential() *Credential

func (*CredentialToJsonRequest) ProtoMessage added in v2.5.0

func (*CredentialToJsonRequest) ProtoMessage()

func (*CredentialToJsonRequest) ProtoReflect added in v2.5.0

func (x *CredentialToJsonRequest) ProtoReflect() protoreflect.Message

func (*CredentialToJsonRequest) Reset added in v2.5.0

func (x *CredentialToJsonRequest) Reset()

func (*CredentialToJsonRequest) String added in v2.5.0

func (x *CredentialToJsonRequest) String() string

type CredentialToJsonRequestV2 added in v2.6.0

type CredentialToJsonRequestV2 struct {
	ConfigData *ConfigData   `protobuf:"bytes,1,opt,name=config_data,json=configData,proto3" json:"config_data,omitempty"`
	Credential *CredentialV2 `protobuf:"bytes,2,opt,name=credential,proto3" json:"credential,omitempty"`
	// contains filtered or unexported fields
}

func (*CredentialToJsonRequestV2) Descriptor deprecated added in v2.6.0

func (*CredentialToJsonRequestV2) Descriptor() ([]byte, []int)

Deprecated: Use CredentialToJsonRequestV2.ProtoReflect.Descriptor instead.

func (*CredentialToJsonRequestV2) GetConfigData added in v2.6.0

func (x *CredentialToJsonRequestV2) GetConfigData() *ConfigData

func (*CredentialToJsonRequestV2) GetCredential added in v2.6.0

func (x *CredentialToJsonRequestV2) GetCredential() *CredentialV2

func (*CredentialToJsonRequestV2) ProtoMessage added in v2.6.0

func (*CredentialToJsonRequestV2) ProtoMessage()

func (*CredentialToJsonRequestV2) ProtoReflect added in v2.6.0

func (*CredentialToJsonRequestV2) Reset added in v2.6.0

func (x *CredentialToJsonRequestV2) Reset()

func (*CredentialToJsonRequestV2) String added in v2.6.0

func (x *CredentialToJsonRequestV2) String() string

type CredentialToJsonResponse added in v2.5.0

type CredentialToJsonResponse struct {
	Json  string `protobuf:"bytes,1,opt,name=json,proto3" json:"json,omitempty"`
	Error *Error `protobuf:"bytes,2,opt,name=error,proto3,oneof" json:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*CredentialToJsonResponse) Descriptor deprecated added in v2.5.0

func (*CredentialToJsonResponse) Descriptor() ([]byte, []int)

Deprecated: Use CredentialToJsonResponse.ProtoReflect.Descriptor instead.

func (*CredentialToJsonResponse) GetError added in v2.5.0

func (x *CredentialToJsonResponse) GetError() *Error

func (*CredentialToJsonResponse) GetJson added in v2.5.0

func (x *CredentialToJsonResponse) GetJson() string

func (*CredentialToJsonResponse) ProtoMessage added in v2.5.0

func (*CredentialToJsonResponse) ProtoMessage()

func (*CredentialToJsonResponse) ProtoReflect added in v2.5.0

func (x *CredentialToJsonResponse) ProtoReflect() protoreflect.Message

func (*CredentialToJsonResponse) Reset added in v2.5.0

func (x *CredentialToJsonResponse) Reset()

func (*CredentialToJsonResponse) String added in v2.5.0

func (x *CredentialToJsonResponse) String() string

type CredentialToJsonResponseV2 added in v2.6.0

type CredentialToJsonResponseV2 struct {
	Json  string `protobuf:"bytes,1,opt,name=json,proto3" json:"json,omitempty"`
	Error *Error `protobuf:"bytes,2,opt,name=error,proto3,oneof" json:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*CredentialToJsonResponseV2) Descriptor deprecated added in v2.6.0

func (*CredentialToJsonResponseV2) Descriptor() ([]byte, []int)

Deprecated: Use CredentialToJsonResponseV2.ProtoReflect.Descriptor instead.

func (*CredentialToJsonResponseV2) GetError added in v2.6.0

func (x *CredentialToJsonResponseV2) GetError() *Error

func (*CredentialToJsonResponseV2) GetJson added in v2.6.0

func (x *CredentialToJsonResponseV2) GetJson() string

func (*CredentialToJsonResponseV2) ProtoMessage added in v2.6.0

func (*CredentialToJsonResponseV2) ProtoMessage()

func (*CredentialToJsonResponseV2) ProtoReflect added in v2.6.0

func (*CredentialToJsonResponseV2) Reset added in v2.6.0

func (x *CredentialToJsonResponseV2) Reset()

func (*CredentialToJsonResponseV2) String added in v2.6.0

func (x *CredentialToJsonResponseV2) String() string

type CredentialV2 added in v2.6.0

type CredentialV2 struct {
	Context           []string            `protobuf:"bytes,1,rep,name=context,proto3" json:"context,omitempty"`
	Id                string              `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	Type              []string            `protobuf:"bytes,3,rep,name=type,proto3" json:"type,omitempty"`
	IssuanceDate      string              `protobuf:"bytes,4,opt,name=issuance_date,json=issuanceDate,proto3" json:"issuance_date,omitempty"`
	Expiration        string              `protobuf:"bytes,5,opt,name=expiration,proto3" json:"expiration,omitempty"`
	CredentialSubject string              `protobuf:"bytes,6,opt,name=credential_subject,json=credentialSubject,proto3" json:"credential_subject,omitempty"`
	CredentialStatus  *CredentialStatusV2 `protobuf:"bytes,7,opt,name=credential_status,json=credentialStatus,proto3" json:"credential_status,omitempty"`
	Issuer            string              `protobuf:"bytes,8,opt,name=issuer,proto3" json:"issuer,omitempty"`
	CredentialSchema  *CredentialSchemaV2 `protobuf:"bytes,9,opt,name=credential_schema,json=credentialSchema,proto3" json:"credential_schema,omitempty"`
	Proof             *CredentialProofV2  `protobuf:"bytes,10,opt,name=proof,proto3" json:"proof,omitempty"`
	// contains filtered or unexported fields
}

func (*CredentialV2) Descriptor deprecated added in v2.6.0

func (*CredentialV2) Descriptor() ([]byte, []int)

Deprecated: Use CredentialV2.ProtoReflect.Descriptor instead.

func (*CredentialV2) GetContext added in v2.6.0

func (x *CredentialV2) GetContext() []string

func (*CredentialV2) GetCredentialSchema added in v2.6.0

func (x *CredentialV2) GetCredentialSchema() *CredentialSchemaV2

func (*CredentialV2) GetCredentialStatus added in v2.6.0

func (x *CredentialV2) GetCredentialStatus() *CredentialStatusV2

func (*CredentialV2) GetCredentialSubject added in v2.6.0

func (x *CredentialV2) GetCredentialSubject() string

func (*CredentialV2) GetExpiration added in v2.6.0

func (x *CredentialV2) GetExpiration() string

func (*CredentialV2) GetId added in v2.6.0

func (x *CredentialV2) GetId() string

func (*CredentialV2) GetIssuanceDate added in v2.6.0

func (x *CredentialV2) GetIssuanceDate() string

func (*CredentialV2) GetIssuer added in v2.6.0

func (x *CredentialV2) GetIssuer() string

func (*CredentialV2) GetProof added in v2.6.0

func (x *CredentialV2) GetProof() *CredentialProofV2

func (*CredentialV2) GetType added in v2.6.0

func (x *CredentialV2) GetType() []string

func (*CredentialV2) ProtoMessage added in v2.6.0

func (*CredentialV2) ProtoMessage()

func (*CredentialV2) ProtoReflect added in v2.6.0

func (x *CredentialV2) ProtoReflect() protoreflect.Message

func (*CredentialV2) Reset added in v2.6.0

func (x *CredentialV2) Reset()

func (*CredentialV2) String added in v2.6.0

func (x *CredentialV2) String() string

type CredentialVerification added in v2.5.0

type CredentialVerification struct {
	Timestamp  uint64 `protobuf:"varint,1,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	Issuer     string `protobuf:"bytes,2,opt,name=issuer,proto3" json:"issuer,omitempty"`
	Revocation uint64 `protobuf:"varint,3,opt,name=revocation,proto3" json:"revocation,omitempty"`
	// contains filtered or unexported fields
}

func (*CredentialVerification) Descriptor deprecated added in v2.5.0

func (*CredentialVerification) Descriptor() ([]byte, []int)

Deprecated: Use CredentialVerification.ProtoReflect.Descriptor instead.

func (*CredentialVerification) GetIssuer added in v2.5.0

func (x *CredentialVerification) GetIssuer() string

func (*CredentialVerification) GetRevocation added in v2.5.0

func (x *CredentialVerification) GetRevocation() uint64

func (*CredentialVerification) GetTimestamp added in v2.5.0

func (x *CredentialVerification) GetTimestamp() uint64

func (*CredentialVerification) ProtoMessage added in v2.5.0

func (*CredentialVerification) ProtoMessage()

func (*CredentialVerification) ProtoReflect added in v2.5.0

func (x *CredentialVerification) ProtoReflect() protoreflect.Message

func (*CredentialVerification) Reset added in v2.5.0

func (x *CredentialVerification) Reset()

func (*CredentialVerification) String added in v2.5.0

func (x *CredentialVerification) String() string

type DataAvailabilityType

type DataAvailabilityType int32
const (
	DataAvailabilityType_HOSTED DataAvailabilityType = 0
	DataAvailabilityType_IPFS   DataAvailabilityType = 1
)

func (DataAvailabilityType) Descriptor

func (DataAvailabilityType) Enum

func (DataAvailabilityType) EnumDescriptor deprecated

func (DataAvailabilityType) EnumDescriptor() ([]byte, []int)

Deprecated: Use DataAvailabilityType.Descriptor instead.

func (DataAvailabilityType) Number

func (DataAvailabilityType) String

func (x DataAvailabilityType) String() string

func (DataAvailabilityType) Type

type DateAttribute added in v2.5.0

type DateAttribute struct {
	Id    string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Value int64  `protobuf:"varint,2,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*DateAttribute) Descriptor deprecated added in v2.5.0

func (*DateAttribute) Descriptor() ([]byte, []int)

Deprecated: Use DateAttribute.ProtoReflect.Descriptor instead.

func (*DateAttribute) GetId added in v2.5.0

func (x *DateAttribute) GetId() string

func (*DateAttribute) GetValue added in v2.5.0

func (x *DateAttribute) GetValue() int64

func (*DateAttribute) ProtoMessage added in v2.5.0

func (*DateAttribute) ProtoMessage()

func (*DateAttribute) ProtoReflect added in v2.5.0

func (x *DateAttribute) ProtoReflect() protoreflect.Message

func (*DateAttribute) Reset added in v2.5.0

func (x *DateAttribute) Reset()

func (*DateAttribute) String added in v2.5.0

func (x *DateAttribute) String() string

type DateAttributeDefinition added in v2.5.0

type DateAttributeDefinition struct {
	DisplayName string `protobuf:"bytes,1,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"`
	Id          string `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	Description string `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"`
	// contains filtered or unexported fields
}

func (*DateAttributeDefinition) Descriptor deprecated added in v2.5.0

func (*DateAttributeDefinition) Descriptor() ([]byte, []int)

Deprecated: Use DateAttributeDefinition.ProtoReflect.Descriptor instead.

func (*DateAttributeDefinition) GetDescription added in v2.5.0

func (x *DateAttributeDefinition) GetDescription() string

func (*DateAttributeDefinition) GetDisplayName added in v2.5.0

func (x *DateAttributeDefinition) GetDisplayName() string

func (*DateAttributeDefinition) GetId added in v2.5.0

func (x *DateAttributeDefinition) GetId() string

func (*DateAttributeDefinition) ProtoMessage added in v2.5.0

func (*DateAttributeDefinition) ProtoMessage()

func (*DateAttributeDefinition) ProtoReflect added in v2.5.0

func (x *DateAttributeDefinition) ProtoReflect() protoreflect.Message

func (*DateAttributeDefinition) Reset added in v2.5.0

func (x *DateAttributeDefinition) Reset()

func (*DateAttributeDefinition) String added in v2.5.0

func (x *DateAttributeDefinition) String() string

type DateAttributeDefinitionV2 added in v2.6.0

type DateAttributeDefinitionV2 struct {
	DisplayName string `protobuf:"bytes,1,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"`
	Id          string `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	Description string `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"`
	Required    bool   `protobuf:"varint,4,opt,name=required,proto3" json:"required,omitempty"`
	// contains filtered or unexported fields
}

func (*DateAttributeDefinitionV2) Descriptor deprecated added in v2.6.0

func (*DateAttributeDefinitionV2) Descriptor() ([]byte, []int)

Deprecated: Use DateAttributeDefinitionV2.ProtoReflect.Descriptor instead.

func (*DateAttributeDefinitionV2) GetDescription added in v2.6.0

func (x *DateAttributeDefinitionV2) GetDescription() string

func (*DateAttributeDefinitionV2) GetDisplayName added in v2.6.0

func (x *DateAttributeDefinitionV2) GetDisplayName() string

func (*DateAttributeDefinitionV2) GetId added in v2.6.0

func (x *DateAttributeDefinitionV2) GetId() string

func (*DateAttributeDefinitionV2) GetRequired added in v2.6.0

func (x *DateAttributeDefinitionV2) GetRequired() bool

func (*DateAttributeDefinitionV2) ProtoMessage added in v2.6.0

func (*DateAttributeDefinitionV2) ProtoMessage()

func (*DateAttributeDefinitionV2) ProtoReflect added in v2.6.0

func (*DateAttributeDefinitionV2) Reset added in v2.6.0

func (x *DateAttributeDefinitionV2) Reset()

func (*DateAttributeDefinitionV2) String added in v2.6.0

func (x *DateAttributeDefinitionV2) String() string

type DateAttributeV2 added in v2.6.0

type DateAttributeV2 struct {
	Id    string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Value int64  `protobuf:"varint,2,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*DateAttributeV2) Descriptor deprecated added in v2.6.0

func (*DateAttributeV2) Descriptor() ([]byte, []int)

Deprecated: Use DateAttributeV2.ProtoReflect.Descriptor instead.

func (*DateAttributeV2) GetId added in v2.6.0

func (x *DateAttributeV2) GetId() string

func (*DateAttributeV2) GetValue added in v2.6.0

func (x *DateAttributeV2) GetValue() int64

func (*DateAttributeV2) ProtoMessage added in v2.6.0

func (*DateAttributeV2) ProtoMessage()

func (*DateAttributeV2) ProtoReflect added in v2.6.0

func (x *DateAttributeV2) ProtoReflect() protoreflect.Message

func (*DateAttributeV2) Reset added in v2.6.0

func (x *DateAttributeV2) Reset()

func (*DateAttributeV2) String added in v2.6.0

func (x *DateAttributeV2) String() string

type DateTimeAttribute added in v2.5.0

type DateTimeAttribute struct {
	Id    string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Value int64  `protobuf:"varint,2,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*DateTimeAttribute) Descriptor deprecated added in v2.5.0

func (*DateTimeAttribute) Descriptor() ([]byte, []int)

Deprecated: Use DateTimeAttribute.ProtoReflect.Descriptor instead.

func (*DateTimeAttribute) GetId added in v2.5.0

func (x *DateTimeAttribute) GetId() string

func (*DateTimeAttribute) GetValue added in v2.5.0

func (x *DateTimeAttribute) GetValue() int64

func (*DateTimeAttribute) ProtoMessage added in v2.5.0

func (*DateTimeAttribute) ProtoMessage()

func (*DateTimeAttribute) ProtoReflect added in v2.5.0

func (x *DateTimeAttribute) ProtoReflect() protoreflect.Message

func (*DateTimeAttribute) Reset added in v2.5.0

func (x *DateTimeAttribute) Reset()

func (*DateTimeAttribute) String added in v2.5.0

func (x *DateTimeAttribute) String() string

type DateTimeAttributeDefinition added in v2.5.0

type DateTimeAttributeDefinition struct {
	DisplayName string `protobuf:"bytes,1,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"`
	Id          string `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	Description string `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"`
	// contains filtered or unexported fields
}

func (*DateTimeAttributeDefinition) Descriptor deprecated added in v2.5.0

func (*DateTimeAttributeDefinition) Descriptor() ([]byte, []int)

Deprecated: Use DateTimeAttributeDefinition.ProtoReflect.Descriptor instead.

func (*DateTimeAttributeDefinition) GetDescription added in v2.5.0

func (x *DateTimeAttributeDefinition) GetDescription() string

func (*DateTimeAttributeDefinition) GetDisplayName added in v2.5.0

func (x *DateTimeAttributeDefinition) GetDisplayName() string

func (*DateTimeAttributeDefinition) GetId added in v2.5.0

func (*DateTimeAttributeDefinition) ProtoMessage added in v2.5.0

func (*DateTimeAttributeDefinition) ProtoMessage()

func (*DateTimeAttributeDefinition) ProtoReflect added in v2.5.0

func (*DateTimeAttributeDefinition) Reset added in v2.5.0

func (x *DateTimeAttributeDefinition) Reset()

func (*DateTimeAttributeDefinition) String added in v2.5.0

func (x *DateTimeAttributeDefinition) String() string

type DateTimeAttributeDefinitionV2 added in v2.6.0

type DateTimeAttributeDefinitionV2 struct {
	DisplayName string `protobuf:"bytes,1,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"`
	Id          string `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	Description string `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"`
	Required    bool   `protobuf:"varint,4,opt,name=required,proto3" json:"required,omitempty"`
	// contains filtered or unexported fields
}

func (*DateTimeAttributeDefinitionV2) Descriptor deprecated added in v2.6.0

func (*DateTimeAttributeDefinitionV2) Descriptor() ([]byte, []int)

Deprecated: Use DateTimeAttributeDefinitionV2.ProtoReflect.Descriptor instead.

func (*DateTimeAttributeDefinitionV2) GetDescription added in v2.6.0

func (x *DateTimeAttributeDefinitionV2) GetDescription() string

func (*DateTimeAttributeDefinitionV2) GetDisplayName added in v2.6.0

func (x *DateTimeAttributeDefinitionV2) GetDisplayName() string

func (*DateTimeAttributeDefinitionV2) GetId added in v2.6.0

func (*DateTimeAttributeDefinitionV2) GetRequired added in v2.6.0

func (x *DateTimeAttributeDefinitionV2) GetRequired() bool

func (*DateTimeAttributeDefinitionV2) ProtoMessage added in v2.6.0

func (*DateTimeAttributeDefinitionV2) ProtoMessage()

func (*DateTimeAttributeDefinitionV2) ProtoReflect added in v2.6.0

func (*DateTimeAttributeDefinitionV2) Reset added in v2.6.0

func (x *DateTimeAttributeDefinitionV2) Reset()

func (*DateTimeAttributeDefinitionV2) String added in v2.6.0

type DateTimeAttributeV2 added in v2.6.0

type DateTimeAttributeV2 struct {
	Id    string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Value int64  `protobuf:"varint,2,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*DateTimeAttributeV2) Descriptor deprecated added in v2.6.0

func (*DateTimeAttributeV2) Descriptor() ([]byte, []int)

Deprecated: Use DateTimeAttributeV2.ProtoReflect.Descriptor instead.

func (*DateTimeAttributeV2) GetId added in v2.6.0

func (x *DateTimeAttributeV2) GetId() string

func (*DateTimeAttributeV2) GetValue added in v2.6.0

func (x *DateTimeAttributeV2) GetValue() int64

func (*DateTimeAttributeV2) ProtoMessage added in v2.6.0

func (*DateTimeAttributeV2) ProtoMessage()

func (*DateTimeAttributeV2) ProtoReflect added in v2.6.0

func (x *DateTimeAttributeV2) ProtoReflect() protoreflect.Message

func (*DateTimeAttributeV2) Reset added in v2.6.0

func (x *DateTimeAttributeV2) Reset()

func (*DateTimeAttributeV2) String added in v2.6.0

func (x *DateTimeAttributeV2) String() string

type DecryptRequest added in v2.4.0

type DecryptRequest struct {
	ConfigData *ConfigData `protobuf:"bytes,1,opt,name=config_data,json=configData,proto3" json:"config_data,omitempty"`
	Record     *Record     `protobuf:"bytes,2,opt,name=record,proto3" json:"record,omitempty"`
	Decrypter  *Decrypter  `protobuf:"bytes,3,opt,name=decrypter,proto3" json:"decrypter,omitempty"`
	// contains filtered or unexported fields
}

func (*DecryptRequest) Descriptor deprecated added in v2.4.0

func (*DecryptRequest) Descriptor() ([]byte, []int)

Deprecated: Use DecryptRequest.ProtoReflect.Descriptor instead.

func (*DecryptRequest) GetConfigData added in v2.4.0

func (x *DecryptRequest) GetConfigData() *ConfigData

func (*DecryptRequest) GetDecrypter added in v2.4.0

func (x *DecryptRequest) GetDecrypter() *Decrypter

func (*DecryptRequest) GetRecord added in v2.4.0

func (x *DecryptRequest) GetRecord() *Record

func (*DecryptRequest) ProtoMessage added in v2.4.0

func (*DecryptRequest) ProtoMessage()

func (*DecryptRequest) ProtoReflect added in v2.4.0

func (x *DecryptRequest) ProtoReflect() protoreflect.Message

func (*DecryptRequest) Reset added in v2.4.0

func (x *DecryptRequest) Reset()

func (*DecryptRequest) String added in v2.4.0

func (x *DecryptRequest) String() string

type DecryptResponse added in v2.4.0

type DecryptResponse struct {
	Record *Record `protobuf:"bytes,1,opt,name=record,proto3" json:"record,omitempty"`
	Error  *Error  `protobuf:"bytes,2,opt,name=error,proto3,oneof" json:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*DecryptResponse) Descriptor deprecated added in v2.4.0

func (*DecryptResponse) Descriptor() ([]byte, []int)

Deprecated: Use DecryptResponse.ProtoReflect.Descriptor instead.

func (*DecryptResponse) GetError added in v2.4.0

func (x *DecryptResponse) GetError() *Error

func (*DecryptResponse) GetRecord added in v2.4.0

func (x *DecryptResponse) GetRecord() *Record

func (*DecryptResponse) ProtoMessage added in v2.4.0

func (*DecryptResponse) ProtoMessage()

func (*DecryptResponse) ProtoReflect added in v2.4.0

func (x *DecryptResponse) ProtoReflect() protoreflect.Message

func (*DecryptResponse) Reset added in v2.4.0

func (x *DecryptResponse) Reset()

func (*DecryptResponse) String added in v2.4.0

func (x *DecryptResponse) String() string

type Decrypter

type Decrypter struct {
	Alg        EncryptionAlg `protobuf:"varint,1,opt,name=alg,proto3,enum=bloock.EncryptionAlg" json:"alg,omitempty"`
	LocalKey   *LocalKey     `protobuf:"bytes,2,opt,name=local_key,json=localKey,proto3,oneof" json:"local_key,omitempty"`
	ManagedKey *ManagedKey   `protobuf:"bytes,3,opt,name=managed_key,json=managedKey,proto3,oneof" json:"managed_key,omitempty"`
	// contains filtered or unexported fields
}

func (*Decrypter) Descriptor deprecated

func (*Decrypter) Descriptor() ([]byte, []int)

Deprecated: Use Decrypter.ProtoReflect.Descriptor instead.

func (*Decrypter) GetAlg

func (x *Decrypter) GetAlg() EncryptionAlg

func (*Decrypter) GetLocalKey added in v2.5.0

func (x *Decrypter) GetLocalKey() *LocalKey

func (*Decrypter) GetManagedKey added in v2.5.0

func (x *Decrypter) GetManagedKey() *ManagedKey

func (*Decrypter) ProtoMessage

func (*Decrypter) ProtoMessage()

func (*Decrypter) ProtoReflect

func (x *Decrypter) ProtoReflect() protoreflect.Message

func (*Decrypter) Reset

func (x *Decrypter) Reset()

func (*Decrypter) String

func (x *Decrypter) String() string

type EncryptRequest added in v2.4.0

type EncryptRequest struct {
	ConfigData *ConfigData `protobuf:"bytes,1,opt,name=config_data,json=configData,proto3" json:"config_data,omitempty"`
	Record     *Record     `protobuf:"bytes,2,opt,name=record,proto3" json:"record,omitempty"`
	Encrypter  *Encrypter  `protobuf:"bytes,3,opt,name=encrypter,proto3" json:"encrypter,omitempty"`
	// contains filtered or unexported fields
}

func (*EncryptRequest) Descriptor deprecated added in v2.4.0

func (*EncryptRequest) Descriptor() ([]byte, []int)

Deprecated: Use EncryptRequest.ProtoReflect.Descriptor instead.

func (*EncryptRequest) GetConfigData added in v2.4.0

func (x *EncryptRequest) GetConfigData() *ConfigData

func (*EncryptRequest) GetEncrypter added in v2.4.0

func (x *EncryptRequest) GetEncrypter() *Encrypter

func (*EncryptRequest) GetRecord added in v2.4.0

func (x *EncryptRequest) GetRecord() *Record

func (*EncryptRequest) ProtoMessage added in v2.4.0

func (*EncryptRequest) ProtoMessage()

func (*EncryptRequest) ProtoReflect added in v2.4.0

func (x *EncryptRequest) ProtoReflect() protoreflect.Message

func (*EncryptRequest) Reset added in v2.4.0

func (x *EncryptRequest) Reset()

func (*EncryptRequest) String added in v2.4.0

func (x *EncryptRequest) String() string

type EncryptResponse added in v2.4.0

type EncryptResponse struct {
	Record *Record `protobuf:"bytes,1,opt,name=record,proto3" json:"record,omitempty"`
	Error  *Error  `protobuf:"bytes,2,opt,name=error,proto3,oneof" json:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*EncryptResponse) Descriptor deprecated added in v2.4.0

func (*EncryptResponse) Descriptor() ([]byte, []int)

Deprecated: Use EncryptResponse.ProtoReflect.Descriptor instead.

func (*EncryptResponse) GetError added in v2.4.0

func (x *EncryptResponse) GetError() *Error

func (*EncryptResponse) GetRecord added in v2.4.0

func (x *EncryptResponse) GetRecord() *Record

func (*EncryptResponse) ProtoMessage added in v2.4.0

func (*EncryptResponse) ProtoMessage()

func (*EncryptResponse) ProtoReflect added in v2.4.0

func (x *EncryptResponse) ProtoReflect() protoreflect.Message

func (*EncryptResponse) Reset added in v2.4.0

func (x *EncryptResponse) Reset()

func (*EncryptResponse) String added in v2.4.0

func (x *EncryptResponse) String() string

type Encrypter

type Encrypter struct {
	Alg        EncryptionAlg `protobuf:"varint,1,opt,name=alg,proto3,enum=bloock.EncryptionAlg" json:"alg,omitempty"`
	LocalKey   *LocalKey     `protobuf:"bytes,2,opt,name=local_key,json=localKey,proto3,oneof" json:"local_key,omitempty"`
	ManagedKey *ManagedKey   `protobuf:"bytes,3,opt,name=managed_key,json=managedKey,proto3,oneof" json:"managed_key,omitempty"`
	// contains filtered or unexported fields
}

func (*Encrypter) Descriptor deprecated

func (*Encrypter) Descriptor() ([]byte, []int)

Deprecated: Use Encrypter.ProtoReflect.Descriptor instead.

func (*Encrypter) GetAlg

func (x *Encrypter) GetAlg() EncryptionAlg

func (*Encrypter) GetLocalKey added in v2.5.0

func (x *Encrypter) GetLocalKey() *LocalKey

func (*Encrypter) GetManagedKey added in v2.5.0

func (x *Encrypter) GetManagedKey() *ManagedKey

func (*Encrypter) ProtoMessage

func (*Encrypter) ProtoMessage()

func (*Encrypter) ProtoReflect

func (x *Encrypter) ProtoReflect() protoreflect.Message

func (*Encrypter) Reset

func (x *Encrypter) Reset()

func (*Encrypter) String

func (x *Encrypter) String() string

type EncryptionAlg

type EncryptionAlg int32
const (
	EncryptionAlg_A256GCM EncryptionAlg = 0
	EncryptionAlg_RSA     EncryptionAlg = 1
)

func (EncryptionAlg) Descriptor

func (EncryptionAlg) Enum

func (x EncryptionAlg) Enum() *EncryptionAlg

func (EncryptionAlg) EnumDescriptor deprecated

func (EncryptionAlg) EnumDescriptor() ([]byte, []int)

Deprecated: Use EncryptionAlg.Descriptor instead.

func (EncryptionAlg) Number

func (EncryptionAlg) String

func (x EncryptionAlg) String() string

func (EncryptionAlg) Type

type EncryptionAlgRequest added in v2.4.0

type EncryptionAlgRequest struct {
	ConfigData *ConfigData `protobuf:"bytes,1,opt,name=config_data,json=configData,proto3" json:"config_data,omitempty"`
	Record     *Record     `protobuf:"bytes,2,opt,name=record,proto3" json:"record,omitempty"`
	// contains filtered or unexported fields
}

func (*EncryptionAlgRequest) Descriptor deprecated added in v2.4.0

func (*EncryptionAlgRequest) Descriptor() ([]byte, []int)

Deprecated: Use EncryptionAlgRequest.ProtoReflect.Descriptor instead.

func (*EncryptionAlgRequest) GetConfigData added in v2.4.0

func (x *EncryptionAlgRequest) GetConfigData() *ConfigData

func (*EncryptionAlgRequest) GetRecord added in v2.4.0

func (x *EncryptionAlgRequest) GetRecord() *Record

func (*EncryptionAlgRequest) ProtoMessage added in v2.4.0

func (*EncryptionAlgRequest) ProtoMessage()

func (*EncryptionAlgRequest) ProtoReflect added in v2.4.0

func (x *EncryptionAlgRequest) ProtoReflect() protoreflect.Message

func (*EncryptionAlgRequest) Reset added in v2.4.0

func (x *EncryptionAlgRequest) Reset()

func (*EncryptionAlgRequest) String added in v2.4.0

func (x *EncryptionAlgRequest) String() string

type EncryptionAlgResponse added in v2.3.0

type EncryptionAlgResponse struct {
	Alg   EncryptionAlg `protobuf:"varint,1,opt,name=alg,proto3,enum=bloock.EncryptionAlg" json:"alg,omitempty"`
	Error *Error        `protobuf:"bytes,2,opt,name=error,proto3,oneof" json:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*EncryptionAlgResponse) Descriptor deprecated added in v2.3.0

func (*EncryptionAlgResponse) Descriptor() ([]byte, []int)

Deprecated: Use EncryptionAlgResponse.ProtoReflect.Descriptor instead.

func (*EncryptionAlgResponse) GetAlg added in v2.3.0

func (*EncryptionAlgResponse) GetError added in v2.3.0

func (x *EncryptionAlgResponse) GetError() *Error

func (*EncryptionAlgResponse) ProtoMessage added in v2.3.0

func (*EncryptionAlgResponse) ProtoMessage()

func (*EncryptionAlgResponse) ProtoReflect added in v2.3.0

func (x *EncryptionAlgResponse) ProtoReflect() protoreflect.Message

func (*EncryptionAlgResponse) Reset added in v2.3.0

func (x *EncryptionAlgResponse) Reset()

func (*EncryptionAlgResponse) String added in v2.3.0

func (x *EncryptionAlgResponse) String() string

type EncryptionServiceClient added in v2.4.0

type EncryptionServiceClient interface {
	Encrypt(ctx context.Context, in *EncryptRequest, opts ...grpc.CallOption) (*EncryptResponse, error)
	Decrypt(ctx context.Context, in *DecryptRequest, opts ...grpc.CallOption) (*DecryptResponse, error)
	GetEncryptionAlg(ctx context.Context, in *EncryptionAlgRequest, opts ...grpc.CallOption) (*EncryptionAlgResponse, error)
}

EncryptionServiceClient is the client API for EncryptionService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

func NewEncryptionServiceClient added in v2.4.0

func NewEncryptionServiceClient(cc grpc.ClientConnInterface) EncryptionServiceClient

type EncryptionServiceServer added in v2.4.0

type EncryptionServiceServer interface {
	Encrypt(context.Context, *EncryptRequest) (*EncryptResponse, error)
	Decrypt(context.Context, *DecryptRequest) (*DecryptResponse, error)
	GetEncryptionAlg(context.Context, *EncryptionAlgRequest) (*EncryptionAlgResponse, error)
	// contains filtered or unexported methods
}

EncryptionServiceServer is the server API for EncryptionService service. All implementations must embed UnimplementedEncryptionServiceServer for forward compatibility

type Error

type Error struct {
	Kind    string `protobuf:"bytes,1,opt,name=kind,proto3" json:"kind,omitempty"`
	Message string `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"`
	// contains filtered or unexported fields
}

func (*Error) Descriptor deprecated

func (*Error) Descriptor() ([]byte, []int)

Deprecated: Use Error.ProtoReflect.Descriptor instead.

func (*Error) GetKind

func (x *Error) GetKind() string

func (*Error) GetMessage

func (x *Error) GetMessage() string

func (*Error) ProtoMessage

func (*Error) ProtoMessage()

func (*Error) ProtoReflect

func (x *Error) ProtoReflect() protoreflect.Message

func (*Error) Reset

func (x *Error) Reset()

func (*Error) String

func (x *Error) String() string

type GenerateLocalKeyRequest added in v2.5.0

type GenerateLocalKeyRequest struct {
	ConfigData *ConfigData `protobuf:"bytes,1,opt,name=config_data,json=configData,proto3" json:"config_data,omitempty"`
	KeyType    KeyType     `protobuf:"varint,2,opt,name=key_type,json=keyType,proto3,enum=bloock.KeyType" json:"key_type,omitempty"`
	// contains filtered or unexported fields
}

func (*GenerateLocalKeyRequest) Descriptor deprecated added in v2.5.0

func (*GenerateLocalKeyRequest) Descriptor() ([]byte, []int)

Deprecated: Use GenerateLocalKeyRequest.ProtoReflect.Descriptor instead.

func (*GenerateLocalKeyRequest) GetConfigData added in v2.5.0

func (x *GenerateLocalKeyRequest) GetConfigData() *ConfigData

func (*GenerateLocalKeyRequest) GetKeyType added in v2.5.0

func (x *GenerateLocalKeyRequest) GetKeyType() KeyType

func (*GenerateLocalKeyRequest) ProtoMessage added in v2.5.0

func (*GenerateLocalKeyRequest) ProtoMessage()

func (*GenerateLocalKeyRequest) ProtoReflect added in v2.5.0

func (x *GenerateLocalKeyRequest) ProtoReflect() protoreflect.Message

func (*GenerateLocalKeyRequest) Reset added in v2.5.0

func (x *GenerateLocalKeyRequest) Reset()

func (*GenerateLocalKeyRequest) String added in v2.5.0

func (x *GenerateLocalKeyRequest) String() string

type GenerateLocalKeyResponse added in v2.5.0

type GenerateLocalKeyResponse struct {
	LocalKey *LocalKey `protobuf:"bytes,1,opt,name=local_key,json=localKey,proto3" json:"local_key,omitempty"`
	Error    *Error    `protobuf:"bytes,2,opt,name=error,proto3,oneof" json:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*GenerateLocalKeyResponse) Descriptor deprecated added in v2.5.0

func (*GenerateLocalKeyResponse) Descriptor() ([]byte, []int)

Deprecated: Use GenerateLocalKeyResponse.ProtoReflect.Descriptor instead.

func (*GenerateLocalKeyResponse) GetError added in v2.5.0

func (x *GenerateLocalKeyResponse) GetError() *Error

func (*GenerateLocalKeyResponse) GetLocalKey added in v2.5.0

func (x *GenerateLocalKeyResponse) GetLocalKey() *LocalKey

func (*GenerateLocalKeyResponse) ProtoMessage added in v2.5.0

func (*GenerateLocalKeyResponse) ProtoMessage()

func (*GenerateLocalKeyResponse) ProtoReflect added in v2.5.0

func (x *GenerateLocalKeyResponse) ProtoReflect() protoreflect.Message

func (*GenerateLocalKeyResponse) Reset added in v2.5.0

func (x *GenerateLocalKeyResponse) Reset()

func (*GenerateLocalKeyResponse) String added in v2.5.0

func (x *GenerateLocalKeyResponse) String() string

type GenerateManagedKeyRequest added in v2.5.0

type GenerateManagedKeyRequest struct {
	ConfigData *ConfigData       `protobuf:"bytes,1,opt,name=config_data,json=configData,proto3" json:"config_data,omitempty"`
	Params     *ManagedKeyParams `protobuf:"bytes,2,opt,name=params,proto3" json:"params,omitempty"`
	// contains filtered or unexported fields
}

func (*GenerateManagedKeyRequest) Descriptor deprecated added in v2.5.0

func (*GenerateManagedKeyRequest) Descriptor() ([]byte, []int)

Deprecated: Use GenerateManagedKeyRequest.ProtoReflect.Descriptor instead.

func (*GenerateManagedKeyRequest) GetConfigData added in v2.5.0

func (x *GenerateManagedKeyRequest) GetConfigData() *ConfigData

func (*GenerateManagedKeyRequest) GetParams added in v2.5.0

func (*GenerateManagedKeyRequest) ProtoMessage added in v2.5.0

func (*GenerateManagedKeyRequest) ProtoMessage()

func (*GenerateManagedKeyRequest) ProtoReflect added in v2.5.0

func (*GenerateManagedKeyRequest) Reset added in v2.5.0

func (x *GenerateManagedKeyRequest) Reset()

func (*GenerateManagedKeyRequest) String added in v2.5.0

func (x *GenerateManagedKeyRequest) String() string

type GenerateManagedKeyResponse added in v2.5.0

type GenerateManagedKeyResponse struct {
	ManagedKey *ManagedKey `protobuf:"bytes,1,opt,name=managed_key,json=managedKey,proto3" json:"managed_key,omitempty"`
	Error      *Error      `protobuf:"bytes,2,opt,name=error,proto3,oneof" json:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*GenerateManagedKeyResponse) Descriptor deprecated added in v2.5.0

func (*GenerateManagedKeyResponse) Descriptor() ([]byte, []int)

Deprecated: Use GenerateManagedKeyResponse.ProtoReflect.Descriptor instead.

func (*GenerateManagedKeyResponse) GetError added in v2.5.0

func (x *GenerateManagedKeyResponse) GetError() *Error

func (*GenerateManagedKeyResponse) GetManagedKey added in v2.5.0

func (x *GenerateManagedKeyResponse) GetManagedKey() *ManagedKey

func (*GenerateManagedKeyResponse) ProtoMessage added in v2.5.0

func (*GenerateManagedKeyResponse) ProtoMessage()

func (*GenerateManagedKeyResponse) ProtoReflect added in v2.5.0

func (*GenerateManagedKeyResponse) Reset added in v2.5.0

func (x *GenerateManagedKeyResponse) Reset()

func (*GenerateManagedKeyResponse) String added in v2.5.0

func (x *GenerateManagedKeyResponse) String() string

type GetAnchorRequest

type GetAnchorRequest struct {
	ConfigData *ConfigData `protobuf:"bytes,1,opt,name=config_data,json=configData,proto3" json:"config_data,omitempty"`
	AnchorId   int64       `protobuf:"varint,2,opt,name=anchor_id,json=anchorId,proto3" json:"anchor_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetAnchorRequest) Descriptor deprecated

func (*GetAnchorRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetAnchorRequest.ProtoReflect.Descriptor instead.

func (*GetAnchorRequest) GetAnchorId

func (x *GetAnchorRequest) GetAnchorId() int64

func (*GetAnchorRequest) GetConfigData

func (x *GetAnchorRequest) GetConfigData() *ConfigData

func (*GetAnchorRequest) ProtoMessage

func (*GetAnchorRequest) ProtoMessage()

func (*GetAnchorRequest) ProtoReflect

func (x *GetAnchorRequest) ProtoReflect() protoreflect.Message

func (*GetAnchorRequest) Reset

func (x *GetAnchorRequest) Reset()

func (*GetAnchorRequest) String

func (x *GetAnchorRequest) String() string

type GetAnchorResponse

type GetAnchorResponse struct {
	Anchor *Anchor `protobuf:"bytes,1,opt,name=anchor,proto3,oneof" json:"anchor,omitempty"`
	Error  *Error  `protobuf:"bytes,2,opt,name=error,proto3,oneof" json:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*GetAnchorResponse) Descriptor deprecated

func (*GetAnchorResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetAnchorResponse.ProtoReflect.Descriptor instead.

func (*GetAnchorResponse) GetAnchor

func (x *GetAnchorResponse) GetAnchor() *Anchor

func (*GetAnchorResponse) GetError

func (x *GetAnchorResponse) GetError() *Error

func (*GetAnchorResponse) ProtoMessage

func (*GetAnchorResponse) ProtoMessage()

func (*GetAnchorResponse) ProtoReflect

func (x *GetAnchorResponse) ProtoReflect() protoreflect.Message

func (*GetAnchorResponse) Reset

func (x *GetAnchorResponse) Reset()

func (*GetAnchorResponse) String

func (x *GetAnchorResponse) String() string

type GetCredentialProofRequest added in v2.6.0

type GetCredentialProofRequest struct {
	ConfigData   *ConfigData `protobuf:"bytes,1,opt,name=config_data,json=configData,proto3" json:"config_data,omitempty"`
	IssuerDid    string      `protobuf:"bytes,2,opt,name=issuer_did,json=issuerDid,proto3" json:"issuer_did,omitempty"`
	CredentialId string      `protobuf:"bytes,3,opt,name=credential_id,json=credentialId,proto3" json:"credential_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetCredentialProofRequest) Descriptor deprecated added in v2.6.0

func (*GetCredentialProofRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetCredentialProofRequest.ProtoReflect.Descriptor instead.

func (*GetCredentialProofRequest) GetConfigData added in v2.6.0

func (x *GetCredentialProofRequest) GetConfigData() *ConfigData

func (*GetCredentialProofRequest) GetCredentialId added in v2.6.0

func (x *GetCredentialProofRequest) GetCredentialId() string

func (*GetCredentialProofRequest) GetIssuerDid added in v2.6.0

func (x *GetCredentialProofRequest) GetIssuerDid() string

func (*GetCredentialProofRequest) ProtoMessage added in v2.6.0

func (*GetCredentialProofRequest) ProtoMessage()

func (*GetCredentialProofRequest) ProtoReflect added in v2.6.0

func (*GetCredentialProofRequest) Reset added in v2.6.0

func (x *GetCredentialProofRequest) Reset()

func (*GetCredentialProofRequest) String added in v2.6.0

func (x *GetCredentialProofRequest) String() string

type GetCredentialProofResponse added in v2.6.0

type GetCredentialProofResponse struct {
	Proof *CredentialProofV2 `protobuf:"bytes,1,opt,name=proof,proto3" json:"proof,omitempty"`
	Error *Error             `protobuf:"bytes,2,opt,name=error,proto3,oneof" json:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*GetCredentialProofResponse) Descriptor deprecated added in v2.6.0

func (*GetCredentialProofResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetCredentialProofResponse.ProtoReflect.Descriptor instead.

func (*GetCredentialProofResponse) GetError added in v2.6.0

func (x *GetCredentialProofResponse) GetError() *Error

func (*GetCredentialProofResponse) GetProof added in v2.6.0

func (*GetCredentialProofResponse) ProtoMessage added in v2.6.0

func (*GetCredentialProofResponse) ProtoMessage()

func (*GetCredentialProofResponse) ProtoReflect added in v2.6.0

func (*GetCredentialProofResponse) Reset added in v2.6.0

func (x *GetCredentialProofResponse) Reset()

func (*GetCredentialProofResponse) String added in v2.6.0

func (x *GetCredentialProofResponse) String() string

type GetHashRequest added in v2.4.0

type GetHashRequest struct {
	ConfigData *ConfigData `protobuf:"bytes,1,opt,name=config_data,json=configData,proto3" json:"config_data,omitempty"`
	Record     *Record     `protobuf:"bytes,2,opt,name=record,proto3" json:"record,omitempty"`
	// contains filtered or unexported fields
}

func (*GetHashRequest) Descriptor deprecated added in v2.4.0

func (*GetHashRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetHashRequest.ProtoReflect.Descriptor instead.

func (*GetHashRequest) GetConfigData added in v2.4.0

func (x *GetHashRequest) GetConfigData() *ConfigData

func (*GetHashRequest) GetRecord added in v2.4.0

func (x *GetHashRequest) GetRecord() *Record

func (*GetHashRequest) ProtoMessage added in v2.4.0

func (*GetHashRequest) ProtoMessage()

func (*GetHashRequest) ProtoReflect added in v2.4.0

func (x *GetHashRequest) ProtoReflect() protoreflect.Message

func (*GetHashRequest) Reset added in v2.4.0

func (x *GetHashRequest) Reset()

func (*GetHashRequest) String added in v2.4.0

func (x *GetHashRequest) String() string

type GetHashResponse added in v2.4.0

type GetHashResponse struct {
	Hash  string `protobuf:"bytes,1,opt,name=hash,proto3" json:"hash,omitempty"`
	Error *Error `protobuf:"bytes,2,opt,name=error,proto3,oneof" json:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*GetHashResponse) Descriptor deprecated added in v2.4.0

func (*GetHashResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetHashResponse.ProtoReflect.Descriptor instead.

func (*GetHashResponse) GetError added in v2.4.0

func (x *GetHashResponse) GetError() *Error

func (*GetHashResponse) GetHash added in v2.4.0

func (x *GetHashResponse) GetHash() string

func (*GetHashResponse) ProtoMessage added in v2.4.0

func (*GetHashResponse) ProtoMessage()

func (*GetHashResponse) ProtoReflect added in v2.4.0

func (x *GetHashResponse) ProtoReflect() protoreflect.Message

func (*GetHashResponse) Reset added in v2.4.0

func (x *GetHashResponse) Reset()

func (*GetHashResponse) String added in v2.4.0

func (x *GetHashResponse) String() string

type GetIssuerByKeyRequest added in v2.6.0

type GetIssuerByKeyRequest struct {
	IssuerKey    *IssuerKey    `protobuf:"bytes,1,opt,name=issuer_key,json=issuerKey,proto3" json:"issuer_key,omitempty"`
	ConfigData   *ConfigData   `protobuf:"bytes,2,opt,name=config_data,json=configData,proto3" json:"config_data,omitempty"`
	IssuerParams *IssuerParams `protobuf:"bytes,3,opt,name=issuer_params,json=issuerParams,proto3,oneof" json:"issuer_params,omitempty"`
	// contains filtered or unexported fields
}

func (*GetIssuerByKeyRequest) Descriptor deprecated added in v2.6.0

func (*GetIssuerByKeyRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetIssuerByKeyRequest.ProtoReflect.Descriptor instead.

func (*GetIssuerByKeyRequest) GetConfigData added in v2.6.0

func (x *GetIssuerByKeyRequest) GetConfigData() *ConfigData

func (*GetIssuerByKeyRequest) GetIssuerKey added in v2.6.0

func (x *GetIssuerByKeyRequest) GetIssuerKey() *IssuerKey

func (*GetIssuerByKeyRequest) GetIssuerParams added in v2.6.0

func (x *GetIssuerByKeyRequest) GetIssuerParams() *IssuerParams

func (*GetIssuerByKeyRequest) ProtoMessage added in v2.6.0

func (*GetIssuerByKeyRequest) ProtoMessage()

func (*GetIssuerByKeyRequest) ProtoReflect added in v2.6.0

func (x *GetIssuerByKeyRequest) ProtoReflect() protoreflect.Message

func (*GetIssuerByKeyRequest) Reset added in v2.6.0

func (x *GetIssuerByKeyRequest) Reset()

func (*GetIssuerByKeyRequest) String added in v2.6.0

func (x *GetIssuerByKeyRequest) String() string

type GetIssuerByKeyResponse added in v2.6.0

type GetIssuerByKeyResponse struct {
	Did   string `protobuf:"bytes,1,opt,name=did,proto3" json:"did,omitempty"`
	Error *Error `protobuf:"bytes,2,opt,name=error,proto3,oneof" json:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*GetIssuerByKeyResponse) Descriptor deprecated added in v2.6.0

func (*GetIssuerByKeyResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetIssuerByKeyResponse.ProtoReflect.Descriptor instead.

func (*GetIssuerByKeyResponse) GetDid added in v2.6.0

func (x *GetIssuerByKeyResponse) GetDid() string

func (*GetIssuerByKeyResponse) GetError added in v2.6.0

func (x *GetIssuerByKeyResponse) GetError() *Error

func (*GetIssuerByKeyResponse) ProtoMessage added in v2.6.0

func (*GetIssuerByKeyResponse) ProtoMessage()

func (*GetIssuerByKeyResponse) ProtoReflect added in v2.6.0

func (x *GetIssuerByKeyResponse) ProtoReflect() protoreflect.Message

func (*GetIssuerByKeyResponse) Reset added in v2.6.0

func (x *GetIssuerByKeyResponse) Reset()

func (*GetIssuerByKeyResponse) String added in v2.6.0

func (x *GetIssuerByKeyResponse) String() string

type GetIssuerListRequest added in v2.6.0

type GetIssuerListRequest struct {
	ConfigData *ConfigData `protobuf:"bytes,1,opt,name=config_data,json=configData,proto3" json:"config_data,omitempty"`
	// contains filtered or unexported fields
}

func (*GetIssuerListRequest) Descriptor deprecated added in v2.6.0

func (*GetIssuerListRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetIssuerListRequest.ProtoReflect.Descriptor instead.

func (*GetIssuerListRequest) GetConfigData added in v2.6.0

func (x *GetIssuerListRequest) GetConfigData() *ConfigData

func (*GetIssuerListRequest) ProtoMessage added in v2.6.0

func (*GetIssuerListRequest) ProtoMessage()

func (*GetIssuerListRequest) ProtoReflect added in v2.6.0

func (x *GetIssuerListRequest) ProtoReflect() protoreflect.Message

func (*GetIssuerListRequest) Reset added in v2.6.0

func (x *GetIssuerListRequest) Reset()

func (*GetIssuerListRequest) String added in v2.6.0

func (x *GetIssuerListRequest) String() string

type GetIssuerListResponse added in v2.6.0

type GetIssuerListResponse struct {
	Did   []string `protobuf:"bytes,1,rep,name=did,proto3" json:"did,omitempty"`
	Error *Error   `protobuf:"bytes,2,opt,name=error,proto3,oneof" json:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*GetIssuerListResponse) Descriptor deprecated added in v2.6.0

func (*GetIssuerListResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetIssuerListResponse.ProtoReflect.Descriptor instead.

func (*GetIssuerListResponse) GetDid added in v2.6.0

func (x *GetIssuerListResponse) GetDid() []string

func (*GetIssuerListResponse) GetError added in v2.6.0

func (x *GetIssuerListResponse) GetError() *Error

func (*GetIssuerListResponse) ProtoMessage added in v2.6.0

func (*GetIssuerListResponse) ProtoMessage()

func (*GetIssuerListResponse) ProtoReflect added in v2.6.0

func (x *GetIssuerListResponse) ProtoReflect() protoreflect.Message

func (*GetIssuerListResponse) Reset added in v2.6.0

func (x *GetIssuerListResponse) Reset()

func (*GetIssuerListResponse) String added in v2.6.0

func (x *GetIssuerListResponse) String() string

type GetOfferRequest added in v2.5.0

type GetOfferRequest struct {
	ConfigData *ConfigData `protobuf:"bytes,1,opt,name=config_data,json=configData,proto3" json:"config_data,omitempty"`
	Id         string      `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetOfferRequest) Descriptor deprecated added in v2.5.0

func (*GetOfferRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetOfferRequest.ProtoReflect.Descriptor instead.

func (*GetOfferRequest) GetConfigData added in v2.5.0

func (x *GetOfferRequest) GetConfigData() *ConfigData

func (*GetOfferRequest) GetId added in v2.5.0

func (x *GetOfferRequest) GetId() string

func (*GetOfferRequest) ProtoMessage added in v2.5.0

func (*GetOfferRequest) ProtoMessage()

func (*GetOfferRequest) ProtoReflect added in v2.5.0

func (x *GetOfferRequest) ProtoReflect() protoreflect.Message

func (*GetOfferRequest) Reset added in v2.5.0

func (x *GetOfferRequest) Reset()

func (*GetOfferRequest) String added in v2.5.0

func (x *GetOfferRequest) String() string

type GetOfferResponse added in v2.5.0

type GetOfferResponse struct {
	Offer *CredentialOffer `protobuf:"bytes,1,opt,name=offer,proto3" json:"offer,omitempty"`
	Error *Error           `protobuf:"bytes,2,opt,name=error,proto3,oneof" json:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*GetOfferResponse) Descriptor deprecated added in v2.5.0

func (*GetOfferResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetOfferResponse.ProtoReflect.Descriptor instead.

func (*GetOfferResponse) GetError added in v2.5.0

func (x *GetOfferResponse) GetError() *Error

func (*GetOfferResponse) GetOffer added in v2.5.0

func (x *GetOfferResponse) GetOffer() *CredentialOffer

func (*GetOfferResponse) ProtoMessage added in v2.5.0

func (*GetOfferResponse) ProtoMessage()

func (*GetOfferResponse) ProtoReflect added in v2.5.0

func (x *GetOfferResponse) ProtoReflect() protoreflect.Message

func (*GetOfferResponse) Reset added in v2.5.0

func (x *GetOfferResponse) Reset()

func (*GetOfferResponse) String added in v2.5.0

func (x *GetOfferResponse) String() string

type GetProofRequest

type GetProofRequest struct {
	ConfigData *ConfigData `protobuf:"bytes,1,opt,name=config_data,json=configData,proto3" json:"config_data,omitempty"`
	Records    []*Record   `protobuf:"bytes,2,rep,name=records,proto3" json:"records,omitempty"`
	// contains filtered or unexported fields
}

func (*GetProofRequest) Descriptor deprecated

func (*GetProofRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetProofRequest.ProtoReflect.Descriptor instead.

func (*GetProofRequest) GetConfigData

func (x *GetProofRequest) GetConfigData() *ConfigData

func (*GetProofRequest) GetRecords

func (x *GetProofRequest) GetRecords() []*Record

func (*GetProofRequest) ProtoMessage

func (*GetProofRequest) ProtoMessage()

func (*GetProofRequest) ProtoReflect

func (x *GetProofRequest) ProtoReflect() protoreflect.Message

func (*GetProofRequest) Reset

func (x *GetProofRequest) Reset()

func (*GetProofRequest) String

func (x *GetProofRequest) String() string

type GetProofResponse

type GetProofResponse struct {
	Proof *Proof `protobuf:"bytes,1,opt,name=proof,proto3" json:"proof,omitempty"`
	Error *Error `protobuf:"bytes,2,opt,name=error,proto3,oneof" json:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*GetProofResponse) Descriptor deprecated

func (*GetProofResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetProofResponse.ProtoReflect.Descriptor instead.

func (*GetProofResponse) GetError

func (x *GetProofResponse) GetError() *Error

func (*GetProofResponse) GetProof

func (x *GetProofResponse) GetProof() *Proof

func (*GetProofResponse) ProtoMessage

func (*GetProofResponse) ProtoMessage()

func (*GetProofResponse) ProtoReflect

func (x *GetProofResponse) ProtoReflect() protoreflect.Message

func (*GetProofResponse) Reset

func (x *GetProofResponse) Reset()

func (*GetProofResponse) String

func (x *GetProofResponse) String() string

type GetSchemaRequest added in v2.5.0

type GetSchemaRequest struct {
	ConfigData *ConfigData `protobuf:"bytes,1,opt,name=config_data,json=configData,proto3" json:"config_data,omitempty"`
	Id         string      `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetSchemaRequest) Descriptor deprecated added in v2.5.0

func (*GetSchemaRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetSchemaRequest.ProtoReflect.Descriptor instead.

func (*GetSchemaRequest) GetConfigData added in v2.5.0

func (x *GetSchemaRequest) GetConfigData() *ConfigData

func (*GetSchemaRequest) GetId added in v2.5.0

func (x *GetSchemaRequest) GetId() string

func (*GetSchemaRequest) ProtoMessage added in v2.5.0

func (*GetSchemaRequest) ProtoMessage()

func (*GetSchemaRequest) ProtoReflect added in v2.5.0

func (x *GetSchemaRequest) ProtoReflect() protoreflect.Message

func (*GetSchemaRequest) Reset added in v2.5.0

func (x *GetSchemaRequest) Reset()

func (*GetSchemaRequest) String added in v2.5.0

func (x *GetSchemaRequest) String() string

type GetSchemaResponse added in v2.5.0

type GetSchemaResponse struct {
	Schema *Schema `protobuf:"bytes,1,opt,name=schema,proto3" json:"schema,omitempty"`
	Error  *Error  `protobuf:"bytes,2,opt,name=error,proto3,oneof" json:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*GetSchemaResponse) Descriptor deprecated added in v2.5.0

func (*GetSchemaResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetSchemaResponse.ProtoReflect.Descriptor instead.

func (*GetSchemaResponse) GetError added in v2.5.0

func (x *GetSchemaResponse) GetError() *Error

func (*GetSchemaResponse) GetSchema added in v2.5.0

func (x *GetSchemaResponse) GetSchema() *Schema

func (*GetSchemaResponse) ProtoMessage added in v2.5.0

func (*GetSchemaResponse) ProtoMessage()

func (*GetSchemaResponse) ProtoReflect added in v2.5.0

func (x *GetSchemaResponse) ProtoReflect() protoreflect.Message

func (*GetSchemaResponse) Reset added in v2.5.0

func (x *GetSchemaResponse) Reset()

func (*GetSchemaResponse) String added in v2.5.0

func (x *GetSchemaResponse) String() string

type GetSignaturesRequest added in v2.4.0

type GetSignaturesRequest struct {
	ConfigData *ConfigData `protobuf:"bytes,1,opt,name=config_data,json=configData,proto3" json:"config_data,omitempty"`
	Record     *Record     `protobuf:"bytes,2,opt,name=record,proto3" json:"record,omitempty"`
	// contains filtered or unexported fields
}

func (*GetSignaturesRequest) Descriptor deprecated added in v2.4.0

func (*GetSignaturesRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetSignaturesRequest.ProtoReflect.Descriptor instead.

func (*GetSignaturesRequest) GetConfigData added in v2.4.0

func (x *GetSignaturesRequest) GetConfigData() *ConfigData

func (*GetSignaturesRequest) GetRecord added in v2.4.0

func (x *GetSignaturesRequest) GetRecord() *Record

func (*GetSignaturesRequest) ProtoMessage added in v2.4.0

func (*GetSignaturesRequest) ProtoMessage()

func (*GetSignaturesRequest) ProtoReflect added in v2.4.0

func (x *GetSignaturesRequest) ProtoReflect() protoreflect.Message

func (*GetSignaturesRequest) Reset added in v2.4.0

func (x *GetSignaturesRequest) Reset()

func (*GetSignaturesRequest) String added in v2.4.0

func (x *GetSignaturesRequest) String() string

type GetSignaturesResponse added in v2.4.0

type GetSignaturesResponse struct {
	Signatures []*Signature `protobuf:"bytes,1,rep,name=signatures,proto3" json:"signatures,omitempty"`
	Error      *Error       `protobuf:"bytes,2,opt,name=error,proto3,oneof" json:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*GetSignaturesResponse) Descriptor deprecated added in v2.4.0

func (*GetSignaturesResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetSignaturesResponse.ProtoReflect.Descriptor instead.

func (*GetSignaturesResponse) GetError added in v2.4.0

func (x *GetSignaturesResponse) GetError() *Error

func (*GetSignaturesResponse) GetSignatures added in v2.4.0

func (x *GetSignaturesResponse) GetSignatures() []*Signature

func (*GetSignaturesResponse) ProtoMessage added in v2.4.0

func (*GetSignaturesResponse) ProtoMessage()

func (*GetSignaturesResponse) ProtoReflect added in v2.4.0

func (x *GetSignaturesResponse) ProtoReflect() protoreflect.Message

func (*GetSignaturesResponse) Reset added in v2.4.0

func (x *GetSignaturesResponse) Reset()

func (*GetSignaturesResponse) String added in v2.4.0

func (x *GetSignaturesResponse) String() string

type Identity added in v2.5.0

type Identity struct {
	Mnemonic   string `protobuf:"bytes,1,opt,name=mnemonic,proto3" json:"mnemonic,omitempty"`
	Key        string `protobuf:"bytes,2,opt,name=key,proto3" json:"key,omitempty"`
	PrivateKey string `protobuf:"bytes,3,opt,name=private_key,json=privateKey,proto3" json:"private_key,omitempty"`
	// contains filtered or unexported fields
}

func (*Identity) Descriptor deprecated added in v2.5.0

func (*Identity) Descriptor() ([]byte, []int)

Deprecated: Use Identity.ProtoReflect.Descriptor instead.

func (*Identity) GetKey added in v2.5.0

func (x *Identity) GetKey() string

func (*Identity) GetMnemonic added in v2.5.0

func (x *Identity) GetMnemonic() string

func (*Identity) GetPrivateKey added in v2.5.0

func (x *Identity) GetPrivateKey() string

func (*Identity) ProtoMessage added in v2.5.0

func (*Identity) ProtoMessage()

func (*Identity) ProtoReflect added in v2.5.0

func (x *Identity) ProtoReflect() protoreflect.Message

func (*Identity) Reset added in v2.5.0

func (x *Identity) Reset()

func (*Identity) String added in v2.5.0

func (x *Identity) String() string

type IdentityServiceClient added in v2.5.0

type IdentityServiceClient interface {
	CreateIdentity(ctx context.Context, in *CreateIdentityRequest, opts ...grpc.CallOption) (*CreateIdentityResponse, error)
	LoadIdentity(ctx context.Context, in *LoadIdentityRequest, opts ...grpc.CallOption) (*LoadIdentityResponse, error)
	BuildSchema(ctx context.Context, in *BuildSchemaRequest, opts ...grpc.CallOption) (*BuildSchemaResponse, error)
	GetSchema(ctx context.Context, in *GetSchemaRequest, opts ...grpc.CallOption) (*GetSchemaResponse, error)
	CreateCredential(ctx context.Context, in *CreateCredentialRequest, opts ...grpc.CallOption) (*CreateCredentialResponse, error)
	GetOffer(ctx context.Context, in *GetOfferRequest, opts ...grpc.CallOption) (*GetOfferResponse, error)
	WaitOffer(ctx context.Context, in *WaitOfferRequest, opts ...grpc.CallOption) (*WaitOfferResponse, error)
	CredentialOfferToJson(ctx context.Context, in *CredentialOfferToJsonRequest, opts ...grpc.CallOption) (*CredentialOfferToJsonResponse, error)
	CredentialOfferFromJson(ctx context.Context, in *CredentialOfferFromJsonRequest, opts ...grpc.CallOption) (*CredentialOfferFromJsonResponse, error)
	CredentialOfferRedeem(ctx context.Context, in *CredentialOfferRedeemRequest, opts ...grpc.CallOption) (*CredentialOfferRedeemResponse, error)
	CredentialToJson(ctx context.Context, in *CredentialToJsonRequest, opts ...grpc.CallOption) (*CredentialToJsonResponse, error)
	CredentialFromJson(ctx context.Context, in *CredentialFromJsonRequest, opts ...grpc.CallOption) (*CredentialFromJsonResponse, error)
	VerifyCredential(ctx context.Context, in *VerifyCredentialRequest, opts ...grpc.CallOption) (*VerifyCredentialResponse, error)
	RevokeCredential(ctx context.Context, in *RevokeCredentialRequest, opts ...grpc.CallOption) (*RevokeCredentialResponse, error)
}

IdentityServiceClient is the client API for IdentityService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

func NewIdentityServiceClient added in v2.5.0

func NewIdentityServiceClient(cc grpc.ClientConnInterface) IdentityServiceClient

type IdentityServiceServer added in v2.5.0

IdentityServiceServer is the server API for IdentityService service. All implementations must embed UnimplementedIdentityServiceServer for forward compatibility

type IdentityServiceV2Client added in v2.6.0

IdentityServiceV2Client is the client API for IdentityServiceV2 service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

func NewIdentityServiceV2Client added in v2.6.0

func NewIdentityServiceV2Client(cc grpc.ClientConnInterface) IdentityServiceV2Client

type IdentityServiceV2Server added in v2.6.0

IdentityServiceV2Server is the server API for IdentityServiceV2 service. All implementations must embed UnimplementedIdentityServiceV2Server for forward compatibility

type IntegrityServiceClient added in v2.4.0

type IntegrityServiceClient interface {
	SendRecords(ctx context.Context, in *SendRecordsRequest, opts ...grpc.CallOption) (*SendRecordsResponse, error)
	GetAnchor(ctx context.Context, in *GetAnchorRequest, opts ...grpc.CallOption) (*GetAnchorResponse, error)
	WaitAnchor(ctx context.Context, in *WaitAnchorRequest, opts ...grpc.CallOption) (*WaitAnchorResponse, error)
	GetProof(ctx context.Context, in *GetProofRequest, opts ...grpc.CallOption) (*GetProofResponse, error)
	ValidateRoot(ctx context.Context, in *ValidateRootRequest, opts ...grpc.CallOption) (*ValidateRootResponse, error)
	VerifyProof(ctx context.Context, in *VerifyProofRequest, opts ...grpc.CallOption) (*VerifyProofResponse, error)
	VerifyRecords(ctx context.Context, in *VerifyRecordsRequest, opts ...grpc.CallOption) (*VerifyRecordsResponse, error)
}

IntegrityServiceClient is the client API for IntegrityService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

func NewIntegrityServiceClient added in v2.4.0

func NewIntegrityServiceClient(cc grpc.ClientConnInterface) IntegrityServiceClient

type IntegrityServiceServer added in v2.4.0

IntegrityServiceServer is the server API for IntegrityService service. All implementations must embed UnimplementedIntegrityServiceServer for forward compatibility

type IssuerKey added in v2.6.0

type IssuerKey struct {
	LocalKey   *LocalKey   `protobuf:"bytes,1,opt,name=local_key,json=localKey,proto3,oneof" json:"local_key,omitempty"`
	ManagedKey *ManagedKey `protobuf:"bytes,2,opt,name=managed_key,json=managedKey,proto3,oneof" json:"managed_key,omitempty"`
	// contains filtered or unexported fields
}

func (*IssuerKey) Descriptor deprecated added in v2.6.0

func (*IssuerKey) Descriptor() ([]byte, []int)

Deprecated: Use IssuerKey.ProtoReflect.Descriptor instead.

func (*IssuerKey) GetLocalKey added in v2.6.0

func (x *IssuerKey) GetLocalKey() *LocalKey

func (*IssuerKey) GetManagedKey added in v2.6.0

func (x *IssuerKey) GetManagedKey() *ManagedKey

func (*IssuerKey) ProtoMessage added in v2.6.0

func (*IssuerKey) ProtoMessage()

func (*IssuerKey) ProtoReflect added in v2.6.0

func (x *IssuerKey) ProtoReflect() protoreflect.Message

func (*IssuerKey) Reset added in v2.6.0

func (x *IssuerKey) Reset()

func (*IssuerKey) String added in v2.6.0

func (x *IssuerKey) String() string

type IssuerParams added in v2.6.0

type IssuerParams struct {
	Method     Method     `protobuf:"varint,1,opt,name=method,proto3,enum=bloock.Method" json:"method,omitempty"`
	Blockchain Blockchain `protobuf:"varint,2,opt,name=blockchain,proto3,enum=bloock.Blockchain" json:"blockchain,omitempty"`
	NetworkId  NetworkId  `protobuf:"varint,3,opt,name=network_id,json=networkId,proto3,enum=bloock.NetworkId" json:"network_id,omitempty"`
	// contains filtered or unexported fields
}

func (*IssuerParams) Descriptor deprecated added in v2.6.0

func (*IssuerParams) Descriptor() ([]byte, []int)

Deprecated: Use IssuerParams.ProtoReflect.Descriptor instead.

func (*IssuerParams) GetBlockchain added in v2.6.0

func (x *IssuerParams) GetBlockchain() Blockchain

func (*IssuerParams) GetMethod added in v2.6.0

func (x *IssuerParams) GetMethod() Method

func (*IssuerParams) GetNetworkId added in v2.6.0

func (x *IssuerParams) GetNetworkId() NetworkId

func (*IssuerParams) ProtoMessage added in v2.6.0

func (*IssuerParams) ProtoMessage()

func (*IssuerParams) ProtoReflect added in v2.6.0

func (x *IssuerParams) ProtoReflect() protoreflect.Message

func (*IssuerParams) Reset added in v2.6.0

func (x *IssuerParams) Reset()

func (*IssuerParams) String added in v2.6.0

func (x *IssuerParams) String() string

type IssuerStateReceipt added in v2.6.0

type IssuerStateReceipt struct {
	TxHash string `protobuf:"bytes,1,opt,name=tx_hash,json=txHash,proto3" json:"tx_hash,omitempty"`
	// contains filtered or unexported fields
}

func (*IssuerStateReceipt) Descriptor deprecated added in v2.6.0

func (*IssuerStateReceipt) Descriptor() ([]byte, []int)

Deprecated: Use IssuerStateReceipt.ProtoReflect.Descriptor instead.

func (*IssuerStateReceipt) GetTxHash added in v2.6.0

func (x *IssuerStateReceipt) GetTxHash() string

func (*IssuerStateReceipt) ProtoMessage added in v2.6.0

func (*IssuerStateReceipt) ProtoMessage()

func (*IssuerStateReceipt) ProtoReflect added in v2.6.0

func (x *IssuerStateReceipt) ProtoReflect() protoreflect.Message

func (*IssuerStateReceipt) Reset added in v2.6.0

func (x *IssuerStateReceipt) Reset()

func (*IssuerStateReceipt) String added in v2.6.0

func (x *IssuerStateReceipt) String() string

type KeyProtectionLevel added in v2.5.0

type KeyProtectionLevel int32
const (
	KeyProtectionLevel_SOFTWARE KeyProtectionLevel = 0
	KeyProtectionLevel_HSM      KeyProtectionLevel = 1
)

func (KeyProtectionLevel) Descriptor added in v2.5.0

func (KeyProtectionLevel) Enum added in v2.5.0

func (KeyProtectionLevel) EnumDescriptor deprecated added in v2.5.0

func (KeyProtectionLevel) EnumDescriptor() ([]byte, []int)

Deprecated: Use KeyProtectionLevel.Descriptor instead.

func (KeyProtectionLevel) Number added in v2.5.0

func (KeyProtectionLevel) String added in v2.5.0

func (x KeyProtectionLevel) String() string

func (KeyProtectionLevel) Type added in v2.5.0

type KeyServiceClient added in v2.5.0

type KeyServiceClient interface {
	GenerateLocalKey(ctx context.Context, in *GenerateLocalKeyRequest, opts ...grpc.CallOption) (*GenerateLocalKeyResponse, error)
	GenerateManagedKey(ctx context.Context, in *GenerateManagedKeyRequest, opts ...grpc.CallOption) (*GenerateManagedKeyResponse, error)
	LoadLocalKey(ctx context.Context, in *LoadLocalKeyRequest, opts ...grpc.CallOption) (*LoadLocalKeyResponse, error)
	LoadManagedKey(ctx context.Context, in *LoadManagedKeyRequest, opts ...grpc.CallOption) (*LoadManagedKeyResponse, error)
}

KeyServiceClient is the client API for KeyService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

func NewKeyServiceClient added in v2.5.0

func NewKeyServiceClient(cc grpc.ClientConnInterface) KeyServiceClient

type KeyServiceServer added in v2.5.0

type KeyServiceServer interface {
	GenerateLocalKey(context.Context, *GenerateLocalKeyRequest) (*GenerateLocalKeyResponse, error)
	GenerateManagedKey(context.Context, *GenerateManagedKeyRequest) (*GenerateManagedKeyResponse, error)
	LoadLocalKey(context.Context, *LoadLocalKeyRequest) (*LoadLocalKeyResponse, error)
	LoadManagedKey(context.Context, *LoadManagedKeyRequest) (*LoadManagedKeyResponse, error)
	// contains filtered or unexported methods
}

KeyServiceServer is the server API for KeyService service. All implementations must embed UnimplementedKeyServiceServer for forward compatibility

type KeyType added in v2.5.0

type KeyType int32
const (
	KeyType_EcP256k KeyType = 0
	KeyType_Rsa2048 KeyType = 1
	KeyType_Rsa3072 KeyType = 2
	KeyType_Rsa4096 KeyType = 3
	KeyType_Aes128  KeyType = 4
	KeyType_Aes256  KeyType = 5
	KeyType_Bjj     KeyType = 6
)

func (KeyType) Descriptor added in v2.5.0

func (KeyType) Descriptor() protoreflect.EnumDescriptor

func (KeyType) Enum added in v2.5.0

func (x KeyType) Enum() *KeyType

func (KeyType) EnumDescriptor deprecated added in v2.5.0

func (KeyType) EnumDescriptor() ([]byte, []int)

Deprecated: Use KeyType.Descriptor instead.

func (KeyType) Number added in v2.5.0

func (x KeyType) Number() protoreflect.EnumNumber

func (KeyType) String added in v2.5.0

func (x KeyType) String() string

func (KeyType) Type added in v2.5.0

func (KeyType) Type() protoreflect.EnumType

type LoadIdentityRequest added in v2.5.0

type LoadIdentityRequest struct {
	ConfigData *ConfigData `protobuf:"bytes,1,opt,name=config_data,json=configData,proto3" json:"config_data,omitempty"`
	Mnemonic   string      `protobuf:"bytes,2,opt,name=mnemonic,proto3" json:"mnemonic,omitempty"`
	// contains filtered or unexported fields
}

func (*LoadIdentityRequest) Descriptor deprecated added in v2.5.0

func (*LoadIdentityRequest) Descriptor() ([]byte, []int)

Deprecated: Use LoadIdentityRequest.ProtoReflect.Descriptor instead.

func (*LoadIdentityRequest) GetConfigData added in v2.5.0

func (x *LoadIdentityRequest) GetConfigData() *ConfigData

func (*LoadIdentityRequest) GetMnemonic added in v2.5.0

func (x *LoadIdentityRequest) GetMnemonic() string

func (*LoadIdentityRequest) ProtoMessage added in v2.5.0

func (*LoadIdentityRequest) ProtoMessage()

func (*LoadIdentityRequest) ProtoReflect added in v2.5.0

func (x *LoadIdentityRequest) ProtoReflect() protoreflect.Message

func (*LoadIdentityRequest) Reset added in v2.5.0

func (x *LoadIdentityRequest) Reset()

func (*LoadIdentityRequest) String added in v2.5.0

func (x *LoadIdentityRequest) String() string

type LoadIdentityResponse added in v2.5.0

type LoadIdentityResponse struct {
	Identity *Identity `protobuf:"bytes,1,opt,name=identity,proto3" json:"identity,omitempty"`
	Error    *Error    `protobuf:"bytes,2,opt,name=error,proto3,oneof" json:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*LoadIdentityResponse) Descriptor deprecated added in v2.5.0

func (*LoadIdentityResponse) Descriptor() ([]byte, []int)

Deprecated: Use LoadIdentityResponse.ProtoReflect.Descriptor instead.

func (*LoadIdentityResponse) GetError added in v2.5.0

func (x *LoadIdentityResponse) GetError() *Error

func (*LoadIdentityResponse) GetIdentity added in v2.5.0

func (x *LoadIdentityResponse) GetIdentity() *Identity

func (*LoadIdentityResponse) ProtoMessage added in v2.5.0

func (*LoadIdentityResponse) ProtoMessage()

func (*LoadIdentityResponse) ProtoReflect added in v2.5.0

func (x *LoadIdentityResponse) ProtoReflect() protoreflect.Message

func (*LoadIdentityResponse) Reset added in v2.5.0

func (x *LoadIdentityResponse) Reset()

func (*LoadIdentityResponse) String added in v2.5.0

func (x *LoadIdentityResponse) String() string

type LoadLocalKeyRequest added in v2.5.0

type LoadLocalKeyRequest struct {
	ConfigData *ConfigData `protobuf:"bytes,1,opt,name=config_data,json=configData,proto3" json:"config_data,omitempty"`
	KeyType    KeyType     `protobuf:"varint,2,opt,name=key_type,json=keyType,proto3,enum=bloock.KeyType" json:"key_type,omitempty"`
	Key        string      `protobuf:"bytes,3,opt,name=key,proto3" json:"key,omitempty"`
	PrivateKey *string     `protobuf:"bytes,4,opt,name=private_key,json=privateKey,proto3,oneof" json:"private_key,omitempty"`
	// contains filtered or unexported fields
}

func (*LoadLocalKeyRequest) Descriptor deprecated added in v2.5.0

func (*LoadLocalKeyRequest) Descriptor() ([]byte, []int)

Deprecated: Use LoadLocalKeyRequest.ProtoReflect.Descriptor instead.

func (*LoadLocalKeyRequest) GetConfigData added in v2.5.0

func (x *LoadLocalKeyRequest) GetConfigData() *ConfigData

func (*LoadLocalKeyRequest) GetKey added in v2.5.0

func (x *LoadLocalKeyRequest) GetKey() string

func (*LoadLocalKeyRequest) GetKeyType added in v2.5.0

func (x *LoadLocalKeyRequest) GetKeyType() KeyType

func (*LoadLocalKeyRequest) GetPrivateKey added in v2.5.0

func (x *LoadLocalKeyRequest) GetPrivateKey() string

func (*LoadLocalKeyRequest) ProtoMessage added in v2.5.0

func (*LoadLocalKeyRequest) ProtoMessage()

func (*LoadLocalKeyRequest) ProtoReflect added in v2.5.0

func (x *LoadLocalKeyRequest) ProtoReflect() protoreflect.Message

func (*LoadLocalKeyRequest) Reset added in v2.5.0

func (x *LoadLocalKeyRequest) Reset()

func (*LoadLocalKeyRequest) String added in v2.5.0

func (x *LoadLocalKeyRequest) String() string

type LoadLocalKeyResponse added in v2.5.0

type LoadLocalKeyResponse struct {
	LocalKey *LocalKey `protobuf:"bytes,1,opt,name=local_key,json=localKey,proto3" json:"local_key,omitempty"`
	Error    *Error    `protobuf:"bytes,2,opt,name=error,proto3,oneof" json:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*LoadLocalKeyResponse) Descriptor deprecated added in v2.5.0

func (*LoadLocalKeyResponse) Descriptor() ([]byte, []int)

Deprecated: Use LoadLocalKeyResponse.ProtoReflect.Descriptor instead.

func (*LoadLocalKeyResponse) GetError added in v2.5.0

func (x *LoadLocalKeyResponse) GetError() *Error

func (*LoadLocalKeyResponse) GetLocalKey added in v2.5.0

func (x *LoadLocalKeyResponse) GetLocalKey() *LocalKey

func (*LoadLocalKeyResponse) ProtoMessage added in v2.5.0

func (*LoadLocalKeyResponse) ProtoMessage()

func (*LoadLocalKeyResponse) ProtoReflect added in v2.5.0

func (x *LoadLocalKeyResponse) ProtoReflect() protoreflect.Message

func (*LoadLocalKeyResponse) Reset added in v2.5.0

func (x *LoadLocalKeyResponse) Reset()

func (*LoadLocalKeyResponse) String added in v2.5.0

func (x *LoadLocalKeyResponse) String() string

type LoadManagedKeyRequest added in v2.5.0

type LoadManagedKeyRequest struct {
	ConfigData *ConfigData `protobuf:"bytes,1,opt,name=config_data,json=configData,proto3" json:"config_data,omitempty"`
	Id         string      `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*LoadManagedKeyRequest) Descriptor deprecated added in v2.5.0

func (*LoadManagedKeyRequest) Descriptor() ([]byte, []int)

Deprecated: Use LoadManagedKeyRequest.ProtoReflect.Descriptor instead.

func (*LoadManagedKeyRequest) GetConfigData added in v2.5.0

func (x *LoadManagedKeyRequest) GetConfigData() *ConfigData

func (*LoadManagedKeyRequest) GetId added in v2.5.0

func (x *LoadManagedKeyRequest) GetId() string

func (*LoadManagedKeyRequest) ProtoMessage added in v2.5.0

func (*LoadManagedKeyRequest) ProtoMessage()

func (*LoadManagedKeyRequest) ProtoReflect added in v2.5.0

func (x *LoadManagedKeyRequest) ProtoReflect() protoreflect.Message

func (*LoadManagedKeyRequest) Reset added in v2.5.0

func (x *LoadManagedKeyRequest) Reset()

func (*LoadManagedKeyRequest) String added in v2.5.0

func (x *LoadManagedKeyRequest) String() string

type LoadManagedKeyResponse added in v2.5.0

type LoadManagedKeyResponse struct {
	ManagedKey *ManagedKey `protobuf:"bytes,1,opt,name=managed_key,json=managedKey,proto3" json:"managed_key,omitempty"`
	Error      *Error      `protobuf:"bytes,2,opt,name=error,proto3,oneof" json:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*LoadManagedKeyResponse) Descriptor deprecated added in v2.5.0

func (*LoadManagedKeyResponse) Descriptor() ([]byte, []int)

Deprecated: Use LoadManagedKeyResponse.ProtoReflect.Descriptor instead.

func (*LoadManagedKeyResponse) GetError added in v2.5.0

func (x *LoadManagedKeyResponse) GetError() *Error

func (*LoadManagedKeyResponse) GetManagedKey added in v2.5.0

func (x *LoadManagedKeyResponse) GetManagedKey() *ManagedKey

func (*LoadManagedKeyResponse) ProtoMessage added in v2.5.0

func (*LoadManagedKeyResponse) ProtoMessage()

func (*LoadManagedKeyResponse) ProtoReflect added in v2.5.0

func (x *LoadManagedKeyResponse) ProtoReflect() protoreflect.Message

func (*LoadManagedKeyResponse) Reset added in v2.5.0

func (x *LoadManagedKeyResponse) Reset()

func (*LoadManagedKeyResponse) String added in v2.5.0

func (x *LoadManagedKeyResponse) String() string

type Loader

type Loader struct {
	Type DataAvailabilityType `protobuf:"varint,1,opt,name=type,proto3,enum=bloock.DataAvailabilityType" json:"type,omitempty"`
	Args *LoaderArgs          `protobuf:"bytes,2,opt,name=args,proto3" json:"args,omitempty"`
	// contains filtered or unexported fields
}

func (*Loader) Descriptor deprecated

func (*Loader) Descriptor() ([]byte, []int)

Deprecated: Use Loader.ProtoReflect.Descriptor instead.

func (*Loader) GetArgs

func (x *Loader) GetArgs() *LoaderArgs

func (*Loader) GetType

func (x *Loader) GetType() DataAvailabilityType

func (*Loader) ProtoMessage

func (*Loader) ProtoMessage()

func (*Loader) ProtoReflect

func (x *Loader) ProtoReflect() protoreflect.Message

func (*Loader) Reset

func (x *Loader) Reset()

func (*Loader) String

func (x *Loader) String() string

type LoaderArgs

type LoaderArgs struct {
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*LoaderArgs) Descriptor deprecated

func (*LoaderArgs) Descriptor() ([]byte, []int)

Deprecated: Use LoaderArgs.ProtoReflect.Descriptor instead.

func (*LoaderArgs) GetId added in v2.4.0

func (x *LoaderArgs) GetId() string

func (*LoaderArgs) ProtoMessage

func (*LoaderArgs) ProtoMessage()

func (*LoaderArgs) ProtoReflect

func (x *LoaderArgs) ProtoReflect() protoreflect.Message

func (*LoaderArgs) Reset

func (x *LoaderArgs) Reset()

func (*LoaderArgs) String

func (x *LoaderArgs) String() string

type LocalKey added in v2.5.0

type LocalKey struct {
	Key        string  `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
	KeyType    KeyType `protobuf:"varint,2,opt,name=key_type,json=keyType,proto3,enum=bloock.KeyType" json:"key_type,omitempty"`
	PrivateKey *string `protobuf:"bytes,3,opt,name=private_key,json=privateKey,proto3,oneof" json:"private_key,omitempty"`
	// contains filtered or unexported fields
}

func (*LocalKey) Descriptor deprecated added in v2.5.0

func (*LocalKey) Descriptor() ([]byte, []int)

Deprecated: Use LocalKey.ProtoReflect.Descriptor instead.

func (*LocalKey) GetKey added in v2.5.0

func (x *LocalKey) GetKey() string

func (*LocalKey) GetKeyType added in v2.5.0

func (x *LocalKey) GetKeyType() KeyType

func (*LocalKey) GetPrivateKey added in v2.5.0

func (x *LocalKey) GetPrivateKey() string

func (*LocalKey) ProtoMessage added in v2.5.0

func (*LocalKey) ProtoMessage()

func (*LocalKey) ProtoReflect added in v2.5.0

func (x *LocalKey) ProtoReflect() protoreflect.Message

func (*LocalKey) Reset added in v2.5.0

func (x *LocalKey) Reset()

func (*LocalKey) String added in v2.5.0

func (x *LocalKey) String() string

type ManagedKey added in v2.5.0

type ManagedKey struct {
	Id         string             `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Key        string             `protobuf:"bytes,2,opt,name=key,proto3" json:"key,omitempty"`
	Protection KeyProtectionLevel `protobuf:"varint,3,opt,name=protection,proto3,enum=bloock.KeyProtectionLevel" json:"protection,omitempty"`
	KeyType    KeyType            `protobuf:"varint,4,opt,name=key_type,json=keyType,proto3,enum=bloock.KeyType" json:"key_type,omitempty"`
	Name       string             `protobuf:"bytes,5,opt,name=name,proto3" json:"name,omitempty"`
	Expiration int64              `protobuf:"varint,6,opt,name=expiration,proto3" json:"expiration,omitempty"`
	// contains filtered or unexported fields
}

func (*ManagedKey) Descriptor deprecated added in v2.5.0

func (*ManagedKey) Descriptor() ([]byte, []int)

Deprecated: Use ManagedKey.ProtoReflect.Descriptor instead.

func (*ManagedKey) GetExpiration added in v2.5.0

func (x *ManagedKey) GetExpiration() int64

func (*ManagedKey) GetId added in v2.5.0

func (x *ManagedKey) GetId() string

func (*ManagedKey) GetKey added in v2.5.0

func (x *ManagedKey) GetKey() string

func (*ManagedKey) GetKeyType added in v2.5.0

func (x *ManagedKey) GetKeyType() KeyType

func (*ManagedKey) GetName added in v2.5.0

func (x *ManagedKey) GetName() string

func (*ManagedKey) GetProtection added in v2.5.0

func (x *ManagedKey) GetProtection() KeyProtectionLevel

func (*ManagedKey) ProtoMessage added in v2.5.0

func (*ManagedKey) ProtoMessage()

func (*ManagedKey) ProtoReflect added in v2.5.0

func (x *ManagedKey) ProtoReflect() protoreflect.Message

func (*ManagedKey) Reset added in v2.5.0

func (x *ManagedKey) Reset()

func (*ManagedKey) String added in v2.5.0

func (x *ManagedKey) String() string

type ManagedKeyParams added in v2.5.0

type ManagedKeyParams struct {
	Protection KeyProtectionLevel `protobuf:"varint,1,opt,name=protection,proto3,enum=bloock.KeyProtectionLevel" json:"protection,omitempty"`
	KeyType    KeyType            `protobuf:"varint,2,opt,name=key_type,json=keyType,proto3,enum=bloock.KeyType" json:"key_type,omitempty"`
	Name       *string            `protobuf:"bytes,3,opt,name=name,proto3,oneof" json:"name,omitempty"`
	Expiration *int64             `protobuf:"varint,4,opt,name=expiration,proto3,oneof" json:"expiration,omitempty"`
	// contains filtered or unexported fields
}

func (*ManagedKeyParams) Descriptor deprecated added in v2.5.0

func (*ManagedKeyParams) Descriptor() ([]byte, []int)

Deprecated: Use ManagedKeyParams.ProtoReflect.Descriptor instead.

func (*ManagedKeyParams) GetExpiration added in v2.5.0

func (x *ManagedKeyParams) GetExpiration() int64

func (*ManagedKeyParams) GetKeyType added in v2.5.0

func (x *ManagedKeyParams) GetKeyType() KeyType

func (*ManagedKeyParams) GetName added in v2.5.0

func (x *ManagedKeyParams) GetName() string

func (*ManagedKeyParams) GetProtection added in v2.5.0

func (x *ManagedKeyParams) GetProtection() KeyProtectionLevel

func (*ManagedKeyParams) ProtoMessage added in v2.5.0

func (*ManagedKeyParams) ProtoMessage()

func (*ManagedKeyParams) ProtoReflect added in v2.5.0

func (x *ManagedKeyParams) ProtoReflect() protoreflect.Message

func (*ManagedKeyParams) Reset added in v2.5.0

func (x *ManagedKeyParams) Reset()

func (*ManagedKeyParams) String added in v2.5.0

func (x *ManagedKeyParams) String() string

type Method added in v2.6.0

type Method int32
const (
	Method_IDEN3      Method = 0
	Method_POLYGON_ID Method = 1
)

func (Method) Descriptor added in v2.6.0

func (Method) Descriptor() protoreflect.EnumDescriptor

func (Method) Enum added in v2.6.0

func (x Method) Enum() *Method

func (Method) EnumDescriptor deprecated added in v2.6.0

func (Method) EnumDescriptor() ([]byte, []int)

Deprecated: Use Method.Descriptor instead.

func (Method) Number added in v2.6.0

func (x Method) Number() protoreflect.EnumNumber

func (Method) String added in v2.6.0

func (x Method) String() string

func (Method) Type added in v2.6.0

func (Method) Type() protoreflect.EnumType

type Network

type Network int32
const (
	Network_ETHEREUM_MAINNET Network = 0
	Network_ETHEREUM_GOERLI  Network = 1
	Network_GNOSIS_CHAIN     Network = 2
	Network_BLOOCK_CHAIN     Network = 3
	Network_POLYGON_CHAIN    Network = 4
)

func (Network) Descriptor

func (Network) Descriptor() protoreflect.EnumDescriptor

func (Network) Enum

func (x Network) Enum() *Network

func (Network) EnumDescriptor deprecated

func (Network) EnumDescriptor() ([]byte, []int)

Deprecated: Use Network.Descriptor instead.

func (Network) Number

func (x Network) Number() protoreflect.EnumNumber

func (Network) String

func (x Network) String() string

func (Network) Type

func (Network) Type() protoreflect.EnumType

type NetworkConfig

type NetworkConfig struct {
	ContractAddress string `protobuf:"bytes,1,opt,name=ContractAddress,proto3" json:"ContractAddress,omitempty"`
	ContractAbi     string `protobuf:"bytes,2,opt,name=ContractAbi,proto3" json:"ContractAbi,omitempty"`
	HttpProvider    string `protobuf:"bytes,3,opt,name=HttpProvider,proto3" json:"HttpProvider,omitempty"`
	// contains filtered or unexported fields
}

func (*NetworkConfig) Descriptor deprecated

func (*NetworkConfig) Descriptor() ([]byte, []int)

Deprecated: Use NetworkConfig.ProtoReflect.Descriptor instead.

func (*NetworkConfig) GetContractAbi

func (x *NetworkConfig) GetContractAbi() string

func (*NetworkConfig) GetContractAddress

func (x *NetworkConfig) GetContractAddress() string

func (*NetworkConfig) GetHttpProvider

func (x *NetworkConfig) GetHttpProvider() string

func (*NetworkConfig) ProtoMessage

func (*NetworkConfig) ProtoMessage()

func (*NetworkConfig) ProtoReflect

func (x *NetworkConfig) ProtoReflect() protoreflect.Message

func (*NetworkConfig) Reset

func (x *NetworkConfig) Reset()

func (*NetworkConfig) String

func (x *NetworkConfig) String() string

type NetworkId added in v2.6.0

type NetworkId int32
const (
	NetworkId_MAIN            NetworkId = 0
	NetworkId_MUMBAI          NetworkId = 1
	NetworkId_GOERLI          NetworkId = 2
	NetworkId_UNKNOWN_NETWORK NetworkId = 3
	NetworkId_NO_NETWORK      NetworkId = 4
)

func (NetworkId) Descriptor added in v2.6.0

func (NetworkId) Descriptor() protoreflect.EnumDescriptor

func (NetworkId) Enum added in v2.6.0

func (x NetworkId) Enum() *NetworkId

func (NetworkId) EnumDescriptor deprecated added in v2.6.0

func (NetworkId) EnumDescriptor() ([]byte, []int)

Deprecated: Use NetworkId.Descriptor instead.

func (NetworkId) Number added in v2.6.0

func (x NetworkId) Number() protoreflect.EnumNumber

func (NetworkId) String added in v2.6.0

func (x NetworkId) String() string

func (NetworkId) Type added in v2.6.0

type NumberAttribute added in v2.5.0

type NumberAttribute struct {
	Id    string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Value int64  `protobuf:"varint,2,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*NumberAttribute) Descriptor deprecated added in v2.5.0

func (*NumberAttribute) Descriptor() ([]byte, []int)

Deprecated: Use NumberAttribute.ProtoReflect.Descriptor instead.

func (*NumberAttribute) GetId added in v2.5.0

func (x *NumberAttribute) GetId() string

func (*NumberAttribute) GetValue added in v2.5.0

func (x *NumberAttribute) GetValue() int64

func (*NumberAttribute) ProtoMessage added in v2.5.0

func (*NumberAttribute) ProtoMessage()

func (*NumberAttribute) ProtoReflect added in v2.5.0

func (x *NumberAttribute) ProtoReflect() protoreflect.Message

func (*NumberAttribute) Reset added in v2.5.0

func (x *NumberAttribute) Reset()

func (*NumberAttribute) String added in v2.5.0

func (x *NumberAttribute) String() string

type NumberAttributeDefinition added in v2.5.0

type NumberAttributeDefinition struct {
	DisplayName string `protobuf:"bytes,1,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"`
	Id          string `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	Description string `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"`
	// contains filtered or unexported fields
}

func (*NumberAttributeDefinition) Descriptor deprecated added in v2.5.0

func (*NumberAttributeDefinition) Descriptor() ([]byte, []int)

Deprecated: Use NumberAttributeDefinition.ProtoReflect.Descriptor instead.

func (*NumberAttributeDefinition) GetDescription added in v2.5.0

func (x *NumberAttributeDefinition) GetDescription() string

func (*NumberAttributeDefinition) GetDisplayName added in v2.5.0

func (x *NumberAttributeDefinition) GetDisplayName() string

func (*NumberAttributeDefinition) GetId added in v2.5.0

func (x *NumberAttributeDefinition) GetId() string

func (*NumberAttributeDefinition) ProtoMessage added in v2.5.0

func (*NumberAttributeDefinition) ProtoMessage()

func (*NumberAttributeDefinition) ProtoReflect added in v2.5.0

func (*NumberAttributeDefinition) Reset added in v2.5.0

func (x *NumberAttributeDefinition) Reset()

func (*NumberAttributeDefinition) String added in v2.5.0

func (x *NumberAttributeDefinition) String() string

type NumberAttributeDefinitionV2

type NumberAttributeDefinitionV2 struct {
	DisplayName string `protobuf:"bytes,1,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"`
	Id          string `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	Description string `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"`
	Required    bool   `protobuf:"varint,4,opt,name=required,proto3" json:"required,omitempty"`
	// contains filtered or unexported fields
}

func (*NumberAttributeDefinitionV2) Descriptor deprecated

func (*NumberAttributeDefinitionV2) Descriptor() ([]byte, []int)

Deprecated: Use NumberAttributeDefinitionV2.ProtoReflect.Descriptor instead.

func (*NumberAttributeDefinitionV2) GetDescription

func (x *NumberAttributeDefinitionV2) GetDescription() string

func (*NumberAttributeDefinitionV2) GetDisplayName

func (x *NumberAttributeDefinitionV2) GetDisplayName() string

func (*NumberAttributeDefinitionV2) GetId

func (*NumberAttributeDefinitionV2) GetRequired

func (x *NumberAttributeDefinitionV2) GetRequired() bool

func (*NumberAttributeDefinitionV2) ProtoMessage

func (*NumberAttributeDefinitionV2) ProtoMessage()

func (*NumberAttributeDefinitionV2) ProtoReflect

func (*NumberAttributeDefinitionV2) Reset

func (x *NumberAttributeDefinitionV2) Reset()

func (*NumberAttributeDefinitionV2) String

func (x *NumberAttributeDefinitionV2) String() string

type NumberAttributeV2

type NumberAttributeV2 struct {
	Id    string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Value int64  `protobuf:"varint,2,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*NumberAttributeV2) Descriptor deprecated

func (*NumberAttributeV2) Descriptor() ([]byte, []int)

Deprecated: Use NumberAttributeV2.ProtoReflect.Descriptor instead.

func (*NumberAttributeV2) GetId

func (x *NumberAttributeV2) GetId() string

func (*NumberAttributeV2) GetValue

func (x *NumberAttributeV2) GetValue() int64

func (*NumberAttributeV2) ProtoMessage

func (*NumberAttributeV2) ProtoMessage()

func (*NumberAttributeV2) ProtoReflect

func (x *NumberAttributeV2) ProtoReflect() protoreflect.Message

func (*NumberAttributeV2) Reset

func (x *NumberAttributeV2) Reset()

func (*NumberAttributeV2) String

func (x *NumberAttributeV2) String() string

type Proof

type Proof struct {
	Leaves []string     `protobuf:"bytes,1,rep,name=leaves,proto3" json:"leaves,omitempty"`
	Nodes  []string     `protobuf:"bytes,2,rep,name=nodes,proto3" json:"nodes,omitempty"`
	Depth  string       `protobuf:"bytes,3,opt,name=depth,proto3" json:"depth,omitempty"`
	Bitmap string       `protobuf:"bytes,4,opt,name=bitmap,proto3" json:"bitmap,omitempty"`
	Anchor *ProofAnchor `protobuf:"bytes,5,opt,name=anchor,proto3" json:"anchor,omitempty"`
	// contains filtered or unexported fields
}

func (*Proof) Descriptor deprecated

func (*Proof) Descriptor() ([]byte, []int)

Deprecated: Use Proof.ProtoReflect.Descriptor instead.

func (*Proof) GetAnchor

func (x *Proof) GetAnchor() *ProofAnchor

func (*Proof) GetBitmap

func (x *Proof) GetBitmap() string

func (*Proof) GetDepth

func (x *Proof) GetDepth() string

func (*Proof) GetLeaves

func (x *Proof) GetLeaves() []string

func (*Proof) GetNodes

func (x *Proof) GetNodes() []string

func (*Proof) ProtoMessage

func (*Proof) ProtoMessage()

func (*Proof) ProtoReflect

func (x *Proof) ProtoReflect() protoreflect.Message

func (*Proof) Reset

func (x *Proof) Reset()

func (*Proof) String

func (x *Proof) String() string

type ProofAnchor

type ProofAnchor struct {
	AnchorId int64            `protobuf:"varint,1,opt,name=anchor_id,json=anchorId,proto3" json:"anchor_id,omitempty"`
	Networks []*AnchorNetwork `protobuf:"bytes,2,rep,name=networks,proto3" json:"networks,omitempty"`
	Root     string           `protobuf:"bytes,3,opt,name=root,proto3" json:"root,omitempty"`
	Status   string           `protobuf:"bytes,4,opt,name=status,proto3" json:"status,omitempty"`
	// contains filtered or unexported fields
}

func (*ProofAnchor) Descriptor deprecated

func (*ProofAnchor) Descriptor() ([]byte, []int)

Deprecated: Use ProofAnchor.ProtoReflect.Descriptor instead.

func (*ProofAnchor) GetAnchorId

func (x *ProofAnchor) GetAnchorId() int64

func (*ProofAnchor) GetNetworks

func (x *ProofAnchor) GetNetworks() []*AnchorNetwork

func (*ProofAnchor) GetRoot

func (x *ProofAnchor) GetRoot() string

func (*ProofAnchor) GetStatus

func (x *ProofAnchor) GetStatus() string

func (*ProofAnchor) ProtoMessage

func (*ProofAnchor) ProtoMessage()

func (*ProofAnchor) ProtoReflect

func (x *ProofAnchor) ProtoReflect() protoreflect.Message

func (*ProofAnchor) Reset

func (x *ProofAnchor) Reset()

func (*ProofAnchor) String

func (x *ProofAnchor) String() string

type ProofType added in v2.6.0

type ProofType int32
const (
	ProofType_IntegrityProofType ProofType = 0
	ProofType_SparseMtProofType  ProofType = 1
)

func (ProofType) Descriptor added in v2.6.0

func (ProofType) Descriptor() protoreflect.EnumDescriptor

func (ProofType) Enum added in v2.6.0

func (x ProofType) Enum() *ProofType

func (ProofType) EnumDescriptor deprecated added in v2.6.0

func (ProofType) EnumDescriptor() ([]byte, []int)

Deprecated: Use ProofType.Descriptor instead.

func (ProofType) Number added in v2.6.0

func (x ProofType) Number() protoreflect.EnumNumber

func (ProofType) String added in v2.6.0

func (x ProofType) String() string

func (ProofType) Type added in v2.6.0

type PublishIssuerStateRequest added in v2.6.0

type PublishIssuerStateRequest struct {
	ConfigData *ConfigData `protobuf:"bytes,1,opt,name=config_data,json=configData,proto3" json:"config_data,omitempty"`
	IssuerDid  string      `protobuf:"bytes,2,opt,name=issuer_did,json=issuerDid,proto3" json:"issuer_did,omitempty"`
	Signer     *Signer     `protobuf:"bytes,3,opt,name=signer,proto3" json:"signer,omitempty"`
	// contains filtered or unexported fields
}

func (*PublishIssuerStateRequest) Descriptor deprecated added in v2.6.0

func (*PublishIssuerStateRequest) Descriptor() ([]byte, []int)

Deprecated: Use PublishIssuerStateRequest.ProtoReflect.Descriptor instead.

func (*PublishIssuerStateRequest) GetConfigData added in v2.6.0

func (x *PublishIssuerStateRequest) GetConfigData() *ConfigData

func (*PublishIssuerStateRequest) GetIssuerDid added in v2.6.0

func (x *PublishIssuerStateRequest) GetIssuerDid() string

func (*PublishIssuerStateRequest) GetSigner added in v2.6.0

func (x *PublishIssuerStateRequest) GetSigner() *Signer

func (*PublishIssuerStateRequest) ProtoMessage added in v2.6.0

func (*PublishIssuerStateRequest) ProtoMessage()

func (*PublishIssuerStateRequest) ProtoReflect added in v2.6.0

func (*PublishIssuerStateRequest) Reset added in v2.6.0

func (x *PublishIssuerStateRequest) Reset()

func (*PublishIssuerStateRequest) String added in v2.6.0

func (x *PublishIssuerStateRequest) String() string

type PublishIssuerStateResponse added in v2.6.0

type PublishIssuerStateResponse struct {
	StateReceipt *IssuerStateReceipt `protobuf:"bytes,1,opt,name=state_receipt,json=stateReceipt,proto3" json:"state_receipt,omitempty"`
	Error        *Error              `protobuf:"bytes,2,opt,name=error,proto3,oneof" json:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*PublishIssuerStateResponse) Descriptor deprecated added in v2.6.0

func (*PublishIssuerStateResponse) Descriptor() ([]byte, []int)

Deprecated: Use PublishIssuerStateResponse.ProtoReflect.Descriptor instead.

func (*PublishIssuerStateResponse) GetError added in v2.6.0

func (x *PublishIssuerStateResponse) GetError() *Error

func (*PublishIssuerStateResponse) GetStateReceipt added in v2.6.0

func (x *PublishIssuerStateResponse) GetStateReceipt() *IssuerStateReceipt

func (*PublishIssuerStateResponse) ProtoMessage added in v2.6.0

func (*PublishIssuerStateResponse) ProtoMessage()

func (*PublishIssuerStateResponse) ProtoReflect added in v2.6.0

func (*PublishIssuerStateResponse) Reset added in v2.6.0

func (x *PublishIssuerStateResponse) Reset()

func (*PublishIssuerStateResponse) String added in v2.6.0

func (x *PublishIssuerStateResponse) String() string

type PublishRequest

type PublishRequest struct {
	ConfigData *ConfigData `protobuf:"bytes,1,opt,name=config_data,json=configData,proto3" json:"config_data,omitempty"`
	Record     *Record     `protobuf:"bytes,2,opt,name=record,proto3" json:"record,omitempty"`
	Publisher  *Publisher  `protobuf:"bytes,3,opt,name=publisher,proto3" json:"publisher,omitempty"`
	// contains filtered or unexported fields
}

func (*PublishRequest) Descriptor deprecated

func (*PublishRequest) Descriptor() ([]byte, []int)

Deprecated: Use PublishRequest.ProtoReflect.Descriptor instead.

func (*PublishRequest) GetConfigData

func (x *PublishRequest) GetConfigData() *ConfigData

func (*PublishRequest) GetPublisher

func (x *PublishRequest) GetPublisher() *Publisher

func (*PublishRequest) GetRecord

func (x *PublishRequest) GetRecord() *Record

func (*PublishRequest) ProtoMessage

func (*PublishRequest) ProtoMessage()

func (*PublishRequest) ProtoReflect

func (x *PublishRequest) ProtoReflect() protoreflect.Message

func (*PublishRequest) Reset

func (x *PublishRequest) Reset()

func (*PublishRequest) String

func (x *PublishRequest) String() string

type PublishResponse

type PublishResponse struct {
	Id    string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Error *Error `protobuf:"bytes,2,opt,name=error,proto3,oneof" json:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*PublishResponse) Descriptor deprecated

func (*PublishResponse) Descriptor() ([]byte, []int)

Deprecated: Use PublishResponse.ProtoReflect.Descriptor instead.

func (*PublishResponse) GetError

func (x *PublishResponse) GetError() *Error

func (*PublishResponse) GetId added in v2.4.0

func (x *PublishResponse) GetId() string

func (*PublishResponse) ProtoMessage

func (*PublishResponse) ProtoMessage()

func (*PublishResponse) ProtoReflect

func (x *PublishResponse) ProtoReflect() protoreflect.Message

func (*PublishResponse) Reset

func (x *PublishResponse) Reset()

func (*PublishResponse) String

func (x *PublishResponse) String() string

type Publisher

type Publisher struct {
	Type DataAvailabilityType `protobuf:"varint,1,opt,name=type,proto3,enum=bloock.DataAvailabilityType" json:"type,omitempty"`
	Args *PublisherArgs       `protobuf:"bytes,2,opt,name=args,proto3" json:"args,omitempty"`
	// contains filtered or unexported fields
}

func (*Publisher) Descriptor deprecated

func (*Publisher) Descriptor() ([]byte, []int)

Deprecated: Use Publisher.ProtoReflect.Descriptor instead.

func (*Publisher) GetArgs

func (x *Publisher) GetArgs() *PublisherArgs

func (*Publisher) GetType

func (x *Publisher) GetType() DataAvailabilityType

func (*Publisher) ProtoMessage

func (*Publisher) ProtoMessage()

func (*Publisher) ProtoReflect

func (x *Publisher) ProtoReflect() protoreflect.Message

func (*Publisher) Reset

func (x *Publisher) Reset()

func (*Publisher) String

func (x *Publisher) String() string

type PublisherArgs

type PublisherArgs struct {
	// contains filtered or unexported fields
}

func (*PublisherArgs) Descriptor deprecated

func (*PublisherArgs) Descriptor() ([]byte, []int)

Deprecated: Use PublisherArgs.ProtoReflect.Descriptor instead.

func (*PublisherArgs) ProtoMessage

func (*PublisherArgs) ProtoMessage()

func (*PublisherArgs) ProtoReflect

func (x *PublisherArgs) ProtoReflect() protoreflect.Message

func (*PublisherArgs) Reset

func (x *PublisherArgs) Reset()

func (*PublisherArgs) String

func (x *PublisherArgs) String() string

type Record

type Record struct {
	ConfigData *ConfigData `protobuf:"bytes,1,opt,name=config_data,json=configData,proto3,oneof" json:"config_data,omitempty"`
	Payload    []byte      `protobuf:"bytes,2,opt,name=payload,proto3" json:"payload,omitempty"`
	Hash       string      `protobuf:"bytes,3,opt,name=hash,proto3" json:"hash,omitempty"`
	// contains filtered or unexported fields
}

func (*Record) Descriptor deprecated

func (*Record) Descriptor() ([]byte, []int)

Deprecated: Use Record.ProtoReflect.Descriptor instead.

func (*Record) GetConfigData added in v2.0.2

func (x *Record) GetConfigData() *ConfigData

func (*Record) GetHash added in v2.3.0

func (x *Record) GetHash() string

func (*Record) GetPayload

func (x *Record) GetPayload() []byte

func (*Record) ProtoMessage

func (*Record) ProtoMessage()

func (*Record) ProtoReflect

func (x *Record) ProtoReflect() protoreflect.Message

func (*Record) Reset

func (x *Record) Reset()

func (*Record) String

func (x *Record) String() string

type RecordBuilderFromBytesRequest

type RecordBuilderFromBytesRequest struct {
	ConfigData *ConfigData `protobuf:"bytes,1,opt,name=config_data,json=configData,proto3" json:"config_data,omitempty"`
	Payload    []byte      `protobuf:"bytes,2,opt,name=payload,proto3" json:"payload,omitempty"`
	Signer     *Signer     `protobuf:"bytes,3,opt,name=signer,proto3,oneof" json:"signer,omitempty"`
	Encrypter  *Encrypter  `protobuf:"bytes,4,opt,name=encrypter,proto3,oneof" json:"encrypter,omitempty"`
	Decrypter  *Decrypter  `protobuf:"bytes,5,opt,name=decrypter,proto3,oneof" json:"decrypter,omitempty"`
	// contains filtered or unexported fields
}

func (*RecordBuilderFromBytesRequest) Descriptor deprecated

func (*RecordBuilderFromBytesRequest) Descriptor() ([]byte, []int)

Deprecated: Use RecordBuilderFromBytesRequest.ProtoReflect.Descriptor instead.

func (*RecordBuilderFromBytesRequest) GetConfigData added in v2.0.2

func (x *RecordBuilderFromBytesRequest) GetConfigData() *ConfigData

func (*RecordBuilderFromBytesRequest) GetDecrypter

func (x *RecordBuilderFromBytesRequest) GetDecrypter() *Decrypter

func (*RecordBuilderFromBytesRequest) GetEncrypter

func (x *RecordBuilderFromBytesRequest) GetEncrypter() *Encrypter

func (*RecordBuilderFromBytesRequest) GetPayload

func (x *RecordBuilderFromBytesRequest) GetPayload() []byte

func (*RecordBuilderFromBytesRequest) GetSigner

func (x *RecordBuilderFromBytesRequest) GetSigner() *Signer

func (*RecordBuilderFromBytesRequest) ProtoMessage

func (*RecordBuilderFromBytesRequest) ProtoMessage()

func (*RecordBuilderFromBytesRequest) ProtoReflect

func (*RecordBuilderFromBytesRequest) Reset

func (x *RecordBuilderFromBytesRequest) Reset()

func (*RecordBuilderFromBytesRequest) String

type RecordBuilderFromFileRequest

type RecordBuilderFromFileRequest struct {
	ConfigData *ConfigData `protobuf:"bytes,1,opt,name=config_data,json=configData,proto3" json:"config_data,omitempty"`
	Payload    []byte      `protobuf:"bytes,2,opt,name=payload,proto3" json:"payload,omitempty"`
	Signer     *Signer     `protobuf:"bytes,3,opt,name=signer,proto3,oneof" json:"signer,omitempty"`
	Encrypter  *Encrypter  `protobuf:"bytes,4,opt,name=encrypter,proto3,oneof" json:"encrypter,omitempty"`
	Decrypter  *Decrypter  `protobuf:"bytes,5,opt,name=decrypter,proto3,oneof" json:"decrypter,omitempty"`
	// contains filtered or unexported fields
}

func (*RecordBuilderFromFileRequest) Descriptor deprecated

func (*RecordBuilderFromFileRequest) Descriptor() ([]byte, []int)

Deprecated: Use RecordBuilderFromFileRequest.ProtoReflect.Descriptor instead.

func (*RecordBuilderFromFileRequest) GetConfigData added in v2.0.2

func (x *RecordBuilderFromFileRequest) GetConfigData() *ConfigData

func (*RecordBuilderFromFileRequest) GetDecrypter

func (x *RecordBuilderFromFileRequest) GetDecrypter() *Decrypter

func (*RecordBuilderFromFileRequest) GetEncrypter

func (x *RecordBuilderFromFileRequest) GetEncrypter() *Encrypter

func (*RecordBuilderFromFileRequest) GetPayload

func (x *RecordBuilderFromFileRequest) GetPayload() []byte

func (*RecordBuilderFromFileRequest) GetSigner

func (x *RecordBuilderFromFileRequest) GetSigner() *Signer

func (*RecordBuilderFromFileRequest) ProtoMessage

func (*RecordBuilderFromFileRequest) ProtoMessage()

func (*RecordBuilderFromFileRequest) ProtoReflect

func (*RecordBuilderFromFileRequest) Reset

func (x *RecordBuilderFromFileRequest) Reset()

func (*RecordBuilderFromFileRequest) String

type RecordBuilderFromHexRequest

type RecordBuilderFromHexRequest struct {
	ConfigData *ConfigData `protobuf:"bytes,1,opt,name=config_data,json=configData,proto3" json:"config_data,omitempty"`
	Payload    string      `protobuf:"bytes,2,opt,name=payload,proto3" json:"payload,omitempty"`
	Signer     *Signer     `protobuf:"bytes,3,opt,name=signer,proto3,oneof" json:"signer,omitempty"`
	Encrypter  *Encrypter  `protobuf:"bytes,4,opt,name=encrypter,proto3,oneof" json:"encrypter,omitempty"`
	Decrypter  *Decrypter  `protobuf:"bytes,5,opt,name=decrypter,proto3,oneof" json:"decrypter,omitempty"`
	// contains filtered or unexported fields
}

func (*RecordBuilderFromHexRequest) Descriptor deprecated

func (*RecordBuilderFromHexRequest) Descriptor() ([]byte, []int)

Deprecated: Use RecordBuilderFromHexRequest.ProtoReflect.Descriptor instead.

func (*RecordBuilderFromHexRequest) GetConfigData added in v2.0.2

func (x *RecordBuilderFromHexRequest) GetConfigData() *ConfigData

func (*RecordBuilderFromHexRequest) GetDecrypter

func (x *RecordBuilderFromHexRequest) GetDecrypter() *Decrypter

func (*RecordBuilderFromHexRequest) GetEncrypter

func (x *RecordBuilderFromHexRequest) GetEncrypter() *Encrypter

func (*RecordBuilderFromHexRequest) GetPayload

func (x *RecordBuilderFromHexRequest) GetPayload() string

func (*RecordBuilderFromHexRequest) GetSigner

func (x *RecordBuilderFromHexRequest) GetSigner() *Signer

func (*RecordBuilderFromHexRequest) ProtoMessage

func (*RecordBuilderFromHexRequest) ProtoMessage()

func (*RecordBuilderFromHexRequest) ProtoReflect

func (*RecordBuilderFromHexRequest) Reset

func (x *RecordBuilderFromHexRequest) Reset()

func (*RecordBuilderFromHexRequest) String

func (x *RecordBuilderFromHexRequest) String() string

type RecordBuilderFromJSONRequest

type RecordBuilderFromJSONRequest struct {
	ConfigData *ConfigData `protobuf:"bytes,1,opt,name=config_data,json=configData,proto3" json:"config_data,omitempty"`
	Payload    string      `protobuf:"bytes,2,opt,name=payload,proto3" json:"payload,omitempty"`
	Signer     *Signer     `protobuf:"bytes,3,opt,name=signer,proto3,oneof" json:"signer,omitempty"`
	Encrypter  *Encrypter  `protobuf:"bytes,4,opt,name=encrypter,proto3,oneof" json:"encrypter,omitempty"`
	Decrypter  *Decrypter  `protobuf:"bytes,5,opt,name=decrypter,proto3,oneof" json:"decrypter,omitempty"`
	// contains filtered or unexported fields
}

func (*RecordBuilderFromJSONRequest) Descriptor deprecated

func (*RecordBuilderFromJSONRequest) Descriptor() ([]byte, []int)

Deprecated: Use RecordBuilderFromJSONRequest.ProtoReflect.Descriptor instead.

func (*RecordBuilderFromJSONRequest) GetConfigData added in v2.0.2

func (x *RecordBuilderFromJSONRequest) GetConfigData() *ConfigData

func (*RecordBuilderFromJSONRequest) GetDecrypter

func (x *RecordBuilderFromJSONRequest) GetDecrypter() *Decrypter

func (*RecordBuilderFromJSONRequest) GetEncrypter

func (x *RecordBuilderFromJSONRequest) GetEncrypter() *Encrypter

func (*RecordBuilderFromJSONRequest) GetPayload

func (x *RecordBuilderFromJSONRequest) GetPayload() string

func (*RecordBuilderFromJSONRequest) GetSigner

func (x *RecordBuilderFromJSONRequest) GetSigner() *Signer

func (*RecordBuilderFromJSONRequest) ProtoMessage

func (*RecordBuilderFromJSONRequest) ProtoMessage()

func (*RecordBuilderFromJSONRequest) ProtoReflect

func (*RecordBuilderFromJSONRequest) Reset

func (x *RecordBuilderFromJSONRequest) Reset()

func (*RecordBuilderFromJSONRequest) String

type RecordBuilderFromLoaderRequest

type RecordBuilderFromLoaderRequest struct {
	ConfigData *ConfigData `protobuf:"bytes,1,opt,name=config_data,json=configData,proto3" json:"config_data,omitempty"`
	Loader     *Loader     `protobuf:"bytes,2,opt,name=loader,proto3" json:"loader,omitempty"`
	Signer     *Signer     `protobuf:"bytes,3,opt,name=signer,proto3,oneof" json:"signer,omitempty"`
	Encrypter  *Encrypter  `protobuf:"bytes,4,opt,name=encrypter,proto3,oneof" json:"encrypter,omitempty"`
	Decrypter  *Decrypter  `protobuf:"bytes,5,opt,name=decrypter,proto3,oneof" json:"decrypter,omitempty"`
	// contains filtered or unexported fields
}

func (*RecordBuilderFromLoaderRequest) Descriptor deprecated

func (*RecordBuilderFromLoaderRequest) Descriptor() ([]byte, []int)

Deprecated: Use RecordBuilderFromLoaderRequest.ProtoReflect.Descriptor instead.

func (*RecordBuilderFromLoaderRequest) GetConfigData

func (x *RecordBuilderFromLoaderRequest) GetConfigData() *ConfigData

func (*RecordBuilderFromLoaderRequest) GetDecrypter

func (x *RecordBuilderFromLoaderRequest) GetDecrypter() *Decrypter

func (*RecordBuilderFromLoaderRequest) GetEncrypter

func (x *RecordBuilderFromLoaderRequest) GetEncrypter() *Encrypter

func (*RecordBuilderFromLoaderRequest) GetLoader

func (x *RecordBuilderFromLoaderRequest) GetLoader() *Loader

func (*RecordBuilderFromLoaderRequest) GetSigner

func (x *RecordBuilderFromLoaderRequest) GetSigner() *Signer

func (*RecordBuilderFromLoaderRequest) ProtoMessage

func (*RecordBuilderFromLoaderRequest) ProtoMessage()

func (*RecordBuilderFromLoaderRequest) ProtoReflect

func (*RecordBuilderFromLoaderRequest) Reset

func (x *RecordBuilderFromLoaderRequest) Reset()

func (*RecordBuilderFromLoaderRequest) String

type RecordBuilderFromRecordRequest

type RecordBuilderFromRecordRequest struct {
	ConfigData *ConfigData `protobuf:"bytes,1,opt,name=config_data,json=configData,proto3" json:"config_data,omitempty"`
	Payload    *Record     `protobuf:"bytes,2,opt,name=payload,proto3" json:"payload,omitempty"`
	Signer     *Signer     `protobuf:"bytes,3,opt,name=signer,proto3,oneof" json:"signer,omitempty"`
	Encrypter  *Encrypter  `protobuf:"bytes,4,opt,name=encrypter,proto3,oneof" json:"encrypter,omitempty"`
	Decrypter  *Decrypter  `protobuf:"bytes,5,opt,name=decrypter,proto3,oneof" json:"decrypter,omitempty"`
	// contains filtered or unexported fields
}

func (*RecordBuilderFromRecordRequest) Descriptor deprecated

func (*RecordBuilderFromRecordRequest) Descriptor() ([]byte, []int)

Deprecated: Use RecordBuilderFromRecordRequest.ProtoReflect.Descriptor instead.

func (*RecordBuilderFromRecordRequest) GetConfigData added in v2.0.2

func (x *RecordBuilderFromRecordRequest) GetConfigData() *ConfigData

func (*RecordBuilderFromRecordRequest) GetDecrypter

func (x *RecordBuilderFromRecordRequest) GetDecrypter() *Decrypter

func (*RecordBuilderFromRecordRequest) GetEncrypter

func (x *RecordBuilderFromRecordRequest) GetEncrypter() *Encrypter

func (*RecordBuilderFromRecordRequest) GetPayload

func (x *RecordBuilderFromRecordRequest) GetPayload() *Record

func (*RecordBuilderFromRecordRequest) GetSigner

func (x *RecordBuilderFromRecordRequest) GetSigner() *Signer

func (*RecordBuilderFromRecordRequest) ProtoMessage

func (*RecordBuilderFromRecordRequest) ProtoMessage()

func (*RecordBuilderFromRecordRequest) ProtoReflect

func (*RecordBuilderFromRecordRequest) Reset

func (x *RecordBuilderFromRecordRequest) Reset()

func (*RecordBuilderFromRecordRequest) String

type RecordBuilderFromStringRequest

type RecordBuilderFromStringRequest struct {
	ConfigData *ConfigData `protobuf:"bytes,1,opt,name=config_data,json=configData,proto3" json:"config_data,omitempty"`
	Payload    string      `protobuf:"bytes,2,opt,name=payload,proto3" json:"payload,omitempty"`
	Signer     *Signer     `protobuf:"bytes,3,opt,name=signer,proto3,oneof" json:"signer,omitempty"`
	Encrypter  *Encrypter  `protobuf:"bytes,4,opt,name=encrypter,proto3,oneof" json:"encrypter,omitempty"`
	Decrypter  *Decrypter  `protobuf:"bytes,5,opt,name=decrypter,proto3,oneof" json:"decrypter,omitempty"`
	// contains filtered or unexported fields
}

func (*RecordBuilderFromStringRequest) Descriptor deprecated

func (*RecordBuilderFromStringRequest) Descriptor() ([]byte, []int)

Deprecated: Use RecordBuilderFromStringRequest.ProtoReflect.Descriptor instead.

func (*RecordBuilderFromStringRequest) GetConfigData added in v2.0.2

func (x *RecordBuilderFromStringRequest) GetConfigData() *ConfigData

func (*RecordBuilderFromStringRequest) GetDecrypter

func (x *RecordBuilderFromStringRequest) GetDecrypter() *Decrypter

func (*RecordBuilderFromStringRequest) GetEncrypter

func (x *RecordBuilderFromStringRequest) GetEncrypter() *Encrypter

func (*RecordBuilderFromStringRequest) GetPayload

func (x *RecordBuilderFromStringRequest) GetPayload() string

func (*RecordBuilderFromStringRequest) GetSigner

func (x *RecordBuilderFromStringRequest) GetSigner() *Signer

func (*RecordBuilderFromStringRequest) ProtoMessage

func (*RecordBuilderFromStringRequest) ProtoMessage()

func (*RecordBuilderFromStringRequest) ProtoReflect

func (*RecordBuilderFromStringRequest) Reset

func (x *RecordBuilderFromStringRequest) Reset()

func (*RecordBuilderFromStringRequest) String

type RecordBuilderResponse

type RecordBuilderResponse struct {
	Record *Record `protobuf:"bytes,1,opt,name=record,proto3" json:"record,omitempty"`
	Error  *Error  `protobuf:"bytes,2,opt,name=error,proto3,oneof" json:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*RecordBuilderResponse) Descriptor deprecated

func (*RecordBuilderResponse) Descriptor() ([]byte, []int)

Deprecated: Use RecordBuilderResponse.ProtoReflect.Descriptor instead.

func (*RecordBuilderResponse) GetError

func (x *RecordBuilderResponse) GetError() *Error

func (*RecordBuilderResponse) GetRecord

func (x *RecordBuilderResponse) GetRecord() *Record

func (*RecordBuilderResponse) ProtoMessage

func (*RecordBuilderResponse) ProtoMessage()

func (*RecordBuilderResponse) ProtoReflect

func (x *RecordBuilderResponse) ProtoReflect() protoreflect.Message

func (*RecordBuilderResponse) Reset

func (x *RecordBuilderResponse) Reset()

func (*RecordBuilderResponse) String

func (x *RecordBuilderResponse) String() string

type RecordHeader

type RecordHeader struct {
	Ty string `protobuf:"bytes,1,opt,name=ty,proto3" json:"ty,omitempty"`
	// contains filtered or unexported fields
}

func (*RecordHeader) Descriptor deprecated

func (*RecordHeader) Descriptor() ([]byte, []int)

Deprecated: Use RecordHeader.ProtoReflect.Descriptor instead.

func (*RecordHeader) GetTy

func (x *RecordHeader) GetTy() string

func (*RecordHeader) ProtoMessage

func (*RecordHeader) ProtoMessage()

func (*RecordHeader) ProtoReflect

func (x *RecordHeader) ProtoReflect() protoreflect.Message

func (*RecordHeader) Reset

func (x *RecordHeader) Reset()

func (*RecordHeader) String

func (x *RecordHeader) String() string

type RecordReceipt

type RecordReceipt struct {
	Anchor int64  `protobuf:"varint,1,opt,name=anchor,proto3" json:"anchor,omitempty"`
	Client string `protobuf:"bytes,2,opt,name=client,proto3" json:"client,omitempty"`
	Record string `protobuf:"bytes,3,opt,name=record,proto3" json:"record,omitempty"`
	Status string `protobuf:"bytes,4,opt,name=status,proto3" json:"status,omitempty"`
	// contains filtered or unexported fields
}

func (*RecordReceipt) Descriptor deprecated

func (*RecordReceipt) Descriptor() ([]byte, []int)

Deprecated: Use RecordReceipt.ProtoReflect.Descriptor instead.

func (*RecordReceipt) GetAnchor

func (x *RecordReceipt) GetAnchor() int64

func (*RecordReceipt) GetClient

func (x *RecordReceipt) GetClient() string

func (*RecordReceipt) GetRecord

func (x *RecordReceipt) GetRecord() string

func (*RecordReceipt) GetStatus

func (x *RecordReceipt) GetStatus() string

func (*RecordReceipt) ProtoMessage

func (*RecordReceipt) ProtoMessage()

func (*RecordReceipt) ProtoReflect

func (x *RecordReceipt) ProtoReflect() protoreflect.Message

func (*RecordReceipt) Reset

func (x *RecordReceipt) Reset()

func (*RecordReceipt) String

func (x *RecordReceipt) String() string

type RecordServiceClient

type RecordServiceClient interface {
	BuildRecordFromString(ctx context.Context, in *RecordBuilderFromStringRequest, opts ...grpc.CallOption) (*RecordBuilderResponse, error)
	BuildRecordFromHex(ctx context.Context, in *RecordBuilderFromHexRequest, opts ...grpc.CallOption) (*RecordBuilderResponse, error)
	BuildRecordFromJson(ctx context.Context, in *RecordBuilderFromJSONRequest, opts ...grpc.CallOption) (*RecordBuilderResponse, error)
	BuildRecordFromFile(ctx context.Context, in *RecordBuilderFromFileRequest, opts ...grpc.CallOption) (*RecordBuilderResponse, error)
	BuildRecordFromBytes(ctx context.Context, in *RecordBuilderFromBytesRequest, opts ...grpc.CallOption) (*RecordBuilderResponse, error)
	BuildRecordFromRecord(ctx context.Context, in *RecordBuilderFromRecordRequest, opts ...grpc.CallOption) (*RecordBuilderResponse, error)
	BuildRecordFromLoader(ctx context.Context, in *RecordBuilderFromLoaderRequest, opts ...grpc.CallOption) (*RecordBuilderResponse, error)
	GetHash(ctx context.Context, in *GetHashRequest, opts ...grpc.CallOption) (*GetHashResponse, error)
	SetProof(ctx context.Context, in *SetProofRequest, opts ...grpc.CallOption) (*SetProofResponse, error)
}

RecordServiceClient is the client API for RecordService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

type RecordServiceServer

RecordServiceServer is the server API for RecordService service. All implementations must embed UnimplementedRecordServiceServer for forward compatibility

type RecordTypes

type RecordTypes int32
const (
	RecordTypes_STRING RecordTypes = 0
	RecordTypes_HEX    RecordTypes = 1
	RecordTypes_JSON   RecordTypes = 2
	RecordTypes_BYTES  RecordTypes = 3
	RecordTypes_FILE   RecordTypes = 4
	RecordTypes_RECORD RecordTypes = 5
	RecordTypes_LOADER RecordTypes = 6
)

func (RecordTypes) Descriptor

func (RecordTypes) Enum

func (x RecordTypes) Enum() *RecordTypes

func (RecordTypes) EnumDescriptor deprecated

func (RecordTypes) EnumDescriptor() ([]byte, []int)

Deprecated: Use RecordTypes.Descriptor instead.

func (RecordTypes) Number

func (x RecordTypes) Number() protoreflect.EnumNumber

func (RecordTypes) String

func (x RecordTypes) String() string

func (RecordTypes) Type

type RetrieveRequest added in v2.4.0

type RetrieveRequest struct {
	ConfigData *ConfigData `protobuf:"bytes,1,opt,name=config_data,json=configData,proto3" json:"config_data,omitempty"`
	Loader     *Loader     `protobuf:"bytes,3,opt,name=loader,proto3" json:"loader,omitempty"`
	// contains filtered or unexported fields
}

func (*RetrieveRequest) Descriptor deprecated added in v2.4.0

func (*RetrieveRequest) Descriptor() ([]byte, []int)

Deprecated: Use RetrieveRequest.ProtoReflect.Descriptor instead.

func (*RetrieveRequest) GetConfigData added in v2.4.0

func (x *RetrieveRequest) GetConfigData() *ConfigData

func (*RetrieveRequest) GetLoader added in v2.4.0

func (x *RetrieveRequest) GetLoader() *Loader

func (*RetrieveRequest) ProtoMessage added in v2.4.0

func (*RetrieveRequest) ProtoMessage()

func (*RetrieveRequest) ProtoReflect added in v2.4.0

func (x *RetrieveRequest) ProtoReflect() protoreflect.Message

func (*RetrieveRequest) Reset added in v2.4.0

func (x *RetrieveRequest) Reset()

func (*RetrieveRequest) String added in v2.4.0

func (x *RetrieveRequest) String() string

type RetrieveResponse added in v2.4.0

type RetrieveResponse struct {
	Record *Record `protobuf:"bytes,1,opt,name=record,proto3" json:"record,omitempty"`
	Error  *Error  `protobuf:"bytes,2,opt,name=error,proto3,oneof" json:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*RetrieveResponse) Descriptor deprecated added in v2.4.0

func (*RetrieveResponse) Descriptor() ([]byte, []int)

Deprecated: Use RetrieveResponse.ProtoReflect.Descriptor instead.

func (*RetrieveResponse) GetError added in v2.4.0

func (x *RetrieveResponse) GetError() *Error

func (*RetrieveResponse) GetRecord added in v2.4.0

func (x *RetrieveResponse) GetRecord() *Record

func (*RetrieveResponse) ProtoMessage added in v2.4.0

func (*RetrieveResponse) ProtoMessage()

func (*RetrieveResponse) ProtoReflect added in v2.4.0

func (x *RetrieveResponse) ProtoReflect() protoreflect.Message

func (*RetrieveResponse) Reset added in v2.4.0

func (x *RetrieveResponse) Reset()

func (*RetrieveResponse) String added in v2.4.0

func (x *RetrieveResponse) String() string

type RevokeCredentialRequest added in v2.5.0

type RevokeCredentialRequest struct {
	ConfigData *ConfigData `protobuf:"bytes,1,opt,name=config_data,json=configData,proto3" json:"config_data,omitempty"`
	Credential *Credential `protobuf:"bytes,2,opt,name=credential,proto3" json:"credential,omitempty"`
	// contains filtered or unexported fields
}

func (*RevokeCredentialRequest) Descriptor deprecated added in v2.5.0

func (*RevokeCredentialRequest) Descriptor() ([]byte, []int)

Deprecated: Use RevokeCredentialRequest.ProtoReflect.Descriptor instead.

func (*RevokeCredentialRequest) GetConfigData added in v2.5.0

func (x *RevokeCredentialRequest) GetConfigData() *ConfigData

func (*RevokeCredentialRequest) GetCredential added in v2.5.0

func (x *RevokeCredentialRequest) GetCredential() *Credential

func (*RevokeCredentialRequest) ProtoMessage added in v2.5.0

func (*RevokeCredentialRequest) ProtoMessage()

func (*RevokeCredentialRequest) ProtoReflect added in v2.5.0

func (x *RevokeCredentialRequest) ProtoReflect() protoreflect.Message

func (*RevokeCredentialRequest) Reset added in v2.5.0

func (x *RevokeCredentialRequest) Reset()

func (*RevokeCredentialRequest) String added in v2.5.0

func (x *RevokeCredentialRequest) String() string

type RevokeCredentialRequestV2 added in v2.6.0

type RevokeCredentialRequestV2 struct {
	ConfigData *ConfigData   `protobuf:"bytes,1,opt,name=config_data,json=configData,proto3" json:"config_data,omitempty"`
	Credential *CredentialV2 `protobuf:"bytes,2,opt,name=credential,proto3" json:"credential,omitempty"`
	// contains filtered or unexported fields
}

func (*RevokeCredentialRequestV2) Descriptor deprecated added in v2.6.0

func (*RevokeCredentialRequestV2) Descriptor() ([]byte, []int)

Deprecated: Use RevokeCredentialRequestV2.ProtoReflect.Descriptor instead.

func (*RevokeCredentialRequestV2) GetConfigData added in v2.6.0

func (x *RevokeCredentialRequestV2) GetConfigData() *ConfigData

func (*RevokeCredentialRequestV2) GetCredential added in v2.6.0

func (x *RevokeCredentialRequestV2) GetCredential() *CredentialV2

func (*RevokeCredentialRequestV2) ProtoMessage added in v2.6.0

func (*RevokeCredentialRequestV2) ProtoMessage()

func (*RevokeCredentialRequestV2) ProtoReflect added in v2.6.0

func (*RevokeCredentialRequestV2) Reset added in v2.6.0

func (x *RevokeCredentialRequestV2) Reset()

func (*RevokeCredentialRequestV2) String added in v2.6.0

func (x *RevokeCredentialRequestV2) String() string

type RevokeCredentialResponse added in v2.5.0

type RevokeCredentialResponse struct {
	Result *CredentialRevocation `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"`
	Error  *Error                `protobuf:"bytes,2,opt,name=error,proto3,oneof" json:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*RevokeCredentialResponse) Descriptor deprecated added in v2.5.0

func (*RevokeCredentialResponse) Descriptor() ([]byte, []int)

Deprecated: Use RevokeCredentialResponse.ProtoReflect.Descriptor instead.

func (*RevokeCredentialResponse) GetError added in v2.5.0

func (x *RevokeCredentialResponse) GetError() *Error

func (*RevokeCredentialResponse) GetResult added in v2.5.0

func (*RevokeCredentialResponse) ProtoMessage added in v2.5.0

func (*RevokeCredentialResponse) ProtoMessage()

func (*RevokeCredentialResponse) ProtoReflect added in v2.5.0

func (x *RevokeCredentialResponse) ProtoReflect() protoreflect.Message

func (*RevokeCredentialResponse) Reset added in v2.5.0

func (x *RevokeCredentialResponse) Reset()

func (*RevokeCredentialResponse) String added in v2.5.0

func (x *RevokeCredentialResponse) String() string

type RevokeCredentialResponseV2 added in v2.6.0

type RevokeCredentialResponseV2 struct {
	Result *CredentialRevocationV2 `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"`
	Error  *Error                  `protobuf:"bytes,2,opt,name=error,proto3,oneof" json:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*RevokeCredentialResponseV2) Descriptor deprecated added in v2.6.0

func (*RevokeCredentialResponseV2) Descriptor() ([]byte, []int)

Deprecated: Use RevokeCredentialResponseV2.ProtoReflect.Descriptor instead.

func (*RevokeCredentialResponseV2) GetError added in v2.6.0

func (x *RevokeCredentialResponseV2) GetError() *Error

func (*RevokeCredentialResponseV2) GetResult added in v2.6.0

func (*RevokeCredentialResponseV2) ProtoMessage added in v2.6.0

func (*RevokeCredentialResponseV2) ProtoMessage()

func (*RevokeCredentialResponseV2) ProtoReflect added in v2.6.0

func (*RevokeCredentialResponseV2) Reset added in v2.6.0

func (x *RevokeCredentialResponseV2) Reset()

func (*RevokeCredentialResponseV2) String added in v2.6.0

func (x *RevokeCredentialResponseV2) String() string

type Schema added in v2.5.0

type Schema struct {
	Id     string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	JsonLd string `protobuf:"bytes,2,opt,name=json_ld,json=jsonLd,proto3" json:"json_ld,omitempty"`
	// contains filtered or unexported fields
}

func (*Schema) Descriptor deprecated added in v2.5.0

func (*Schema) Descriptor() ([]byte, []int)

Deprecated: Use Schema.ProtoReflect.Descriptor instead.

func (*Schema) GetId added in v2.5.0

func (x *Schema) GetId() string

func (*Schema) GetJsonLd added in v2.5.0

func (x *Schema) GetJsonLd() string

func (*Schema) ProtoMessage added in v2.5.0

func (*Schema) ProtoMessage()

func (*Schema) ProtoReflect added in v2.5.0

func (x *Schema) ProtoReflect() protoreflect.Message

func (*Schema) Reset added in v2.5.0

func (x *Schema) Reset()

func (*Schema) String added in v2.5.0

func (x *Schema) String() string

type SchemaV2 added in v2.6.0

type SchemaV2 struct {
	Id     string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	JsonLd string `protobuf:"bytes,2,opt,name=json_ld,json=jsonLd,proto3" json:"json_ld,omitempty"`
	// contains filtered or unexported fields
}

func (*SchemaV2) Descriptor deprecated added in v2.6.0

func (*SchemaV2) Descriptor() ([]byte, []int)

Deprecated: Use SchemaV2.ProtoReflect.Descriptor instead.

func (*SchemaV2) GetId added in v2.6.0

func (x *SchemaV2) GetId() string

func (*SchemaV2) GetJsonLd added in v2.6.0

func (x *SchemaV2) GetJsonLd() string

func (*SchemaV2) ProtoMessage added in v2.6.0

func (*SchemaV2) ProtoMessage()

func (*SchemaV2) ProtoReflect added in v2.6.0

func (x *SchemaV2) ProtoReflect() protoreflect.Message

func (*SchemaV2) Reset added in v2.6.0

func (x *SchemaV2) Reset()

func (*SchemaV2) String added in v2.6.0

func (x *SchemaV2) String() string

type SendRecordsRequest

type SendRecordsRequest struct {
	ConfigData *ConfigData `protobuf:"bytes,1,opt,name=config_data,json=configData,proto3" json:"config_data,omitempty"`
	Records    []*Record   `protobuf:"bytes,2,rep,name=records,proto3" json:"records,omitempty"`
	// contains filtered or unexported fields
}

func (*SendRecordsRequest) Descriptor deprecated

func (*SendRecordsRequest) Descriptor() ([]byte, []int)

Deprecated: Use SendRecordsRequest.ProtoReflect.Descriptor instead.

func (*SendRecordsRequest) GetConfigData

func (x *SendRecordsRequest) GetConfigData() *ConfigData

func (*SendRecordsRequest) GetRecords

func (x *SendRecordsRequest) GetRecords() []*Record

func (*SendRecordsRequest) ProtoMessage

func (*SendRecordsRequest) ProtoMessage()

func (*SendRecordsRequest) ProtoReflect

func (x *SendRecordsRequest) ProtoReflect() protoreflect.Message

func (*SendRecordsRequest) Reset

func (x *SendRecordsRequest) Reset()

func (*SendRecordsRequest) String

func (x *SendRecordsRequest) String() string

type SendRecordsResponse

type SendRecordsResponse struct {
	Records []*RecordReceipt `protobuf:"bytes,1,rep,name=records,proto3" json:"records,omitempty"`
	Error   *Error           `protobuf:"bytes,2,opt,name=error,proto3,oneof" json:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*SendRecordsResponse) Descriptor deprecated

func (*SendRecordsResponse) Descriptor() ([]byte, []int)

Deprecated: Use SendRecordsResponse.ProtoReflect.Descriptor instead.

func (*SendRecordsResponse) GetError

func (x *SendRecordsResponse) GetError() *Error

func (*SendRecordsResponse) GetRecords

func (x *SendRecordsResponse) GetRecords() []*RecordReceipt

func (*SendRecordsResponse) ProtoMessage

func (*SendRecordsResponse) ProtoMessage()

func (*SendRecordsResponse) ProtoReflect

func (x *SendRecordsResponse) ProtoReflect() protoreflect.Message

func (*SendRecordsResponse) Reset

func (x *SendRecordsResponse) Reset()

func (*SendRecordsResponse) String

func (x *SendRecordsResponse) String() string

type SetProofRequest added in v2.1.0

type SetProofRequest struct {
	ConfigData *ConfigData `protobuf:"bytes,1,opt,name=config_data,json=configData,proto3" json:"config_data,omitempty"`
	Record     *Record     `protobuf:"bytes,2,opt,name=record,proto3" json:"record,omitempty"`
	Proof      *Proof      `protobuf:"bytes,3,opt,name=proof,proto3" json:"proof,omitempty"`
	// contains filtered or unexported fields
}

func (*SetProofRequest) Descriptor deprecated added in v2.1.0

func (*SetProofRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetProofRequest.ProtoReflect.Descriptor instead.

func (*SetProofRequest) GetConfigData added in v2.1.0

func (x *SetProofRequest) GetConfigData() *ConfigData

func (*SetProofRequest) GetProof added in v2.1.0

func (x *SetProofRequest) GetProof() *Proof

func (*SetProofRequest) GetRecord added in v2.1.0

func (x *SetProofRequest) GetRecord() *Record

func (*SetProofRequest) ProtoMessage added in v2.1.0

func (*SetProofRequest) ProtoMessage()

func (*SetProofRequest) ProtoReflect added in v2.1.0

func (x *SetProofRequest) ProtoReflect() protoreflect.Message

func (*SetProofRequest) Reset added in v2.1.0

func (x *SetProofRequest) Reset()

func (*SetProofRequest) String added in v2.1.0

func (x *SetProofRequest) String() string

type SetProofResponse added in v2.1.0

type SetProofResponse struct {
	Error  *Error  `protobuf:"bytes,1,opt,name=error,proto3,oneof" json:"error,omitempty"`
	Record *Record `protobuf:"bytes,2,opt,name=record,proto3,oneof" json:"record,omitempty"`
	// contains filtered or unexported fields
}

func (*SetProofResponse) Descriptor deprecated added in v2.1.0

func (*SetProofResponse) Descriptor() ([]byte, []int)

Deprecated: Use SetProofResponse.ProtoReflect.Descriptor instead.

func (*SetProofResponse) GetError added in v2.1.0

func (x *SetProofResponse) GetError() *Error

func (*SetProofResponse) GetRecord added in v2.1.0

func (x *SetProofResponse) GetRecord() *Record

func (*SetProofResponse) ProtoMessage added in v2.1.0

func (*SetProofResponse) ProtoMessage()

func (*SetProofResponse) ProtoReflect added in v2.1.0

func (x *SetProofResponse) ProtoReflect() protoreflect.Message

func (*SetProofResponse) Reset added in v2.1.0

func (x *SetProofResponse) Reset()

func (*SetProofResponse) String added in v2.1.0

func (x *SetProofResponse) String() string

type SignRequest added in v2.4.0

type SignRequest struct {
	ConfigData *ConfigData `protobuf:"bytes,1,opt,name=config_data,json=configData,proto3" json:"config_data,omitempty"`
	Record     *Record     `protobuf:"bytes,2,opt,name=record,proto3" json:"record,omitempty"`
	Signer     *Signer     `protobuf:"bytes,3,opt,name=signer,proto3" json:"signer,omitempty"`
	// contains filtered or unexported fields
}

func (*SignRequest) Descriptor deprecated added in v2.4.0

func (*SignRequest) Descriptor() ([]byte, []int)

Deprecated: Use SignRequest.ProtoReflect.Descriptor instead.

func (*SignRequest) GetConfigData added in v2.4.0

func (x *SignRequest) GetConfigData() *ConfigData

func (*SignRequest) GetRecord added in v2.4.0

func (x *SignRequest) GetRecord() *Record

func (*SignRequest) GetSigner added in v2.4.0

func (x *SignRequest) GetSigner() *Signer

func (*SignRequest) ProtoMessage added in v2.4.0

func (*SignRequest) ProtoMessage()

func (*SignRequest) ProtoReflect added in v2.4.0

func (x *SignRequest) ProtoReflect() protoreflect.Message

func (*SignRequest) Reset added in v2.4.0

func (x *SignRequest) Reset()

func (*SignRequest) String added in v2.4.0

func (x *SignRequest) String() string

type SignResponse added in v2.4.0

type SignResponse struct {
	Signature *Signature `protobuf:"bytes,1,opt,name=signature,proto3" json:"signature,omitempty"`
	Error     *Error     `protobuf:"bytes,2,opt,name=error,proto3,oneof" json:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*SignResponse) Descriptor deprecated added in v2.4.0

func (*SignResponse) Descriptor() ([]byte, []int)

Deprecated: Use SignResponse.ProtoReflect.Descriptor instead.

func (*SignResponse) GetError added in v2.4.0

func (x *SignResponse) GetError() *Error

func (*SignResponse) GetSignature added in v2.4.0

func (x *SignResponse) GetSignature() *Signature

func (*SignResponse) ProtoMessage added in v2.4.0

func (*SignResponse) ProtoMessage()

func (*SignResponse) ProtoReflect added in v2.4.0

func (x *SignResponse) ProtoReflect() protoreflect.Message

func (*SignResponse) Reset added in v2.4.0

func (x *SignResponse) Reset()

func (*SignResponse) String added in v2.4.0

func (x *SignResponse) String() string

type Signature

type Signature struct {
	Signature   string           `protobuf:"bytes,1,opt,name=signature,proto3" json:"signature,omitempty"`
	Protected   string           `protobuf:"bytes,2,opt,name=protected,proto3" json:"protected,omitempty"`
	Header      *SignatureHeader `protobuf:"bytes,3,opt,name=header,proto3" json:"header,omitempty"`
	MessageHash string           `protobuf:"bytes,4,opt,name=message_hash,json=messageHash,proto3" json:"message_hash,omitempty"`
	// contains filtered or unexported fields
}

func (*Signature) Descriptor deprecated

func (*Signature) Descriptor() ([]byte, []int)

Deprecated: Use Signature.ProtoReflect.Descriptor instead.

func (*Signature) GetHeader

func (x *Signature) GetHeader() *SignatureHeader

func (*Signature) GetMessageHash added in v2.4.0

func (x *Signature) GetMessageHash() string

func (*Signature) GetProtected

func (x *Signature) GetProtected() string

func (*Signature) GetSignature

func (x *Signature) GetSignature() string

func (*Signature) ProtoMessage

func (*Signature) ProtoMessage()

func (*Signature) ProtoReflect

func (x *Signature) ProtoReflect() protoreflect.Message

func (*Signature) Reset

func (x *Signature) Reset()

func (*Signature) String

func (x *Signature) String() string

type SignatureCommonNameRequest added in v2.1.4

type SignatureCommonNameRequest struct {
	ConfigData *ConfigData `protobuf:"bytes,1,opt,name=config_data,json=configData,proto3" json:"config_data,omitempty"`
	Signature  *Signature  `protobuf:"bytes,2,opt,name=signature,proto3" json:"signature,omitempty"`
	Hash       string      `protobuf:"bytes,3,opt,name=hash,proto3" json:"hash,omitempty"`
	// contains filtered or unexported fields
}

func (*SignatureCommonNameRequest) Descriptor deprecated added in v2.1.4

func (*SignatureCommonNameRequest) Descriptor() ([]byte, []int)

Deprecated: Use SignatureCommonNameRequest.ProtoReflect.Descriptor instead.

func (*SignatureCommonNameRequest) GetConfigData added in v2.1.4

func (x *SignatureCommonNameRequest) GetConfigData() *ConfigData

func (*SignatureCommonNameRequest) GetHash added in v2.4.0

func (x *SignatureCommonNameRequest) GetHash() string

func (*SignatureCommonNameRequest) GetSignature added in v2.1.4

func (x *SignatureCommonNameRequest) GetSignature() *Signature

func (*SignatureCommonNameRequest) ProtoMessage added in v2.1.4

func (*SignatureCommonNameRequest) ProtoMessage()

func (*SignatureCommonNameRequest) ProtoReflect added in v2.1.4

func (*SignatureCommonNameRequest) Reset added in v2.1.4

func (x *SignatureCommonNameRequest) Reset()

func (*SignatureCommonNameRequest) String added in v2.1.4

func (x *SignatureCommonNameRequest) String() string

type SignatureCommonNameResponse added in v2.1.4

type SignatureCommonNameResponse struct {
	CommonName string `protobuf:"bytes,1,opt,name=common_name,json=commonName,proto3" json:"common_name,omitempty"`
	Error      *Error `protobuf:"bytes,2,opt,name=error,proto3,oneof" json:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*SignatureCommonNameResponse) Descriptor deprecated added in v2.1.4

func (*SignatureCommonNameResponse) Descriptor() ([]byte, []int)

Deprecated: Use SignatureCommonNameResponse.ProtoReflect.Descriptor instead.

func (*SignatureCommonNameResponse) GetCommonName added in v2.1.4

func (x *SignatureCommonNameResponse) GetCommonName() string

func (*SignatureCommonNameResponse) GetError added in v2.1.4

func (x *SignatureCommonNameResponse) GetError() *Error

func (*SignatureCommonNameResponse) ProtoMessage added in v2.1.4

func (*SignatureCommonNameResponse) ProtoMessage()

func (*SignatureCommonNameResponse) ProtoReflect added in v2.1.4

func (*SignatureCommonNameResponse) Reset added in v2.1.4

func (x *SignatureCommonNameResponse) Reset()

func (*SignatureCommonNameResponse) String added in v2.1.4

func (x *SignatureCommonNameResponse) String() string

type SignatureHeader

type SignatureHeader struct {
	Alg string `protobuf:"bytes,1,opt,name=alg,proto3" json:"alg,omitempty"`
	Kid string `protobuf:"bytes,2,opt,name=kid,proto3" json:"kid,omitempty"`
	// contains filtered or unexported fields
}

func (*SignatureHeader) Descriptor deprecated

func (*SignatureHeader) Descriptor() ([]byte, []int)

Deprecated: Use SignatureHeader.ProtoReflect.Descriptor instead.

func (*SignatureHeader) GetAlg

func (x *SignatureHeader) GetAlg() string

func (*SignatureHeader) GetKid

func (x *SignatureHeader) GetKid() string

func (*SignatureHeader) ProtoMessage

func (*SignatureHeader) ProtoMessage()

func (*SignatureHeader) ProtoReflect

func (x *SignatureHeader) ProtoReflect() protoreflect.Message

func (*SignatureHeader) Reset

func (x *SignatureHeader) Reset()

func (*SignatureHeader) String

func (x *SignatureHeader) String() string

type Signer

type Signer struct {
	Alg        SignerAlg   `protobuf:"varint,1,opt,name=alg,proto3,enum=bloock.SignerAlg" json:"alg,omitempty"`
	LocalKey   *LocalKey   `protobuf:"bytes,2,opt,name=local_key,json=localKey,proto3,oneof" json:"local_key,omitempty"`
	ManagedKey *ManagedKey `protobuf:"bytes,3,opt,name=managed_key,json=managedKey,proto3,oneof" json:"managed_key,omitempty"`
	CommonName *string     `protobuf:"bytes,4,opt,name=common_name,json=commonName,proto3,oneof" json:"common_name,omitempty"`
	// contains filtered or unexported fields
}

func (*Signer) Descriptor deprecated

func (*Signer) Descriptor() ([]byte, []int)

Deprecated: Use Signer.ProtoReflect.Descriptor instead.

func (*Signer) GetAlg

func (x *Signer) GetAlg() SignerAlg

func (*Signer) GetCommonName added in v2.5.0

func (x *Signer) GetCommonName() string

func (*Signer) GetLocalKey added in v2.5.0

func (x *Signer) GetLocalKey() *LocalKey

func (*Signer) GetManagedKey added in v2.5.0

func (x *Signer) GetManagedKey() *ManagedKey

func (*Signer) ProtoMessage

func (*Signer) ProtoMessage()

func (*Signer) ProtoReflect

func (x *Signer) ProtoReflect() protoreflect.Message

func (*Signer) Reset

func (x *Signer) Reset()

func (*Signer) String

func (x *Signer) String() string

type SignerAlg

type SignerAlg int32
const (
	SignerAlg_ES256K SignerAlg = 0
	SignerAlg_ENS    SignerAlg = 1
	SignerAlg_BJJ    SignerAlg = 2
)

func (SignerAlg) Descriptor

func (SignerAlg) Descriptor() protoreflect.EnumDescriptor

func (SignerAlg) Enum

func (x SignerAlg) Enum() *SignerAlg

func (SignerAlg) EnumDescriptor deprecated

func (SignerAlg) EnumDescriptor() ([]byte, []int)

Deprecated: Use SignerAlg.Descriptor instead.

func (SignerAlg) Number

func (x SignerAlg) Number() protoreflect.EnumNumber

func (SignerAlg) String

func (x SignerAlg) String() string

func (SignerAlg) Type

type StringAttribute added in v2.5.7

type StringAttribute struct {
	Id    string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Value string `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*StringAttribute) Descriptor deprecated added in v2.5.7

func (*StringAttribute) Descriptor() ([]byte, []int)

Deprecated: Use StringAttribute.ProtoReflect.Descriptor instead.

func (*StringAttribute) GetId added in v2.5.7

func (x *StringAttribute) GetId() string

func (*StringAttribute) GetValue added in v2.5.7

func (x *StringAttribute) GetValue() string

func (*StringAttribute) ProtoMessage added in v2.5.7

func (*StringAttribute) ProtoMessage()

func (*StringAttribute) ProtoReflect added in v2.5.7

func (x *StringAttribute) ProtoReflect() protoreflect.Message

func (*StringAttribute) Reset added in v2.5.7

func (x *StringAttribute) Reset()

func (*StringAttribute) String added in v2.5.7

func (x *StringAttribute) String() string

type StringAttributeDefinition added in v2.5.7

type StringAttributeDefinition struct {
	DisplayName string `protobuf:"bytes,1,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"`
	Id          string `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	Description string `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"`
	// contains filtered or unexported fields
}

func (*StringAttributeDefinition) Descriptor deprecated added in v2.5.7

func (*StringAttributeDefinition) Descriptor() ([]byte, []int)

Deprecated: Use StringAttributeDefinition.ProtoReflect.Descriptor instead.

func (*StringAttributeDefinition) GetDescription added in v2.5.7

func (x *StringAttributeDefinition) GetDescription() string

func (*StringAttributeDefinition) GetDisplayName added in v2.5.7

func (x *StringAttributeDefinition) GetDisplayName() string

func (*StringAttributeDefinition) GetId added in v2.5.7

func (x *StringAttributeDefinition) GetId() string

func (*StringAttributeDefinition) ProtoMessage added in v2.5.7

func (*StringAttributeDefinition) ProtoMessage()

func (*StringAttributeDefinition) ProtoReflect added in v2.5.7

func (*StringAttributeDefinition) Reset added in v2.5.7

func (x *StringAttributeDefinition) Reset()

func (*StringAttributeDefinition) String added in v2.5.7

func (x *StringAttributeDefinition) String() string

type StringAttributeDefinitionV2 added in v2.6.0

type StringAttributeDefinitionV2 struct {
	DisplayName string `protobuf:"bytes,1,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"`
	Id          string `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	Description string `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"`
	Required    bool   `protobuf:"varint,4,opt,name=required,proto3" json:"required,omitempty"`
	// contains filtered or unexported fields
}

func (*StringAttributeDefinitionV2) Descriptor deprecated added in v2.6.0

func (*StringAttributeDefinitionV2) Descriptor() ([]byte, []int)

Deprecated: Use StringAttributeDefinitionV2.ProtoReflect.Descriptor instead.

func (*StringAttributeDefinitionV2) GetDescription added in v2.6.0

func (x *StringAttributeDefinitionV2) GetDescription() string

func (*StringAttributeDefinitionV2) GetDisplayName added in v2.6.0

func (x *StringAttributeDefinitionV2) GetDisplayName() string

func (*StringAttributeDefinitionV2) GetId added in v2.6.0

func (*StringAttributeDefinitionV2) GetRequired added in v2.6.0

func (x *StringAttributeDefinitionV2) GetRequired() bool

func (*StringAttributeDefinitionV2) ProtoMessage added in v2.6.0

func (*StringAttributeDefinitionV2) ProtoMessage()

func (*StringAttributeDefinitionV2) ProtoReflect added in v2.6.0

func (*StringAttributeDefinitionV2) Reset added in v2.6.0

func (x *StringAttributeDefinitionV2) Reset()

func (*StringAttributeDefinitionV2) String added in v2.6.0

func (x *StringAttributeDefinitionV2) String() string

type StringAttributeV2 added in v2.6.0

type StringAttributeV2 struct {
	Id    string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Value string `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*StringAttributeV2) Descriptor deprecated added in v2.6.0

func (*StringAttributeV2) Descriptor() ([]byte, []int)

Deprecated: Use StringAttributeV2.ProtoReflect.Descriptor instead.

func (*StringAttributeV2) GetId added in v2.6.0

func (x *StringAttributeV2) GetId() string

func (*StringAttributeV2) GetValue added in v2.6.0

func (x *StringAttributeV2) GetValue() string

func (*StringAttributeV2) ProtoMessage added in v2.6.0

func (*StringAttributeV2) ProtoMessage()

func (*StringAttributeV2) ProtoReflect added in v2.6.0

func (x *StringAttributeV2) ProtoReflect() protoreflect.Message

func (*StringAttributeV2) Reset added in v2.6.0

func (x *StringAttributeV2) Reset()

func (*StringAttributeV2) String added in v2.6.0

func (x *StringAttributeV2) String() string

type UnimplementedAuthenticityServiceServer added in v2.4.0

type UnimplementedAuthenticityServiceServer struct {
}

UnimplementedAuthenticityServiceServer must be embedded to have forward compatible implementations.

func (UnimplementedAuthenticityServiceServer) GetSignatureCommonName added in v2.4.0

func (UnimplementedAuthenticityServiceServer) GetSignatures added in v2.4.0

func (UnimplementedAuthenticityServiceServer) Sign added in v2.4.0

func (UnimplementedAuthenticityServiceServer) Verify added in v2.4.0

type UnimplementedAvailabilityServiceServer added in v2.4.0

type UnimplementedAvailabilityServiceServer struct {
}

UnimplementedAvailabilityServiceServer must be embedded to have forward compatible implementations.

func (UnimplementedAvailabilityServiceServer) Publish added in v2.4.0

func (UnimplementedAvailabilityServiceServer) Retrieve added in v2.4.0

type UnimplementedEncryptionServiceServer added in v2.4.0

type UnimplementedEncryptionServiceServer struct {
}

UnimplementedEncryptionServiceServer must be embedded to have forward compatible implementations.

func (UnimplementedEncryptionServiceServer) Decrypt added in v2.4.0

func (UnimplementedEncryptionServiceServer) Encrypt added in v2.4.0

func (UnimplementedEncryptionServiceServer) GetEncryptionAlg added in v2.4.0

type UnimplementedIdentityServiceServer added in v2.5.0

type UnimplementedIdentityServiceServer struct {
}

UnimplementedIdentityServiceServer must be embedded to have forward compatible implementations.

func (UnimplementedIdentityServiceServer) BuildSchema added in v2.5.0

func (UnimplementedIdentityServiceServer) CreateCredential added in v2.5.0

func (UnimplementedIdentityServiceServer) CreateIdentity added in v2.5.0

func (UnimplementedIdentityServiceServer) CredentialFromJson added in v2.5.0

func (UnimplementedIdentityServiceServer) CredentialOfferFromJson added in v2.5.0

func (UnimplementedIdentityServiceServer) CredentialOfferRedeem added in v2.5.0

func (UnimplementedIdentityServiceServer) CredentialOfferToJson added in v2.5.0

func (UnimplementedIdentityServiceServer) CredentialToJson added in v2.5.0

func (UnimplementedIdentityServiceServer) GetOffer added in v2.5.0

func (UnimplementedIdentityServiceServer) GetSchema added in v2.5.0

func (UnimplementedIdentityServiceServer) LoadIdentity added in v2.5.0

func (UnimplementedIdentityServiceServer) RevokeCredential added in v2.5.0

func (UnimplementedIdentityServiceServer) VerifyCredential added in v2.5.0

func (UnimplementedIdentityServiceServer) WaitOffer added in v2.5.0

type UnimplementedIdentityServiceV2Server added in v2.6.0

type UnimplementedIdentityServiceV2Server struct {
}

UnimplementedIdentityServiceV2Server must be embedded to have forward compatible implementations.

func (UnimplementedIdentityServiceV2Server) BuildSchema added in v2.6.0

func (UnimplementedIdentityServiceV2Server) CreateCredential added in v2.6.0

func (UnimplementedIdentityServiceV2Server) CreateIssuer added in v2.6.0

func (UnimplementedIdentityServiceV2Server) CredentialFromJson added in v2.6.0

func (UnimplementedIdentityServiceV2Server) CredentialToJson added in v2.6.0

func (UnimplementedIdentityServiceV2Server) GetCredentialProof added in v2.6.0

func (UnimplementedIdentityServiceV2Server) GetIssuerByKey added in v2.6.0

func (UnimplementedIdentityServiceV2Server) GetIssuerList added in v2.6.0

func (UnimplementedIdentityServiceV2Server) PublishIssuerState added in v2.6.0

func (UnimplementedIdentityServiceV2Server) RevokeCredential added in v2.6.0

type UnimplementedIntegrityServiceServer added in v2.4.0

type UnimplementedIntegrityServiceServer struct {
}

UnimplementedIntegrityServiceServer must be embedded to have forward compatible implementations.

func (UnimplementedIntegrityServiceServer) GetAnchor added in v2.4.0

func (UnimplementedIntegrityServiceServer) GetProof added in v2.4.0

func (UnimplementedIntegrityServiceServer) SendRecords added in v2.4.0

func (UnimplementedIntegrityServiceServer) ValidateRoot added in v2.4.0

func (UnimplementedIntegrityServiceServer) VerifyProof added in v2.4.0

func (UnimplementedIntegrityServiceServer) VerifyRecords added in v2.4.0

func (UnimplementedIntegrityServiceServer) WaitAnchor added in v2.4.0

type UnimplementedKeyServiceServer added in v2.5.0

type UnimplementedKeyServiceServer struct {
}

UnimplementedKeyServiceServer must be embedded to have forward compatible implementations.

func (UnimplementedKeyServiceServer) GenerateLocalKey added in v2.5.0

func (UnimplementedKeyServiceServer) GenerateManagedKey added in v2.5.0

func (UnimplementedKeyServiceServer) LoadLocalKey added in v2.5.0

func (UnimplementedKeyServiceServer) LoadManagedKey added in v2.5.0

type UnimplementedRecordServiceServer

type UnimplementedRecordServiceServer struct {
}

UnimplementedRecordServiceServer must be embedded to have forward compatible implementations.

func (UnimplementedRecordServiceServer) BuildRecordFromBytes

func (UnimplementedRecordServiceServer) BuildRecordFromFile

func (UnimplementedRecordServiceServer) BuildRecordFromHex

func (UnimplementedRecordServiceServer) BuildRecordFromJson

func (UnimplementedRecordServiceServer) BuildRecordFromLoader

func (UnimplementedRecordServiceServer) BuildRecordFromRecord

func (UnimplementedRecordServiceServer) BuildRecordFromString

func (UnimplementedRecordServiceServer) GetHash

func (UnimplementedRecordServiceServer) SetProof added in v2.4.0

type UnimplementedWebhookServiceServer added in v2.2.1

type UnimplementedWebhookServiceServer struct {
}

UnimplementedWebhookServiceServer must be embedded to have forward compatible implementations.

func (UnimplementedWebhookServiceServer) VerifyWebhookSignature added in v2.2.1

type UnsafeAuthenticityServiceServer added in v2.4.0

type UnsafeAuthenticityServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeAuthenticityServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to AuthenticityServiceServer will result in compilation errors.

type UnsafeAvailabilityServiceServer added in v2.4.0

type UnsafeAvailabilityServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeAvailabilityServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to AvailabilityServiceServer will result in compilation errors.

type UnsafeEncryptionServiceServer added in v2.4.0

type UnsafeEncryptionServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeEncryptionServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to EncryptionServiceServer will result in compilation errors.

type UnsafeIdentityServiceServer added in v2.5.0

type UnsafeIdentityServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeIdentityServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to IdentityServiceServer will result in compilation errors.

type UnsafeIdentityServiceV2Server added in v2.6.0

type UnsafeIdentityServiceV2Server interface {
	// contains filtered or unexported methods
}

UnsafeIdentityServiceV2Server may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to IdentityServiceV2Server will result in compilation errors.

type UnsafeIntegrityServiceServer added in v2.4.0

type UnsafeIntegrityServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeIntegrityServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to IntegrityServiceServer will result in compilation errors.

type UnsafeKeyServiceServer added in v2.5.0

type UnsafeKeyServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeKeyServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to KeyServiceServer will result in compilation errors.

type UnsafeRecordServiceServer

type UnsafeRecordServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeRecordServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to RecordServiceServer will result in compilation errors.

type UnsafeWebhookServiceServer added in v2.2.1

type UnsafeWebhookServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeWebhookServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to WebhookServiceServer will result in compilation errors.

type ValidateRootRequest

type ValidateRootRequest struct {
	ConfigData *ConfigData `protobuf:"bytes,1,opt,name=config_data,json=configData,proto3" json:"config_data,omitempty"`
	Root       string      `protobuf:"bytes,2,opt,name=root,proto3" json:"root,omitempty"`
	Network    Network     `protobuf:"varint,3,opt,name=network,proto3,enum=bloock.Network" json:"network,omitempty"`
	// contains filtered or unexported fields
}

func (*ValidateRootRequest) Descriptor deprecated

func (*ValidateRootRequest) Descriptor() ([]byte, []int)

Deprecated: Use ValidateRootRequest.ProtoReflect.Descriptor instead.

func (*ValidateRootRequest) GetConfigData

func (x *ValidateRootRequest) GetConfigData() *ConfigData

func (*ValidateRootRequest) GetNetwork

func (x *ValidateRootRequest) GetNetwork() Network

func (*ValidateRootRequest) GetRoot

func (x *ValidateRootRequest) GetRoot() string

func (*ValidateRootRequest) ProtoMessage

func (*ValidateRootRequest) ProtoMessage()

func (*ValidateRootRequest) ProtoReflect

func (x *ValidateRootRequest) ProtoReflect() protoreflect.Message

func (*ValidateRootRequest) Reset

func (x *ValidateRootRequest) Reset()

func (*ValidateRootRequest) String

func (x *ValidateRootRequest) String() string

type ValidateRootResponse

type ValidateRootResponse struct {
	Timestamp uint64 `protobuf:"varint,1,opt,name=timestamp,proto3" json:"timestamp,omitempty"` // TODO Should be u128
	Error     *Error `protobuf:"bytes,2,opt,name=error,proto3,oneof" json:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*ValidateRootResponse) Descriptor deprecated

func (*ValidateRootResponse) Descriptor() ([]byte, []int)

Deprecated: Use ValidateRootResponse.ProtoReflect.Descriptor instead.

func (*ValidateRootResponse) GetError

func (x *ValidateRootResponse) GetError() *Error

func (*ValidateRootResponse) GetTimestamp

func (x *ValidateRootResponse) GetTimestamp() uint64

func (*ValidateRootResponse) ProtoMessage

func (*ValidateRootResponse) ProtoMessage()

func (*ValidateRootResponse) ProtoReflect

func (x *ValidateRootResponse) ProtoReflect() protoreflect.Message

func (*ValidateRootResponse) Reset

func (x *ValidateRootResponse) Reset()

func (*ValidateRootResponse) String

func (x *ValidateRootResponse) String() string

type VerifyCredentialRequest added in v2.5.0

type VerifyCredentialRequest struct {
	ConfigData *ConfigData `protobuf:"bytes,1,opt,name=config_data,json=configData,proto3" json:"config_data,omitempty"`
	Credential *Credential `protobuf:"bytes,2,opt,name=credential,proto3" json:"credential,omitempty"`
	// contains filtered or unexported fields
}

func (*VerifyCredentialRequest) Descriptor deprecated added in v2.5.0

func (*VerifyCredentialRequest) Descriptor() ([]byte, []int)

Deprecated: Use VerifyCredentialRequest.ProtoReflect.Descriptor instead.

func (*VerifyCredentialRequest) GetConfigData added in v2.5.0

func (x *VerifyCredentialRequest) GetConfigData() *ConfigData

func (*VerifyCredentialRequest) GetCredential added in v2.5.0

func (x *VerifyCredentialRequest) GetCredential() *Credential

func (*VerifyCredentialRequest) ProtoMessage added in v2.5.0

func (*VerifyCredentialRequest) ProtoMessage()

func (*VerifyCredentialRequest) ProtoReflect added in v2.5.0

func (x *VerifyCredentialRequest) ProtoReflect() protoreflect.Message

func (*VerifyCredentialRequest) Reset added in v2.5.0

func (x *VerifyCredentialRequest) Reset()

func (*VerifyCredentialRequest) String added in v2.5.0

func (x *VerifyCredentialRequest) String() string

type VerifyCredentialResponse added in v2.5.0

type VerifyCredentialResponse struct {
	Result *CredentialVerification `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"`
	Error  *Error                  `protobuf:"bytes,2,opt,name=error,proto3,oneof" json:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*VerifyCredentialResponse) Descriptor deprecated added in v2.5.0

func (*VerifyCredentialResponse) Descriptor() ([]byte, []int)

Deprecated: Use VerifyCredentialResponse.ProtoReflect.Descriptor instead.

func (*VerifyCredentialResponse) GetError added in v2.5.0

func (x *VerifyCredentialResponse) GetError() *Error

func (*VerifyCredentialResponse) GetResult added in v2.5.0

func (*VerifyCredentialResponse) ProtoMessage added in v2.5.0

func (*VerifyCredentialResponse) ProtoMessage()

func (*VerifyCredentialResponse) ProtoReflect added in v2.5.0

func (x *VerifyCredentialResponse) ProtoReflect() protoreflect.Message

func (*VerifyCredentialResponse) Reset added in v2.5.0

func (x *VerifyCredentialResponse) Reset()

func (*VerifyCredentialResponse) String added in v2.5.0

func (x *VerifyCredentialResponse) String() string

type VerifyProofRequest

type VerifyProofRequest struct {
	ConfigData *ConfigData `protobuf:"bytes,1,opt,name=config_data,json=configData,proto3" json:"config_data,omitempty"`
	Proof      *Proof      `protobuf:"bytes,2,opt,name=proof,proto3" json:"proof,omitempty"`
	// contains filtered or unexported fields
}

func (*VerifyProofRequest) Descriptor deprecated

func (*VerifyProofRequest) Descriptor() ([]byte, []int)

Deprecated: Use VerifyProofRequest.ProtoReflect.Descriptor instead.

func (*VerifyProofRequest) GetConfigData

func (x *VerifyProofRequest) GetConfigData() *ConfigData

func (*VerifyProofRequest) GetProof

func (x *VerifyProofRequest) GetProof() *Proof

func (*VerifyProofRequest) ProtoMessage

func (*VerifyProofRequest) ProtoMessage()

func (*VerifyProofRequest) ProtoReflect

func (x *VerifyProofRequest) ProtoReflect() protoreflect.Message

func (*VerifyProofRequest) Reset

func (x *VerifyProofRequest) Reset()

func (*VerifyProofRequest) String

func (x *VerifyProofRequest) String() string

type VerifyProofResponse

type VerifyProofResponse struct {
	Record *string `protobuf:"bytes,1,opt,name=record,proto3,oneof" json:"record,omitempty"`
	Error  *Error  `protobuf:"bytes,2,opt,name=error,proto3,oneof" json:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*VerifyProofResponse) Descriptor deprecated

func (*VerifyProofResponse) Descriptor() ([]byte, []int)

Deprecated: Use VerifyProofResponse.ProtoReflect.Descriptor instead.

func (*VerifyProofResponse) GetError

func (x *VerifyProofResponse) GetError() *Error

func (*VerifyProofResponse) GetRecord

func (x *VerifyProofResponse) GetRecord() string

func (*VerifyProofResponse) ProtoMessage

func (*VerifyProofResponse) ProtoMessage()

func (*VerifyProofResponse) ProtoReflect

func (x *VerifyProofResponse) ProtoReflect() protoreflect.Message

func (*VerifyProofResponse) Reset

func (x *VerifyProofResponse) Reset()

func (*VerifyProofResponse) String

func (x *VerifyProofResponse) String() string

type VerifyRecordsRequest

type VerifyRecordsRequest struct {
	ConfigData *ConfigData `protobuf:"bytes,1,opt,name=config_data,json=configData,proto3" json:"config_data,omitempty"`
	Records    []*Record   `protobuf:"bytes,2,rep,name=records,proto3" json:"records,omitempty"`
	Network    *Network    `protobuf:"varint,3,opt,name=network,proto3,enum=bloock.Network,oneof" json:"network,omitempty"`
	// contains filtered or unexported fields
}

func (*VerifyRecordsRequest) Descriptor deprecated

func (*VerifyRecordsRequest) Descriptor() ([]byte, []int)

Deprecated: Use VerifyRecordsRequest.ProtoReflect.Descriptor instead.

func (*VerifyRecordsRequest) GetConfigData

func (x *VerifyRecordsRequest) GetConfigData() *ConfigData

func (*VerifyRecordsRequest) GetNetwork

func (x *VerifyRecordsRequest) GetNetwork() Network

func (*VerifyRecordsRequest) GetRecords

func (x *VerifyRecordsRequest) GetRecords() []*Record

func (*VerifyRecordsRequest) ProtoMessage

func (*VerifyRecordsRequest) ProtoMessage()

func (*VerifyRecordsRequest) ProtoReflect

func (x *VerifyRecordsRequest) ProtoReflect() protoreflect.Message

func (*VerifyRecordsRequest) Reset

func (x *VerifyRecordsRequest) Reset()

func (*VerifyRecordsRequest) String

func (x *VerifyRecordsRequest) String() string

type VerifyRecordsResponse

type VerifyRecordsResponse struct {
	Timestamp uint64 `protobuf:"varint,1,opt,name=timestamp,proto3" json:"timestamp,omitempty"` // TODO Should be u128
	Error     *Error `protobuf:"bytes,2,opt,name=error,proto3,oneof" json:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*VerifyRecordsResponse) Descriptor deprecated

func (*VerifyRecordsResponse) Descriptor() ([]byte, []int)

Deprecated: Use VerifyRecordsResponse.ProtoReflect.Descriptor instead.

func (*VerifyRecordsResponse) GetError

func (x *VerifyRecordsResponse) GetError() *Error

func (*VerifyRecordsResponse) GetTimestamp

func (x *VerifyRecordsResponse) GetTimestamp() uint64

func (*VerifyRecordsResponse) ProtoMessage

func (*VerifyRecordsResponse) ProtoMessage()

func (*VerifyRecordsResponse) ProtoReflect

func (x *VerifyRecordsResponse) ProtoReflect() protoreflect.Message

func (*VerifyRecordsResponse) Reset

func (x *VerifyRecordsResponse) Reset()

func (*VerifyRecordsResponse) String

func (x *VerifyRecordsResponse) String() string

type VerifyRequest added in v2.4.0

type VerifyRequest struct {
	ConfigData *ConfigData `protobuf:"bytes,1,opt,name=config_data,json=configData,proto3" json:"config_data,omitempty"`
	Record     *Record     `protobuf:"bytes,2,opt,name=record,proto3" json:"record,omitempty"`
	// contains filtered or unexported fields
}

func (*VerifyRequest) Descriptor deprecated added in v2.4.0

func (*VerifyRequest) Descriptor() ([]byte, []int)

Deprecated: Use VerifyRequest.ProtoReflect.Descriptor instead.

func (*VerifyRequest) GetConfigData added in v2.4.0

func (x *VerifyRequest) GetConfigData() *ConfigData

func (*VerifyRequest) GetRecord added in v2.4.0

func (x *VerifyRequest) GetRecord() *Record

func (*VerifyRequest) ProtoMessage added in v2.4.0

func (*VerifyRequest) ProtoMessage()

func (*VerifyRequest) ProtoReflect added in v2.4.0

func (x *VerifyRequest) ProtoReflect() protoreflect.Message

func (*VerifyRequest) Reset added in v2.4.0

func (x *VerifyRequest) Reset()

func (*VerifyRequest) String added in v2.4.0

func (x *VerifyRequest) String() string

type VerifyResponse added in v2.4.0

type VerifyResponse struct {
	Valid bool   `protobuf:"varint,1,opt,name=valid,proto3" json:"valid,omitempty"`
	Error *Error `protobuf:"bytes,2,opt,name=error,proto3,oneof" json:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*VerifyResponse) Descriptor deprecated added in v2.4.0

func (*VerifyResponse) Descriptor() ([]byte, []int)

Deprecated: Use VerifyResponse.ProtoReflect.Descriptor instead.

func (*VerifyResponse) GetError added in v2.4.0

func (x *VerifyResponse) GetError() *Error

func (*VerifyResponse) GetValid added in v2.4.0

func (x *VerifyResponse) GetValid() bool

func (*VerifyResponse) ProtoMessage added in v2.4.0

func (*VerifyResponse) ProtoMessage()

func (*VerifyResponse) ProtoReflect added in v2.4.0

func (x *VerifyResponse) ProtoReflect() protoreflect.Message

func (*VerifyResponse) Reset added in v2.4.0

func (x *VerifyResponse) Reset()

func (*VerifyResponse) String added in v2.4.0

func (x *VerifyResponse) String() string

type VerifyWebhookSignatureRequest added in v2.2.1

type VerifyWebhookSignatureRequest struct {
	ConfigData       *ConfigData `protobuf:"bytes,1,opt,name=config_data,json=configData,proto3" json:"config_data,omitempty"`
	Payload          []byte      `protobuf:"bytes,2,opt,name=payload,proto3" json:"payload,omitempty"`
	Header           string      `protobuf:"bytes,3,opt,name=header,proto3" json:"header,omitempty"`
	SecretKey        string      `protobuf:"bytes,4,opt,name=secretKey,proto3" json:"secretKey,omitempty"`
	EnforceTolerance bool        `protobuf:"varint,5,opt,name=enforceTolerance,proto3" json:"enforceTolerance,omitempty"`
	// contains filtered or unexported fields
}

func (*VerifyWebhookSignatureRequest) Descriptor deprecated added in v2.2.1

func (*VerifyWebhookSignatureRequest) Descriptor() ([]byte, []int)

Deprecated: Use VerifyWebhookSignatureRequest.ProtoReflect.Descriptor instead.

func (*VerifyWebhookSignatureRequest) GetConfigData added in v2.2.1

func (x *VerifyWebhookSignatureRequest) GetConfigData() *ConfigData

func (*VerifyWebhookSignatureRequest) GetEnforceTolerance added in v2.2.1

func (x *VerifyWebhookSignatureRequest) GetEnforceTolerance() bool

func (*VerifyWebhookSignatureRequest) GetHeader added in v2.2.1

func (x *VerifyWebhookSignatureRequest) GetHeader() string

func (*VerifyWebhookSignatureRequest) GetPayload added in v2.2.1

func (x *VerifyWebhookSignatureRequest) GetPayload() []byte

func (*VerifyWebhookSignatureRequest) GetSecretKey added in v2.2.1

func (x *VerifyWebhookSignatureRequest) GetSecretKey() string

func (*VerifyWebhookSignatureRequest) ProtoMessage added in v2.2.1

func (*VerifyWebhookSignatureRequest) ProtoMessage()

func (*VerifyWebhookSignatureRequest) ProtoReflect added in v2.2.1

func (*VerifyWebhookSignatureRequest) Reset added in v2.2.1

func (x *VerifyWebhookSignatureRequest) Reset()

func (*VerifyWebhookSignatureRequest) String added in v2.2.1

type VerifyWebhookSignatureResponse added in v2.2.1

type VerifyWebhookSignatureResponse struct {
	IsValid bool   `protobuf:"varint,1,opt,name=is_valid,json=isValid,proto3" json:"is_valid,omitempty"`
	Error   *Error `protobuf:"bytes,2,opt,name=error,proto3,oneof" json:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*VerifyWebhookSignatureResponse) Descriptor deprecated added in v2.2.1

func (*VerifyWebhookSignatureResponse) Descriptor() ([]byte, []int)

Deprecated: Use VerifyWebhookSignatureResponse.ProtoReflect.Descriptor instead.

func (*VerifyWebhookSignatureResponse) GetError added in v2.2.1

func (x *VerifyWebhookSignatureResponse) GetError() *Error

func (*VerifyWebhookSignatureResponse) GetIsValid added in v2.2.1

func (x *VerifyWebhookSignatureResponse) GetIsValid() bool

func (*VerifyWebhookSignatureResponse) ProtoMessage added in v2.2.1

func (*VerifyWebhookSignatureResponse) ProtoMessage()

func (*VerifyWebhookSignatureResponse) ProtoReflect added in v2.2.1

func (*VerifyWebhookSignatureResponse) Reset added in v2.2.1

func (x *VerifyWebhookSignatureResponse) Reset()

func (*VerifyWebhookSignatureResponse) String added in v2.2.1

type WaitAnchorRequest

type WaitAnchorRequest struct {
	ConfigData *ConfigData `protobuf:"bytes,1,opt,name=config_data,json=configData,proto3" json:"config_data,omitempty"`
	AnchorId   int64       `protobuf:"varint,2,opt,name=anchor_id,json=anchorId,proto3" json:"anchor_id,omitempty"`
	Timeout    int64       `protobuf:"varint,3,opt,name=timeout,proto3" json:"timeout,omitempty"`
	// contains filtered or unexported fields
}

func (*WaitAnchorRequest) Descriptor deprecated

func (*WaitAnchorRequest) Descriptor() ([]byte, []int)

Deprecated: Use WaitAnchorRequest.ProtoReflect.Descriptor instead.

func (*WaitAnchorRequest) GetAnchorId

func (x *WaitAnchorRequest) GetAnchorId() int64

func (*WaitAnchorRequest) GetConfigData

func (x *WaitAnchorRequest) GetConfigData() *ConfigData

func (*WaitAnchorRequest) GetTimeout

func (x *WaitAnchorRequest) GetTimeout() int64

func (*WaitAnchorRequest) ProtoMessage

func (*WaitAnchorRequest) ProtoMessage()

func (*WaitAnchorRequest) ProtoReflect

func (x *WaitAnchorRequest) ProtoReflect() protoreflect.Message

func (*WaitAnchorRequest) Reset

func (x *WaitAnchorRequest) Reset()

func (*WaitAnchorRequest) String

func (x *WaitAnchorRequest) String() string

type WaitAnchorResponse

type WaitAnchorResponse struct {
	Anchor *Anchor `protobuf:"bytes,1,opt,name=anchor,proto3,oneof" json:"anchor,omitempty"`
	Error  *Error  `protobuf:"bytes,2,opt,name=error,proto3,oneof" json:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*WaitAnchorResponse) Descriptor deprecated

func (*WaitAnchorResponse) Descriptor() ([]byte, []int)

Deprecated: Use WaitAnchorResponse.ProtoReflect.Descriptor instead.

func (*WaitAnchorResponse) GetAnchor

func (x *WaitAnchorResponse) GetAnchor() *Anchor

func (*WaitAnchorResponse) GetError

func (x *WaitAnchorResponse) GetError() *Error

func (*WaitAnchorResponse) ProtoMessage

func (*WaitAnchorResponse) ProtoMessage()

func (*WaitAnchorResponse) ProtoReflect

func (x *WaitAnchorResponse) ProtoReflect() protoreflect.Message

func (*WaitAnchorResponse) Reset

func (x *WaitAnchorResponse) Reset()

func (*WaitAnchorResponse) String

func (x *WaitAnchorResponse) String() string

type WaitOfferRequest added in v2.5.0

type WaitOfferRequest struct {
	ConfigData *ConfigData `protobuf:"bytes,1,opt,name=config_data,json=configData,proto3" json:"config_data,omitempty"`
	OfferId    string      `protobuf:"bytes,2,opt,name=offer_id,json=offerId,proto3" json:"offer_id,omitempty"`
	Timeout    int64       `protobuf:"varint,3,opt,name=timeout,proto3" json:"timeout,omitempty"`
	// contains filtered or unexported fields
}

func (*WaitOfferRequest) Descriptor deprecated added in v2.5.0

func (*WaitOfferRequest) Descriptor() ([]byte, []int)

Deprecated: Use WaitOfferRequest.ProtoReflect.Descriptor instead.

func (*WaitOfferRequest) GetConfigData added in v2.5.0

func (x *WaitOfferRequest) GetConfigData() *ConfigData

func (*WaitOfferRequest) GetOfferId added in v2.5.0

func (x *WaitOfferRequest) GetOfferId() string

func (*WaitOfferRequest) GetTimeout added in v2.5.0

func (x *WaitOfferRequest) GetTimeout() int64

func (*WaitOfferRequest) ProtoMessage added in v2.5.0

func (*WaitOfferRequest) ProtoMessage()

func (*WaitOfferRequest) ProtoReflect added in v2.5.0

func (x *WaitOfferRequest) ProtoReflect() protoreflect.Message

func (*WaitOfferRequest) Reset added in v2.5.0

func (x *WaitOfferRequest) Reset()

func (*WaitOfferRequest) String added in v2.5.0

func (x *WaitOfferRequest) String() string

type WaitOfferResponse added in v2.5.0

type WaitOfferResponse struct {
	Offer *CredentialOffer `protobuf:"bytes,1,opt,name=offer,proto3,oneof" json:"offer,omitempty"`
	Error *Error           `protobuf:"bytes,2,opt,name=error,proto3,oneof" json:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*WaitOfferResponse) Descriptor deprecated added in v2.5.0

func (*WaitOfferResponse) Descriptor() ([]byte, []int)

Deprecated: Use WaitOfferResponse.ProtoReflect.Descriptor instead.

func (*WaitOfferResponse) GetError added in v2.5.0

func (x *WaitOfferResponse) GetError() *Error

func (*WaitOfferResponse) GetOffer added in v2.5.0

func (x *WaitOfferResponse) GetOffer() *CredentialOffer

func (*WaitOfferResponse) ProtoMessage added in v2.5.0

func (*WaitOfferResponse) ProtoMessage()

func (*WaitOfferResponse) ProtoReflect added in v2.5.0

func (x *WaitOfferResponse) ProtoReflect() protoreflect.Message

func (*WaitOfferResponse) Reset added in v2.5.0

func (x *WaitOfferResponse) Reset()

func (*WaitOfferResponse) String added in v2.5.0

func (x *WaitOfferResponse) String() string

type WebhookServiceClient added in v2.2.1

type WebhookServiceClient interface {
	VerifyWebhookSignature(ctx context.Context, in *VerifyWebhookSignatureRequest, opts ...grpc.CallOption) (*VerifyWebhookSignatureResponse, error)
}

WebhookServiceClient is the client API for WebhookService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

func NewWebhookServiceClient added in v2.2.1

func NewWebhookServiceClient(cc grpc.ClientConnInterface) WebhookServiceClient

type WebhookServiceServer added in v2.2.1

type WebhookServiceServer interface {
	VerifyWebhookSignature(context.Context, *VerifyWebhookSignatureRequest) (*VerifyWebhookSignatureResponse, error)
	// contains filtered or unexported methods
}

WebhookServiceServer is the server API for WebhookService service. All implementations must embed UnimplementedWebhookServiceServer for forward compatibility

Jump to

Keyboard shortcuts

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