feat: add grants by grantee authz query (#10944)

This commit is contained in:
Callum Waters
2022-02-10 16:56:44 +01:00
committed by GitHub
parent 58597139fa
commit fa8099da98
24 changed files with 3475 additions and 1334 deletions
@@ -3,17 +3,15 @@ package signingv1beta1
import (
fmt "fmt"
io "io"
reflect "reflect"
sync "sync"
runtime "github.com/cosmos/cosmos-proto/runtime"
v1beta1 "github.com/cosmos/cosmos-sdk/api/cosmos/crypto/multisig/v1beta1"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoiface "google.golang.org/protobuf/runtime/protoiface"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
anypb "google.golang.org/protobuf/types/known/anypb"
v1beta1 "github.com/cosmos/cosmos-sdk/api/cosmos/crypto/multisig/v1beta1"
io "io"
reflect "reflect"
sync "sync"
)
var _ protoreflect.List = (*_SignatureDescriptors_1_list)(nil)