mirror of
https://github.com/0glabs/0g-chain.git
synced 2024-11-10 10:05:18 +00:00
fix: update exported aliases
This commit is contained in:
parent
8359a819ad
commit
f7cb937d81
@ -12,7 +12,14 @@ const (
|
|||||||
)
|
)
|
||||||
|
|
||||||
var (
|
var (
|
||||||
NewGenesisState = types.NewGenesisState
|
NewValidatorVestingAccountRaw = types.NewValidatorVestingAccountRaw
|
||||||
|
NewValidatorVestingAccount = types.NewValidatorVestingAccount
|
||||||
|
NewGenesisState = types.NewGenesisState
|
||||||
|
DefaultGenesisState = types.DefaultGenesisState
|
||||||
|
RegisterCodec = types.RegisterCodec
|
||||||
|
ValidatorVestingAccountPrefix = types.ValidatorVestingAccountPrefix
|
||||||
|
ValidatorVestingAccountKey = types.ValidatorVestingAccountKey
|
||||||
|
NewKeeper = keeper.NewKeeper
|
||||||
)
|
)
|
||||||
|
|
||||||
type (
|
type (
|
||||||
|
Loading…
Reference in New Issue
Block a user