import { NetworkType } from '@bitgo-beta/statics'; import { StakingOperationTypes } from '../baseCoin'; export interface ContractMethodConfig { contractAddress: string; methodId: string; types: string[]; } export declare const LockMethodId = "0xf83d08ba"; export declare const UnlockMethodId = "0x6198e339"; export declare const VoteMethodId = "0x580d747a"; export declare const UnvoteMethodId = "0x6e198475"; export declare const ActivateMethodId = "0x1c5a9d9c"; export declare const WithdrawMethodId = "0x2e1a7d4d"; /** * @param type * @param network */ export declare function getOperationConfig(type: StakingOperationTypes, network: NetworkType): ContractMethodConfig; //# sourceMappingURL=utils.d.ts.map