export type RpcVerifyAndSignChallengeResult = { verifyResult: string; verifiedHostAddr: string; myHostAddr: string; myNonce: string; myRound: number; mySign: string; };