Documentation ¶
Index ¶
- type EosForce
- func (ef *EosForce) GetAvailable(ctx context.Context, account string) (float64, error)
- func (ef *EosForce) GetRewards(ctx context.Context, account string, bp string) (float64, error)
- func (ef *EosForce) GetStaked(ctx context.Context, account string, bp string) (float64, error)
- func (ef *EosForce) GetUnstaking(ctx context.Context, account string, bp string) (float64, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EosForce ¶
EosForce Client data
func (*EosForce) GetAvailable ¶
GetAvailable 获取指定账户可用余额
func (*EosForce) GetRewards ¶
GetRewards 获取指定账户和 BP 的待领分红
Click to show internal directories.
Click to hide internal directories.