Versions in this module Expand all Collapse all v0 v0.8.0 Nov 10, 2019 Changes in this version + func Concat(aType uint8, signature, content []byte) []byte + type Action struct + Content []byte + Signature []byte + Type uint32 + func NewAction(aType uint32, signature, content []byte) (action *Action, err error) + func RecoverFromConcation(concatBytes []byte) (action *Action) + func TryRecoverFromConcation(concatBytes []byte) (action *Action, err error) + func (action *Action) Concat() []byte + func (action *Action) RecoverFromConcation(concatBytes []byte) + func (action *Action) TryRecoverFromConcation(concatBytes []byte) (err error) + func (action *Action) Verify(address []byte) bool