format

package
v0.0.12 Latest Latest
Warning

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

Go to latest
Published: Feb 10, 2024 License: Apache-2.0 Imports: 0 Imported by: 3

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CertificateID

type CertificateID = string

CertificateID a unique ID associated with the x509 certificate identity

type MSPID

type MSPID = string

MSPID Hyperledger Fabric Member Service Provider ID

type MessageSigningIdentity

type MessageSigningIdentity interface {
	Sign(message []byte) ([]byte, error)
	MspID() string       // ID of the Membership Service Provider to which this identity belongs.
	Credentials() []byte // Implementation-specific credentials.
	Digest(message []byte) []byte
}

type TxId added in v0.0.11

type TxId = string

TxId for Transaction Id

Jump to

Keyboard shortcuts

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