Skip to content

Instantly share code, notes, and snippets.

@cordt-sei
Created July 23, 2024 19:20
Show Gist options
  • Save cordt-sei/e8f9c1fac07c3c716c3f0f72cc6bc4b1 to your computer and use it in GitHub Desktop.
Save cordt-sei/e8f9c1fac07c3c716c3f0f72cc6bc4b1 to your computer and use it in GitHub Desktop.

grpc testing

method

grpcurl -plaintext -d '[object Object]' sei.grpc.kjnodes.com:443 cosmos.base.reflection.v1beta1.ReflectionService.ListAllInterfaces

response

{
  "interface_names": [
    "cosmos.auth.v1beta1.GenesisAccount",
    "ibc.core.client.v1.Header",
    "ibc.core.connection.v1.ConnectionI",
    "ibc.core.connection.v1.CounterpartyConnectionI",
    "ibc.core.connection.v1.Version",
    "ibc.core.commitment.v1.Proof",
    "cosmos.auth.v1beta1.AccountI",
    "ibc.core.client.v1.Height",
    "ibc.core.commitment.v1.Prefix",
    "seiprotocol.seichain.evm.TxData",
    "cosmos.gov.v1beta1.Content",
    "ibc.core.channel.v1.ChannelI",
    "ibc.core.channel.v1.PacketI",
    "ibc.core.commitment.v1.Path",
    "ibc.core.channel.v1.CounterpartyChannelI",
    "ContractInfoExtension",
    "cosmos.v1beta1.Authorization",
    "cosmos.crypto.PubKey",
    "ibc.core.client.v1.Misbehaviour",
    "cosmos.tx.v1beta1.Tx",
    "cosmos.vesting.v1beta1.VestingAccount",
    "ibc.core.client.v1.ConsensusState",
    "cosmos.base.v1beta1.Msg",
    "cosmos.evidence.v1beta1.Evidence",
    "cosmos.bank.v1beta1.SupplyI",
    "ibc.core.client.v1.ClientState",
    "ibc.core.commitment.v1.Root",
    "cosmos.feegrant.v1beta1.FeeAllowanceI"
  ]
}

method

``

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment