Documentation ¶
Overview ¶
Package delegationtoken is about an authorization token that allows a node to perform actions it can not normally perform during this pulse
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewDelegationTokenFactory ¶
func NewDelegationTokenFactory() insolar.DelegationTokenFactory
NewDelegationTokenFactory creates new token factory instance.
Types ¶
type GetCodeRedirectToken ¶
type GetCodeRedirectToken struct {
Signature []byte
}
GetCodeRedirectToken is a redirect token for the GetObject method
func (*GetCodeRedirectToken) Type ¶
func (t *GetCodeRedirectToken) Type() insolar.DelegationTokenType
Type implementation of Token interface.
type GetObjectRedirectToken ¶
type GetObjectRedirectToken struct {
Signature []byte
}
GetObjectRedirectToken is a redirect token for the GetObject method
func (*GetObjectRedirectToken) Type ¶
func (t *GetObjectRedirectToken) Type() insolar.DelegationTokenType
Type implementation of Token interface.
type PendingExecutionToken ¶
type PendingExecutionToken struct {
Signature []byte
}
func (*PendingExecutionToken) Type ¶
func (t *PendingExecutionToken) Type() insolar.DelegationTokenType
Click to show internal directories.
Click to hide internal directories.