Versions in this module Expand all Collapse all v0 v0.33.2 Apr 3, 2019 v0.31.2 Feb 12, 2019 Changes in this version + func ElemKey(index uint64) []byte + func LengthKey() []byte + type List struct + func NewList(cdc *codec.Codec, store types.KVStore) List + func (m List) Delete(index uint64) + func (m List) Get(index uint64, ptr interface{}) error + func (m List) Iterate(ptr interface{}, fn func(uint64) bool) + func (m List) Len() (res uint64) + func (m List) Push(value interface{}) + func (m List) Set(index uint64, value interface{})