Versions in this module Expand all Collapse all v0 v0.2.1 Oct 13, 2023 v0.2.0 Sep 27, 2023 Changes in this version + func AddCredit(id types.UnitID, owner state.Predicate, data *FeeCreditRecord) state.Action + func DecrCredit(id types.UnitID, value uint64) state.Action + func DelCredit(id types.UnitID) state.Action + func IncrCredit(id types.UnitID, value uint64, timeout uint64, transactionRecordHash []byte) state.Action + type FeeCreditRecord struct + Balance uint64 + Hash []byte + Timeout uint64 + func (b *FeeCreditRecord) Copy() state.UnitData + func (b *FeeCreditRecord) GetHash() []byte + func (b *FeeCreditRecord) SummaryValueInput() uint64 + func (b *FeeCreditRecord) Write(hasher hash.Hash)