Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BlockchainAPIServer ¶
type BlockchainAPIServer struct { BlockchainServerOpts // contains filtered or unexported fields }
func NewServer ¶
func NewServer(opts BlockchainServerOpts) *BlockchainAPIServer
func (*BlockchainAPIServer) Run ¶
func (a *BlockchainAPIServer) Run()
type BlockchainServerOpts ¶
type BlockchainServerOpts struct { Address string MetricsAddress string SDK *fabsdk.FabricSDK SDKContext context.ClientProvider SDKContextMap map[string]context.ClientProvider GWClient *client.Gateway Channel string MSPClient *clientmsp.Client CAConfig *msp.CAConfig Organization string User string ConfigBackend core.ConfigProvider }
type MetricsRegistry ¶
Click to show internal directories.
Click to hide internal directories.