GenesisState contains a set of fee allowances, persisted from the store

interface GenesisStateAmino {
    allowances?: GrantAmino[];
}

Properties

Properties

allowances?: GrantAmino[]