From a8a87f7fd28f571c066886e61a21608004819974 Mon Sep 17 00:00:00 2001 From: Julien Robert Date: Thu, 19 Sep 2024 11:01:24 +0200 Subject: [PATCH] chore: add accounts/defaults/base --- api/index.html | 2 +- client/v2/index.html | 2 +- collections/index.html | 2 +- core/index.html | 2 +- core/testing/index.html | 2 +- depinject/index.html | 2 +- errors/index.html | 2 +- errors/v2/index.html | 2 +- index.html | 2 +- log/index.html | 2 +- math/index.html | 2 +- orm/index.html | 2 +- runtime/v2/index.html | 2 +- schema/index.html | 2 +- server/v2/appmanager/index.html | 2 +- server/v2/cometbft/index.html | 2 +- server/v2/index.html | 2 +- server/v2/stf/index.html | 2 +- simapp/index.html | 2 +- store/index.html | 2 +- store/v2/index.html | 2 +- tests/systemtests/index.html | 2 +- tools/confix/index.html | 2 +- tools/cosmovisor/index.html | 2 +- tools/hubl/index.html | 2 +- tools/rosetta/index.html | 2 +- vangen.json | 3 ++- x/accounts/defaults/base/index.html | 25 +++++++++++++++++++++++++ x/accounts/defaults/lockup/index.html | 2 +- x/accounts/defaults/multisig/index.html | 2 +- x/accounts/index.html | 2 +- x/auth/index.html | 2 +- x/authz/index.html | 2 +- x/bank/index.html | 2 +- x/circuit/index.html | 2 +- x/consensus/index.html | 2 +- x/distribution/index.html | 2 +- x/epochs/index.html | 2 +- x/evidence/index.html | 2 +- x/feegrant/index.html | 2 +- x/feemarket/index.html | 2 +- x/gov/index.html | 2 +- x/group/index.html | 2 +- x/mint/index.html | 2 +- x/nft/index.html | 2 +- x/params/index.html | 2 +- x/protocolpool/index.html | 2 +- x/slashing/index.html | 2 +- x/staking/index.html | 2 +- x/tx/index.html | 2 +- x/upgrade/index.html | 2 +- 51 files changed, 76 insertions(+), 50 deletions(-) create mode 100644 x/accounts/defaults/base/index.html diff --git a/api/index.html b/api/index.html index 2b87436c11..4eafe6477f 100644 --- a/api/index.html +++ b/api/index.html @@ -20,6 +20,6 @@

cosmossdk.io/api

import "cosmossdk.io/api" Home: https://pkg.go.dev/cosmossdk.io/api
Source: https://github.com/cosmos/cosmos-sdk
-Sub-packages: +Sub-packages: \ No newline at end of file diff --git a/client/v2/index.html b/client/v2/index.html index 21968ac301..fe59d6bec0 100644 --- a/client/v2/index.html +++ b/client/v2/index.html @@ -20,6 +20,6 @@

cosmossdk.io/client/v2

import "cosmossdk.io/client/v2" Home: https://pkg.go.dev/cosmossdk.io/client/v2
Source: https://github.com/cosmos/cosmos-sdk
-Sub-packages: +Sub-packages: \ No newline at end of file diff --git a/collections/index.html b/collections/index.html index 94240113e1..7f01dbd408 100644 --- a/collections/index.html +++ b/collections/index.html @@ -20,6 +20,6 @@

cosmossdk.io/collections

import "cosmossdk.io/collections" Home: https://pkg.go.dev/cosmossdk.io/collections
Source: https://github.com/cosmos/cosmos-sdk
-Sub-packages: +Sub-packages: \ No newline at end of file diff --git a/core/index.html b/core/index.html index 07fce84c6e..775da2e257 100644 --- a/core/index.html +++ b/core/index.html @@ -20,6 +20,6 @@

cosmossdk.io/core

import "cosmossdk.io/core" Home: https://pkg.go.dev/cosmossdk.io/core
Source: https://github.com/cosmos/cosmos-sdk
-Sub-packages: +Sub-packages: \ No newline at end of file diff --git a/core/testing/index.html b/core/testing/index.html index 54fbacf693..7cf440928a 100644 --- a/core/testing/index.html +++ b/core/testing/index.html @@ -20,6 +20,6 @@

cosmossdk.io/core/testing

import "cosmossdk.io/core/testing" Home: https://pkg.go.dev/cosmossdk.io/core/testing
Source: https://github.com/cosmos/cosmos-sdk
-Sub-packages: +Sub-packages: \ No newline at end of file diff --git a/depinject/index.html b/depinject/index.html index 676f0f3ac6..2ce5f9fa43 100644 --- a/depinject/index.html +++ b/depinject/index.html @@ -20,6 +20,6 @@

cosmossdk.io/depinject

import "cosmossdk.io/depinject" Home: https://pkg.go.dev/cosmossdk.io/depinject
Source: https://github.com/cosmos/cosmos-sdk
-Sub-packages: +Sub-packages: \ No newline at end of file diff --git a/errors/index.html b/errors/index.html index b3461d030b..bc613579d9 100644 --- a/errors/index.html +++ b/errors/index.html @@ -20,6 +20,6 @@

cosmossdk.io/errors

import "cosmossdk.io/errors" Home: https://pkg.go.dev/cosmossdk.io/errors
Source: https://github.com/cosmos/cosmos-sdk
-Sub-packages: +Sub-packages: \ No newline at end of file diff --git a/errors/v2/index.html b/errors/v2/index.html index b9ad1bf810..30c1aff682 100644 --- a/errors/v2/index.html +++ b/errors/v2/index.html @@ -20,6 +20,6 @@

cosmossdk.io/errors/v2

import "cosmossdk.io/errors/v2" Home: https://pkg.go.dev/cosmossdk.io/errors/v2
Source: https://github.com/cosmos/cosmos-sdk
-Sub-packages: +Sub-packages: \ No newline at end of file diff --git a/index.html b/index.html index 898f2c4268..f25e485576 100644 --- a/index.html +++ b/index.html @@ -20,6 +20,6 @@

cosmossdk.io/

import "cosmossdk.io/" Home: https://pkg.go.dev/cosmossdk.io/
Source: https://github.com/cosmos/cosmos-sdk
-Sub-packages: +Sub-packages: \ No newline at end of file diff --git a/log/index.html b/log/index.html index 19db6a8905..d1cc44ed56 100644 --- a/log/index.html +++ b/log/index.html @@ -20,6 +20,6 @@

cosmossdk.io/log

import "cosmossdk.io/log" Home: https://pkg.go.dev/cosmossdk.io/log
Source: https://github.com/cosmos/cosmos-sdk
-Sub-packages: +Sub-packages: \ No newline at end of file diff --git a/math/index.html b/math/index.html index 19b37c0ceb..f5e701f5bc 100644 --- a/math/index.html +++ b/math/index.html @@ -20,6 +20,6 @@

cosmossdk.io/math

import "cosmossdk.io/math" Home: https://pkg.go.dev/cosmossdk.io/math
Source: https://github.com/cosmos/cosmos-sdk
-Sub-packages: +Sub-packages: \ No newline at end of file diff --git a/orm/index.html b/orm/index.html index dac551cf84..0a7e98c7c3 100644 --- a/orm/index.html +++ b/orm/index.html @@ -20,6 +20,6 @@

cosmossdk.io/orm

import "cosmossdk.io/orm" Home: https://pkg.go.dev/cosmossdk.io/orm
Source: https://github.com/cosmos/cosmos-sdk
-Sub-packages: +Sub-packages: \ No newline at end of file diff --git a/runtime/v2/index.html b/runtime/v2/index.html index db15ce596f..d4372b7d67 100644 --- a/runtime/v2/index.html +++ b/runtime/v2/index.html @@ -20,6 +20,6 @@

cosmossdk.io/runtime/v2

import "cosmossdk.io/runtime/v2" Home: https://pkg.go.dev/cosmossdk.io/runtime/v2
Source: https://github.com/cosmos/cosmos-sdk
-Sub-packages: +Sub-packages: \ No newline at end of file diff --git a/schema/index.html b/schema/index.html index 268275b0db..df772d2a10 100644 --- a/schema/index.html +++ b/schema/index.html @@ -20,6 +20,6 @@

cosmossdk.io/schema

import "cosmossdk.io/schema" Home: https://pkg.go.dev/cosmossdk.io/schema
Source: https://github.com/cosmos/cosmos-sdk
-Sub-packages: +Sub-packages: \ No newline at end of file diff --git a/server/v2/appmanager/index.html b/server/v2/appmanager/index.html index 91d2c664ac..2fdd2d4a98 100644 --- a/server/v2/appmanager/index.html +++ b/server/v2/appmanager/index.html @@ -20,6 +20,6 @@

cosmossdk.io/server/v2/appmanager

import "cosmossdk.io/server/v2/appmanager" Home: https://pkg.go.dev/cosmossdk.io/server/v2/appmanager
Source: https://github.com/cosmos/cosmos-sdk
-Sub-packages: +Sub-packages: \ No newline at end of file diff --git a/server/v2/cometbft/index.html b/server/v2/cometbft/index.html index 9b30cbe677..199dfb8af5 100644 --- a/server/v2/cometbft/index.html +++ b/server/v2/cometbft/index.html @@ -20,6 +20,6 @@

cosmossdk.io/server/v2/cometbft

import "cosmossdk.io/server/v2/cometbft" Home: https://pkg.go.dev/cosmossdk.io/server/v2/cometbft
Source: https://github.com/cosmos/cosmos-sdk
-Sub-packages: +Sub-packages: \ No newline at end of file diff --git a/server/v2/index.html b/server/v2/index.html index 9c294f0191..f8c1bcd046 100644 --- a/server/v2/index.html +++ b/server/v2/index.html @@ -20,6 +20,6 @@

cosmossdk.io/server/v2

import "cosmossdk.io/server/v2" Home: https://pkg.go.dev/cosmossdk.io/server/v2
Source: https://github.com/cosmos/cosmos-sdk
-Sub-packages: +Sub-packages: \ No newline at end of file diff --git a/server/v2/stf/index.html b/server/v2/stf/index.html index 92ddead1cc..c6018f0f0a 100644 --- a/server/v2/stf/index.html +++ b/server/v2/stf/index.html @@ -20,6 +20,6 @@

cosmossdk.io/server/v2/stf

import "cosmossdk.io/server/v2/stf" Home: https://pkg.go.dev/cosmossdk.io/server/v2/stf
Source: https://github.com/cosmos/cosmos-sdk
-Sub-packages: +Sub-packages: \ No newline at end of file diff --git a/simapp/index.html b/simapp/index.html index f94bd51919..38fcbbcaaa 100644 --- a/simapp/index.html +++ b/simapp/index.html @@ -20,6 +20,6 @@

cosmossdk.io/simapp

import "cosmossdk.io/simapp" Home: https://pkg.go.dev/cosmossdk.io/simapp
Source: https://github.com/cosmos/cosmos-sdk
-Sub-packages: +Sub-packages: \ No newline at end of file diff --git a/store/index.html b/store/index.html index 38e83e0b30..b6551c552e 100644 --- a/store/index.html +++ b/store/index.html @@ -20,6 +20,6 @@

cosmossdk.io/store

import "cosmossdk.io/store" Home: https://pkg.go.dev/cosmossdk.io/store
Source: https://github.com/cosmos/cosmos-sdk
-Sub-packages: +Sub-packages: \ No newline at end of file diff --git a/store/v2/index.html b/store/v2/index.html index 320ef36e72..9658f135ec 100644 --- a/store/v2/index.html +++ b/store/v2/index.html @@ -20,6 +20,6 @@

cosmossdk.io/store/v2

import "cosmossdk.io/store/v2" Home: https://pkg.go.dev/cosmossdk.io/store/v2
Source: https://github.com/cosmos/cosmos-sdk
-Sub-packages: +Sub-packages: \ No newline at end of file diff --git a/tests/systemtests/index.html b/tests/systemtests/index.html index 3bd2d285d7..9407677ef5 100644 --- a/tests/systemtests/index.html +++ b/tests/systemtests/index.html @@ -20,6 +20,6 @@

cosmossdk.io/tests/systemtests

import "cosmossdk.io/tests/systemtests" Home: https://pkg.go.dev/cosmossdk.io/tests/systemtests
Source: https://github.com/cosmos/cosmos-sdk
-Sub-packages: +Sub-packages: \ No newline at end of file diff --git a/tools/confix/index.html b/tools/confix/index.html index 0d1a73d9c2..1bab4986ab 100644 --- a/tools/confix/index.html +++ b/tools/confix/index.html @@ -20,6 +20,6 @@

cosmossdk.io/tools/confix

import "cosmossdk.io/tools/confix" Home: https://pkg.go.dev/cosmossdk.io/tools/confix
Source: https://github.com/cosmos/cosmos-sdk
-Sub-packages: +Sub-packages: \ No newline at end of file diff --git a/tools/cosmovisor/index.html b/tools/cosmovisor/index.html index 7d0093c0b5..1ac8026374 100644 --- a/tools/cosmovisor/index.html +++ b/tools/cosmovisor/index.html @@ -20,6 +20,6 @@

cosmossdk.io/tools/cosmovisor

import "cosmossdk.io/tools/cosmovisor" Home: https://pkg.go.dev/cosmossdk.io/tools/cosmovisor
Source: https://github.com/cosmos/cosmos-sdk
-Sub-packages: +Sub-packages: \ No newline at end of file diff --git a/tools/hubl/index.html b/tools/hubl/index.html index 8096d98d6b..bb9cb9743a 100644 --- a/tools/hubl/index.html +++ b/tools/hubl/index.html @@ -20,6 +20,6 @@

cosmossdk.io/tools/hubl

import "cosmossdk.io/tools/hubl" Home: https://pkg.go.dev/cosmossdk.io/tools/hubl
Source: https://github.com/cosmos/cosmos-sdk
-Sub-packages: +Sub-packages: \ No newline at end of file diff --git a/tools/rosetta/index.html b/tools/rosetta/index.html index c81d6d54b0..936d9d0324 100644 --- a/tools/rosetta/index.html +++ b/tools/rosetta/index.html @@ -20,6 +20,6 @@

cosmossdk.io/tools/rosetta

import "cosmossdk.io/tools/rosetta" Home: https://pkg.go.dev/cosmossdk.io/tools/rosetta
Source: https://github.com/cosmos/cosmos-sdk
-Sub-packages: +Sub-packages: \ No newline at end of file diff --git a/vangen.json b/vangen.json index 67d846808c..0e58ecf435 100644 --- a/vangen.json +++ b/vangen.json @@ -32,6 +32,7 @@ "store/v2", "runtime/v2", "x/accounts", + "x/accounts/defaults/base", "x/accounts/defaults/lockup", "x/accounts/defaults/multisig", "x/auth", @@ -64,4 +65,4 @@ } } ] -} +} \ No newline at end of file diff --git a/x/accounts/defaults/base/index.html b/x/accounts/defaults/base/index.html new file mode 100644 index 0000000000..4514e8b5ba --- /dev/null +++ b/x/accounts/defaults/base/index.html @@ -0,0 +1,25 @@ + + + + +cosmossdk.io/x/accounts/defaults/base + + + + + +
+

cosmossdk.io/x/accounts/defaults/base

+go get cosmossdk.io/x/accounts/defaults/base +import "cosmossdk.io/x/accounts/defaults/base" +Home: https://pkg.go.dev/cosmossdk.io/x/accounts/defaults/base
+Source: https://github.com/cosmos/cosmos-sdk
+Sub-packages:
+ + \ No newline at end of file diff --git a/x/accounts/defaults/lockup/index.html b/x/accounts/defaults/lockup/index.html index ed8244bdf8..08d10dc535 100644 --- a/x/accounts/defaults/lockup/index.html +++ b/x/accounts/defaults/lockup/index.html @@ -20,6 +20,6 @@

cosmossdk.io/x/accounts/defaults/lockup

import "cosmossdk.io/x/accounts/defaults/lockup" Home: https://pkg.go.dev/cosmossdk.io/x/accounts/defaults/lockup
Source: https://github.com/cosmos/cosmos-sdk
-Sub-packages: +Sub-packages: \ No newline at end of file diff --git a/x/accounts/defaults/multisig/index.html b/x/accounts/defaults/multisig/index.html index b54a24d68b..d715607f7f 100644 --- a/x/accounts/defaults/multisig/index.html +++ b/x/accounts/defaults/multisig/index.html @@ -20,6 +20,6 @@

cosmossdk.io/x/accounts/defaults/multisig

import "cosmossdk.io/x/accounts/defaults/multisig" Home: https://pkg.go.dev/cosmossdk.io/x/accounts/defaults/multisig
Source: https://github.com/cosmos/cosmos-sdk
-Sub-packages: +Sub-packages: \ No newline at end of file diff --git a/x/accounts/index.html b/x/accounts/index.html index b65e57418f..533b1c576b 100644 --- a/x/accounts/index.html +++ b/x/accounts/index.html @@ -20,6 +20,6 @@

cosmossdk.io/x/accounts

import "cosmossdk.io/x/accounts" Home: https://pkg.go.dev/cosmossdk.io/x/accounts
Source: https://github.com/cosmos/cosmos-sdk
-Sub-packages: +Sub-packages: \ No newline at end of file diff --git a/x/auth/index.html b/x/auth/index.html index 49511e267c..142a4be61f 100644 --- a/x/auth/index.html +++ b/x/auth/index.html @@ -20,6 +20,6 @@

cosmossdk.io/x/auth

import "cosmossdk.io/x/auth" Home: https://pkg.go.dev/cosmossdk.io/x/auth
Source: https://github.com/cosmos/cosmos-sdk
-Sub-packages: +Sub-packages: \ No newline at end of file diff --git a/x/authz/index.html b/x/authz/index.html index ecb47e448a..57066aa20b 100644 --- a/x/authz/index.html +++ b/x/authz/index.html @@ -20,6 +20,6 @@

cosmossdk.io/x/authz

import "cosmossdk.io/x/authz" Home: https://pkg.go.dev/cosmossdk.io/x/authz
Source: https://github.com/cosmos/cosmos-sdk
-Sub-packages: +Sub-packages: \ No newline at end of file diff --git a/x/bank/index.html b/x/bank/index.html index e006b36941..9738d6c11c 100644 --- a/x/bank/index.html +++ b/x/bank/index.html @@ -20,6 +20,6 @@

cosmossdk.io/x/bank

import "cosmossdk.io/x/bank" Home: https://pkg.go.dev/cosmossdk.io/x/bank
Source: https://github.com/cosmos/cosmos-sdk
-Sub-packages: +Sub-packages: \ No newline at end of file diff --git a/x/circuit/index.html b/x/circuit/index.html index a2d99143d8..2e54ef9c35 100644 --- a/x/circuit/index.html +++ b/x/circuit/index.html @@ -20,6 +20,6 @@

cosmossdk.io/x/circuit

import "cosmossdk.io/x/circuit" Home: https://pkg.go.dev/cosmossdk.io/x/circuit
Source: https://github.com/cosmos/cosmos-sdk
-Sub-packages: +Sub-packages: \ No newline at end of file diff --git a/x/consensus/index.html b/x/consensus/index.html index f809db4f97..21326ebd48 100644 --- a/x/consensus/index.html +++ b/x/consensus/index.html @@ -20,6 +20,6 @@

cosmossdk.io/x/consensus

import "cosmossdk.io/x/consensus" Home: https://pkg.go.dev/cosmossdk.io/x/consensus
Source: https://github.com/cosmos/cosmos-sdk
-Sub-packages: +Sub-packages: \ No newline at end of file diff --git a/x/distribution/index.html b/x/distribution/index.html index de1cf69bc0..247ee909cf 100644 --- a/x/distribution/index.html +++ b/x/distribution/index.html @@ -20,6 +20,6 @@

cosmossdk.io/x/distribution

import "cosmossdk.io/x/distribution" Home: https://pkg.go.dev/cosmossdk.io/x/distribution
Source: https://github.com/cosmos/cosmos-sdk
-Sub-packages: +Sub-packages: \ No newline at end of file diff --git a/x/epochs/index.html b/x/epochs/index.html index ff16291c71..568059d7cb 100644 --- a/x/epochs/index.html +++ b/x/epochs/index.html @@ -20,6 +20,6 @@

cosmossdk.io/x/epochs

import "cosmossdk.io/x/epochs" Home: https://pkg.go.dev/cosmossdk.io/x/epochs
Source: https://github.com/cosmos/cosmos-sdk
-Sub-packages: +Sub-packages: \ No newline at end of file diff --git a/x/evidence/index.html b/x/evidence/index.html index de310ca5d1..175e8cfd36 100644 --- a/x/evidence/index.html +++ b/x/evidence/index.html @@ -20,6 +20,6 @@

cosmossdk.io/x/evidence

import "cosmossdk.io/x/evidence" Home: https://pkg.go.dev/cosmossdk.io/x/evidence
Source: https://github.com/cosmos/cosmos-sdk
-Sub-packages: +Sub-packages: \ No newline at end of file diff --git a/x/feegrant/index.html b/x/feegrant/index.html index 995a853b4a..859385643f 100644 --- a/x/feegrant/index.html +++ b/x/feegrant/index.html @@ -20,6 +20,6 @@

cosmossdk.io/x/feegrant

import "cosmossdk.io/x/feegrant" Home: https://pkg.go.dev/cosmossdk.io/x/feegrant
Source: https://github.com/cosmos/cosmos-sdk
-Sub-packages: +Sub-packages: \ No newline at end of file diff --git a/x/feemarket/index.html b/x/feemarket/index.html index 12ee6fd916..23f53e12c7 100644 --- a/x/feemarket/index.html +++ b/x/feemarket/index.html @@ -20,6 +20,6 @@

cosmossdk.io/x/feemarket

import "cosmossdk.io/x/feemarket" Home: https://pkg.go.dev/cosmossdk.io/x/feemarket
Source: https://github.com/cosmos/cosmos-sdk
-Sub-packages: +Sub-packages: \ No newline at end of file diff --git a/x/gov/index.html b/x/gov/index.html index cb113e7774..bfddfd7731 100644 --- a/x/gov/index.html +++ b/x/gov/index.html @@ -20,6 +20,6 @@

cosmossdk.io/x/gov

import "cosmossdk.io/x/gov" Home: https://pkg.go.dev/cosmossdk.io/x/gov
Source: https://github.com/cosmos/cosmos-sdk
-Sub-packages: +Sub-packages: \ No newline at end of file diff --git a/x/group/index.html b/x/group/index.html index 2a8b5b74a6..acd79e7e42 100644 --- a/x/group/index.html +++ b/x/group/index.html @@ -20,6 +20,6 @@

cosmossdk.io/x/group

import "cosmossdk.io/x/group" Home: https://pkg.go.dev/cosmossdk.io/x/group
Source: https://github.com/cosmos/cosmos-sdk
-Sub-packages: +Sub-packages: \ No newline at end of file diff --git a/x/mint/index.html b/x/mint/index.html index c03436e773..927691f96e 100644 --- a/x/mint/index.html +++ b/x/mint/index.html @@ -20,6 +20,6 @@

cosmossdk.io/x/mint

import "cosmossdk.io/x/mint" Home: https://pkg.go.dev/cosmossdk.io/x/mint
Source: https://github.com/cosmos/cosmos-sdk
-Sub-packages: +Sub-packages: \ No newline at end of file diff --git a/x/nft/index.html b/x/nft/index.html index 85d57d0140..29f2010f29 100644 --- a/x/nft/index.html +++ b/x/nft/index.html @@ -20,6 +20,6 @@

cosmossdk.io/x/nft

import "cosmossdk.io/x/nft" Home: https://pkg.go.dev/cosmossdk.io/x/nft
Source: https://github.com/cosmos/cosmos-sdk
-Sub-packages: +Sub-packages: \ No newline at end of file diff --git a/x/params/index.html b/x/params/index.html index dbce6d0675..ac96dae73b 100644 --- a/x/params/index.html +++ b/x/params/index.html @@ -20,6 +20,6 @@

cosmossdk.io/x/params

import "cosmossdk.io/x/params" Home: https://pkg.go.dev/cosmossdk.io/x/params
Source: https://github.com/cosmos/cosmos-sdk
-Sub-packages: +Sub-packages: \ No newline at end of file diff --git a/x/protocolpool/index.html b/x/protocolpool/index.html index 9c51056280..c9f067b690 100644 --- a/x/protocolpool/index.html +++ b/x/protocolpool/index.html @@ -20,6 +20,6 @@

cosmossdk.io/x/protocolpool

import "cosmossdk.io/x/protocolpool" Home: https://pkg.go.dev/cosmossdk.io/x/protocolpool
Source: https://github.com/cosmos/cosmos-sdk
-Sub-packages: +Sub-packages: \ No newline at end of file diff --git a/x/slashing/index.html b/x/slashing/index.html index 03ce443ddd..2e7bdc6522 100644 --- a/x/slashing/index.html +++ b/x/slashing/index.html @@ -20,6 +20,6 @@

cosmossdk.io/x/slashing

import "cosmossdk.io/x/slashing" Home: https://pkg.go.dev/cosmossdk.io/x/slashing
Source: https://github.com/cosmos/cosmos-sdk
-Sub-packages: +Sub-packages: \ No newline at end of file diff --git a/x/staking/index.html b/x/staking/index.html index e8c3f91e4c..7e93aca935 100644 --- a/x/staking/index.html +++ b/x/staking/index.html @@ -20,6 +20,6 @@

cosmossdk.io/x/staking

import "cosmossdk.io/x/staking" Home: https://pkg.go.dev/cosmossdk.io/x/staking
Source: https://github.com/cosmos/cosmos-sdk
-Sub-packages: +Sub-packages: \ No newline at end of file diff --git a/x/tx/index.html b/x/tx/index.html index 4926045c55..c9bbf084c8 100644 --- a/x/tx/index.html +++ b/x/tx/index.html @@ -20,6 +20,6 @@

cosmossdk.io/x/tx

import "cosmossdk.io/x/tx" Home: https://pkg.go.dev/cosmossdk.io/x/tx
Source: https://github.com/cosmos/cosmos-sdk
-Sub-packages: +Sub-packages: \ No newline at end of file diff --git a/x/upgrade/index.html b/x/upgrade/index.html index 630f707660..9856b84efb 100644 --- a/x/upgrade/index.html +++ b/x/upgrade/index.html @@ -20,6 +20,6 @@

cosmossdk.io/x/upgrade

import "cosmossdk.io/x/upgrade" Home: https://pkg.go.dev/cosmossdk.io/x/upgrade
Source: https://github.com/cosmos/cosmos-sdk
-Sub-packages: +Sub-packages: \ No newline at end of file