interface PublicKeyAminoMsg {
    type: "/tendermint.crypto.PublicKey";
    value: PublicKeyAmino;
}

Properties

Properties

type: "/tendermint.crypto.PublicKey"