Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
NoWalletVersionCheck bool
)
Functions ¶
func GenerateSelfSignedCertificate ¶ added in v0.4.2
func GenerateSelfSignedCertificate() (*tls.Certificate, error)
func GetSignedCertificate ¶ added in v0.4.2
func GetSignedCertificate(TlsFiles []string) (*tls.Certificate, error)
Types ¶
type JrpcMethods ¶
type JrpcMethods struct { Options // contains filtered or unexported fields }
func NewJrpc ¶
func NewJrpc(opts Options) (*JrpcMethods, error)
func (*JrpcMethods) NewMux ¶
func (m *JrpcMethods) NewMux() http.Handler
func (*JrpcMethods) Start ¶
func (m *JrpcMethods) Start(addr string) error
Click to show internal directories.
Click to hide internal directories.