Versions in this module Expand all Collapse all v0 v0.1.1 Feb 25, 2019 Changes in this version + var ErrIntOverflowLeaves = fmt.Errorf("proto: integer overflow") + var ErrInvalidLengthLeaves = fmt.Errorf("proto: negative length found during unmarshaling") + func CheckAddTxn(s *setting.Setting, newest bool, b *bolt.Bucket, ...) error + func Get(newest bool, n int) []tx.Hash + func GetAllAccepted() []tx.Hash + func GetAllNewest() []tx.Hash + func Init(s *setting.Setting) error + func Load(s *setting.Setting) error + func Size(newest bool) int + type Leaves struct + Accepted []github_com_AidosKuneen_aklib_tx.Hash + Newest []github_com_AidosKuneen_aklib_tx.Hash + func NewPopulatedLeaves(r randyLeaves, easy bool) *Leaves + func (*Leaves) Descriptor() ([]byte, []int) + func (*Leaves) ProtoMessage() + func (dst *Leaves) XXX_Merge(src proto.Message) + func (m *Leaves) Marshal() (dAtA []byte, err error) + func (m *Leaves) MarshalTo(dAtA []byte) (int, error) + func (m *Leaves) Reset() + func (m *Leaves) Size() (n int) + func (m *Leaves) String() string + func (m *Leaves) Unmarshal(dAtA []byte) error + func (m *Leaves) XXX_DiscardUnknown() + func (m *Leaves) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Leaves) XXX_Size() int + func (m *Leaves) XXX_Unmarshal(b []byte) error + func (this *Leaves) Equal(that interface{}) bool