interface PubKeyAminoMsg {
    type: "cosmos-sdk/PubKey";
    value: PubKeyAmino;
}

Properties

Properties

type: "cosmos-sdk/PubKey"