autobahn.wamp.gen.wamp.proto.AuthCryptosignRequest


Module Contents

Functions

AuthCryptosignRequestStart(builder)

Start(builder)

AuthCryptosignRequestAddPubkey(builder, pubkey)

AddPubkey(builder, pubkey)

AuthCryptosignRequestAddChannelBinding(builder, ...)

AddChannelBinding(builder, channelBinding)

AuthCryptosignRequestEnd(builder)

End(builder)

Attributes

np

autobahn.wamp.gen.wamp.proto.AuthCryptosignRequest.np
class autobahn.wamp.gen.wamp.proto.AuthCryptosignRequest.AuthCryptosignRequest[source]

Bases: object

__slots__ = ['_tab']
classmethod GetRootAs(buf, offset=0)[source]
classmethod GetRootAsAuthCryptosignRequest(buf, offset=0)[source]

This method is deprecated. Please switch to GetRootAs.

Init(buf, pos)[source]
Pubkey()[source]
ChannelBinding()[source]
autobahn.wamp.gen.wamp.proto.AuthCryptosignRequest.AuthCryptosignRequestStart(builder)[source]
autobahn.wamp.gen.wamp.proto.AuthCryptosignRequest.Start(builder)[source]
autobahn.wamp.gen.wamp.proto.AuthCryptosignRequest.AuthCryptosignRequestAddPubkey(builder, pubkey)[source]
autobahn.wamp.gen.wamp.proto.AuthCryptosignRequest.AddPubkey(builder, pubkey)[source]
autobahn.wamp.gen.wamp.proto.AuthCryptosignRequest.AuthCryptosignRequestAddChannelBinding(builder, channelBinding)[source]
autobahn.wamp.gen.wamp.proto.AuthCryptosignRequest.AddChannelBinding(builder, channelBinding)[source]
autobahn.wamp.gen.wamp.proto.AuthCryptosignRequest.AuthCryptosignRequestEnd(builder)[source]
autobahn.wamp.gen.wamp.proto.AuthCryptosignRequest.End(builder)[source]