interface UpdateGovernanceKeyRequest {
    governanceKey?: LegacyAminoPubKey;
    sender: Uint8Array;
}

Properties

governanceKey?: LegacyAminoPubKey
sender: Uint8Array

Generated using TypeDoc