QueryGovernanceKeyResponse is the response type for the Query/GovernanceKey RPC method

interface QueryGovernanceKeyResponse {
    governanceKey?: LegacyAminoPubKey;
}

Properties

Properties

governanceKey?: LegacyAminoPubKey

Generated using TypeDoc