Documentation
¶
Index ¶
- type CicNet
- func (c *CicNet) AddressAtIndex(ctx context.Context, index *big.Int) (string, error)
- func (c *CicNet) ApplyDemurrageLimited(ctx context.Context, rounds int64, txData provider.WriteTx) (common.Hash, error)
- func (c *CicNet) BalanceOf(ctx context.Context, tokenAddress common.Address, ...) (big.Int, error)
- func (c *CicNet) BaseBalanceOf(ctx context.Context, tokenAddress common.Address, ...) (big.Int, error)
- func (c *CicNet) ChangePeriod(ctx context.Context, txData provider.WriteTx) (common.Hash, error)
- func (c *CicNet) DemurrageTokenInfo(ctx context.Context, tokenAddress common.Address) (DemurrageTokenInfo, error)
- func (c *CicNet) ERC20TokenInfo(ctx context.Context, tokenAddress common.Address) (ERC20Token, error)
- func (c *CicNet) EntryCount(ctx context.Context) (big.Int, error)
- func (c *CicNet) LastNonce(ctx context.Context, address common.Address) (uint64, error)
- type DemurrageTokenInfo
- type ERC20Token
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CicNet ¶
type CicNet struct {
// contains filtered or unexported fields
}