package
0.2501.0
Repository: https://github.com/oasisprotocol/oasis-core.git
Documentation: pkg.go.dev

# Functions

NewFactory creates a new factory backed by the specified plugin and plugin configuration.
Serve instantiates and serves a concrete Signer instance as a plugin.

# Constants

SignerName is the name used to identify the plugin backed signer.

# Structs

FactoryConfig is the plugin factory configuration.
RPCContextSignArgs is exposed entirely to placate `net/rpc`.
RPCInitArgs is exposed entirely to placate `net/rpc`.
RPCLoadArgs is exposed entirely to placate `net/rpc`.

# Interfaces

Signer is the interface that must be implemented by all signer plugins.