Documentation ¶
Index ¶
- type Cache
- func (cache *Cache) ContractTags(ctx context.Context, address string) (types.Tags, error)
- func (cache *Cache) ProtocolByID(ctx context.Context, id int64) (protocol.Protocol, error)
- func (cache *Cache) Script(ctx context.Context, address, symLink string) (contract.Script, error)
- func (cache *Cache) ScriptBytes(ctx context.Context, address, symLink string) ([]byte, error)
- func (cache *Cache) StorageTypeBytes(ctx context.Context, address, symLink string) ([]byte, error)
- func (cache *Cache) TezosBalance(ctx context.Context, address string, level int64) (int64, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cache ¶
Cache -
func NewCache ¶
func NewCache(rpc noderpc.INode, accounts account.Repository, contracts contract.Repository, protocols protocol.Repository) *Cache
NewCache -
func (*Cache) ContractTags ¶
ContractTags -
func (*Cache) ProtocolByID ¶
ProtocolByID -
func (*Cache) ScriptBytes ¶
func (*Cache) StorageTypeBytes ¶
StorageTypeBytes -
Click to show internal directories.
Click to hide internal directories.