Documentation ¶
Index ¶
- func MsgsGroupByAddress(msgs []*types.SignedMessage) map[address.Address][]*types.SignedMessage
- func ParseAddresses(ctx context.Context, addrs []string) ([]peer.AddrInfo, error)
- func ReadConfig(path string, cfg interface{}) error
- func SetupLogLevels()
- func StringToTipsetKey(str string) (types.TipSetKey, error)
- func TryConvertParams(in interface{}) (interface{}, error)
- func WriteConfig(path string, cfg interface{}) error
- func WriteJson(filePath string, obj interface{}) error
- type NonceMap
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MsgsGroupByAddress ¶
func MsgsGroupByAddress(msgs []*types.SignedMessage) map[address.Address][]*types.SignedMessage
func ParseAddresses ¶ added in v1.17.0
ParseAddresses is a function that takes in a slice of string peer addresses (multiaddr + peerid) and returns a slice of properly constructed peers
func ReadConfig ¶
func SetupLogLevels ¶
func SetupLogLevels()
func TryConvertParams ¶
func TryConvertParams(in interface{}) (interface{}, error)
func WriteConfig ¶
Types ¶
type NonceMap ¶
type NonceMap struct {
// contains filtered or unexported fields
}
func NewNonceMap ¶
func NewNonceMap() *NonceMap
Click to show internal directories.
Click to hide internal directories.