Documentation
¶
Index ¶
Constants ¶
View Source
const RetryConnection = 5
Variables ¶
View Source
var (
ErrPermDenied = errors.New("access denied")
)
Functions ¶
This section is empty.
Types ¶
type Gateway ¶
type Gateway struct { // sRPC mandatory base layer server.Server // contains filtered or unexported fields }
func NewGateway ¶
func (*Gateway) AwaitSMCRound ¶
func (n *Gateway) AwaitSMCRound(stream proto.Gateway_AwaitSMCRoundServer) error
type Peer ¶
type Peer struct {
// contains filtered or unexported fields
}
func NewPeer ¶
func NewPeer(opts PeerOptions) *Peer
type PeerOptions ¶
Click to show internal directories.
Click to hide internal directories.