/** * Names of all script functions. * * @module */ /** Script function type for `0x1::stake::withdraw`. */ export declare const withdraw: "0x1::stake::withdraw"; /** Script function type for `0x1::stake::add_stake`. */ export declare const add_stake: "0x1::stake::add_stake"; /** Script function type for `0x1::stake::increase_lockup`. */ export declare const increase_lockup: "0x1::stake::increase_lockup"; /** Script function type for `0x1::stake::initialize_stake_owner`. */ export declare const initialize_stake_owner: "0x1::stake::initialize_stake_owner"; /** Script function type for `0x1::stake::initialize_validator`. */ export declare const initialize_validator: "0x1::stake::initialize_validator"; /** Script function type for `0x1::stake::join_validator_set`. */ export declare const join_validator_set: "0x1::stake::join_validator_set"; /** Script function type for `0x1::stake::leave_validator_set`. */ export declare const leave_validator_set: "0x1::stake::leave_validator_set"; /** Script function type for `0x1::stake::reactivate_stake`. */ export declare const reactivate_stake: "0x1::stake::reactivate_stake"; /** Script function type for `0x1::stake::rotate_consensus_key`. */ export declare const rotate_consensus_key: "0x1::stake::rotate_consensus_key"; /** Script function type for `0x1::stake::set_delegated_voter`. */ export declare const set_delegated_voter: "0x1::stake::set_delegated_voter"; /** Script function type for `0x1::stake::set_operator`. */ export declare const set_operator: "0x1::stake::set_operator"; /** Script function type for `0x1::stake::unlock`. */ export declare const unlock: "0x1::stake::unlock"; /** Script function type for `0x1::stake::update_network_and_fullnode_addresses`. */ export declare const update_network_and_fullnode_addresses: "0x1::stake::update_network_and_fullnode_addresses"; //# sourceMappingURL=entryNames.d.ts.map